This message was deleted.
# ask-questions
w
This message was deleted.
b
Hi Haris, I can try to offer some help. The SQL query you pasted appears to be an Experiment Assignment Query (EAQ), which you should be able to edit here: Left navbar --> Metrics and data --> Data sources --> Select the BQ in question --> "Experiment Assignment Queries" section. When the SQL works fine for the Metrics themselves but not within the context of an Experiment, usually it's the Experiment Assignment Query at fault. I agree with you; I have not seen the
:
syntax in a BQ-related EAQ before. More docs on EAQs: https://docs.growthbook.io/app/datasources#experiment-assignment-queries
👍 1
Did you follow our BigQuery setup guide? https://docs.growthbook.io/guide/bigquery We should have automatically created the EAQ for you if you followed that guide.
You'll need to change the 2 lines that contain the colons. Maybe try this?
Copy code
experiment_id_param.value.string_value AS experiment_id,
      variation_id_param.value.int_value AS variation_id,
a
I’ll try the change on the Experiment Assignment Query, thanks!
201 Views