How does one handle having different data sources ...
# announcements
i
How does one handle having different data sources for different environments (we have different BigQuery data sets for Segment staging/dev and production data)? Do we create one feature flag and 1 experiment per environment and assign appropriate data source? How does that play with GrowthBook environments?
f
Hi - the Feature flags are entirely independent from the experiment reporting side
so you can have one feature flag and enable it for all environments - then the trackingCallback would fire the events into different databases. On the experiment reporting side, you would set up GrowthBook to pull from the right data source
i
Ok, so we'd have one feature flag and two experiments (1 per env) right?
f
yes
🙌 1