Once experiment_exposure events start including performer_edit_count contextual attribute, we need to alter wmf_experiment.experiment_assignment_v1 table to include that information so it can be used in GrowthBook.
CREATE TABLE query: https://gitlab.wikimedia.org/repos/product-analytics/data-pipelines/-/blob/main/growthbook/create_experiment_assignment_table_iceberg.hql?ref_type=heads
INSERT INTO query: https://gitlab.wikimedia.org/repos/product-analytics/data-pipelines/-/blob/main/growthbook/experiment_assignment_query_iceberg.hql?ref_type=heads
DAG: https://gitlab.wikimedia.org/repos/data-engineering/airflow-dags/-/blob/main/analytics_product/dags/growthbook/growthbook_hourly_dag.py?ref_type=heads
Acceptance criteria
- experiment_assignment_v1 table includes and populates column local_edit_count (using values from performer.edit_count)