white-pager-55094
09/08/2023, 10:03 AMfuture-teacher-7046
SELECT myExpNameCol as experiment_name ...
)
Our docs go into a little more detail on the specific SQL queries that you can configure in GrowthBook and what data we're expecting. https://docs.growthbook.io/app/datasources#configuration-settingswhite-pager-55094
09/08/2023, 5:12 PMuser_id
,timestamp
,experiment_id
and variation_id
, with the possibility of customizing the identifier and/or using aliases, would mind confirming this information. ?
If so, I would advise a slight rephrase of the sentence on the page mention to make it crystal clear (ex:
Make sure to return the exact column names *(<identifier_type>, timestamp, experiment_id and variation_id)* that GrowthBook is expecting. If your table's columns use a different name, add an alias in the SELECT list
)