statsig_project_environments
Details about Statsig environments
-
id
Primary key - Unique identifier of the row
-
source_id
Foreign key - ID of the environment in Statsig
-
project_id
Foreign key - ID of the project this environment belongs to
-
name
string - Name of the environment
-
is_production
boolean - Indicates if this is a production environment
-
requires_review
boolean - Indicates if changes require review in this environment
-
requires_release_pipeline
boolean - Indicates if this environment requires a release pipeline