Skip to content

Commit

Permalink
Fix event_monitoring_aggregates_v1 template (#4537)
Browse files Browse the repository at this point in the history
This will ensure that FxA tables are included in the aggregate.
  • Loading branch information
akkomar authored Nov 9, 2023
1 parent f55f6b6 commit 0c61978
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
version,
experiment,
experiment_branch
{% elif dataset in ["accounts_frontend", "accounts_backend"] %}
{% elif dataset['bq_dataset_family'] in ["accounts_frontend", "accounts_backend"] %}
{% if not outer_loop.first -%}
UNION ALL
{% endif -%}
Expand Down Expand Up @@ -169,4 +169,4 @@
experiment_branch
{% endif %}
{% endfor %}
{% endfor %}
{% endfor %}

0 comments on commit 0c61978

Please sign in to comment.