Skip to content

Commit

Permalink
chore(deps): bump symbolic from 12.12.4 to 12.13.1 (#6796)
Browse files Browse the repository at this point in the history
Bumps symbolic from 12.12.4 to 12.13.1.

---
updated-dependencies:
- dependency-name: symbolic
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 13, 2025
1 parent 6762d5e commit f6c59d9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ smart_open==6.4.0
sqlglot==25.28.0
sqlparse==0.5.3
stripe==6.4.0
symbolic==12.12.4
symbolic==12.13.1
siggen==2.2.20241029
tomli==2.2.1 # for backwards compatibility with python < 3.11
types-python-dateutil==2.9.0.20241206
Expand Down
12 changes: 6 additions & 6 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2179,12 +2179,12 @@ stripe==6.4.0 \
--hash=sha256:d1ab2739aa6511f34ba77f66fca9f86cffe2dbb17df84bd224a38e7254efe61b \
--hash=sha256:d99e97e6d3f6dbaf9361ebd07b3024ec6f9d7b1f77724c8127338e0754314e9d
# via -r requirements.in
symbolic==12.12.4 \
--hash=sha256:358961063d90d368485b75df178722f984424401b92b6e56e9587da0814387e8 \
--hash=sha256:39c8bebeedd497cf4c6ab4844a382687cb95fe9915613b37ddc053cd5c45dd42 \
--hash=sha256:afcc276195be07045ec7f5f1a32f5542120833fac5c39d067dfe500387f5643a \
--hash=sha256:d71ad7e681d69a193ef8e71553356844eeb88abeab06e48a3b20ad2c1cf38d2c \
--hash=sha256:e9951ad949e235089571497e732b1bf04f93605d43e06cb352a4dce45b7a8b7c
symbolic==12.13.1 \
--hash=sha256:6e9640d0221a4ed53c7e0657bb5522a0f5fe7a2e957ae34a2936f3b24f443b7a \
--hash=sha256:82de147e61e1ac2042cc1f2b3c202f8da3753fed0493128113e758ec4e74addf \
--hash=sha256:dee15d1f1c0ddda8ccbc85f3e0fa8b3170dbbfac10cf96364c7d7f7bb9d206ce \
--hash=sha256:f16899e32f0aa3a30b3affced24800bc962a851c96db6ce85add39322c0b4a3a \
--hash=sha256:f9d1b275bef8b61848709726be035ad24b0e943cc01380244bee5b6de61f14de
# via -r requirements.in
toml==0.10.2 \
--hash=sha256:806143ae5bfb6a3c6e736a764057db0e6a0e05e338b5630894a5f779cabb4f9b \
Expand Down

1 comment on commit f6c59d9

@dataops-ci-bot
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Integration report for "chore(deps): bump symbolic from 12.12.4 to 12.13.1 (#6796)"

sql.diff

Click to expand!
diff -bur --no-dereference --new-file /tmp/workspace/main-generated-sql/dags/bqetl_event_rollup.py /tmp/workspace/generated-sql/dags/bqetl_event_rollup.py
--- /tmp/workspace/main-generated-sql/dags/bqetl_event_rollup.py	2025-01-13 17:01:59.000000000 +0000
+++ /tmp/workspace/generated-sql/dags/bqetl_event_rollup.py	2025-01-13 17:16:12.000000000 +0000
@@ -117,41 +117,6 @@
         pool="DATA_ENG_EXTERNALTASKSENSOR",
     )
 
-    firefox_accounts_derived__event_types__v1 = bigquery_etl_query(
-        task_id="firefox_accounts_derived__event_types__v1",
-        destination_table="event_types_v1",
-        dataset_id="firefox_accounts_derived",
-        project_id="moz-fx-data-shared-prod",
-        owner="[email protected]",
-        email=["[email protected]", "[email protected]"],
-        date_partition_parameter=None,
-        depends_on_past=False,
-        task_concurrency=1,
-        parameters=["submission_date:DATE:{{ds}}"],
-    )
-
-    firefox_accounts_derived__event_types_history__v1 = bigquery_etl_query(
-        task_id="firefox_accounts_derived__event_types_history__v1",
-        destination_table="event_types_history_v1",
-        dataset_id="firefox_accounts_derived",
-        project_id="moz-fx-data-shared-prod",
-        owner="[email protected]",
-        email=["[email protected]", "[email protected]"],
-        date_partition_parameter="submission_date",
-        depends_on_past=True,
-    )
-
-    firefox_accounts_derived__events_daily__v1 = bigquery_etl_query(
-        task_id="firefox_accounts_derived__events_daily__v1",
-        destination_table="events_daily_v1",
-        dataset_id="firefox_accounts_derived",
-        project_id="moz-fx-data-shared-prod",
-        owner="[email protected]",
-        email=["[email protected]", "[email protected]"],
-        date_partition_parameter="submission_date",
-        depends_on_past=False,
-    )
-
     funnel_events_source__v1 = bigquery_etl_query(
         task_id="funnel_events_source__v1",
         destination_table="funnel_events_source_v1",
@@ -234,20 +199,6 @@
         depends_on_past=False,
     )
 
-    firefox_accounts_derived__event_types__v1.set_upstream(
-        firefox_accounts_derived__event_types_history__v1
-    )
-
-    firefox_accounts_derived__event_types_history__v1.set_upstream(
-        funnel_events_source__v1
-    )
-
-    firefox_accounts_derived__events_daily__v1.set_upstream(
-        firefox_accounts_derived__event_types__v1
-    )
-
-    firefox_accounts_derived__events_daily__v1.set_upstream(funnel_events_source__v1)
-
     funnel_events_source__v1.set_upstream(
         wait_for_firefox_accounts_derived__fxa_gcp_stderr_events__v1
     )
Only in /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/firefox_accounts: events_daily
Only in /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/firefox_accounts: event_types
Only in /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/firefox_accounts_derived: events_daily_v1
Only in /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/firefox_accounts_derived: event_types_history_v1
Only in /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/firefox_accounts_derived: event_types_v1
diff -bur --no-dereference --new-file /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/accounts_backend_derived/event_monitoring_live_v1/materialized_view.sql /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/accounts_backend_derived/event_monitoring_live_v1/materialized_view.sql
--- /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/accounts_backend_derived/event_monitoring_live_v1/materialized_view.sql	2025-01-13 16:56:49.000000000 +0000
+++ /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/accounts_backend_derived/event_monitoring_live_v1/materialized_view.sql	2025-01-13 16:59:58.000000000 +0000
@@ -67,7 +67,7 @@
   LEFT JOIN
     UNNEST(event.extra) AS event_extra
   WHERE
-    DATE(submission_timestamp) >= "2025-01-10"
+    DATE(submission_timestamp) >= "2025-01-13"
   GROUP BY
     submission_date,
     window_start,
diff -bur --no-dereference --new-file /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/accounts_cirrus_derived/event_monitoring_live_v1/materialized_view.sql /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/accounts_cirrus_derived/event_monitoring_live_v1/materialized_view.sql
--- /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/accounts_cirrus_derived/event_monitoring_live_v1/materialized_view.sql	2025-01-13 16:56:50.000000000 +0000
+++ /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/accounts_cirrus_derived/event_monitoring_live_v1/materialized_view.sql	2025-01-13 16:59:58.000000000 +0000
@@ -67,7 +67,7 @@
   LEFT JOIN
     UNNEST(event.extra) AS event_extra
   WHERE
-    DATE(submission_timestamp) >= "2025-01-10"
+    DATE(submission_timestamp) >= "2025-01-13"
   GROUP BY
     submission_date,
     window_start,
diff -bur --no-dereference --new-file /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/accounts_frontend_derived/event_monitoring_live_v1/materialized_view.sql /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/accounts_frontend_derived/event_monitoring_live_v1/materialized_view.sql
--- /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/accounts_frontend_derived/event_monitoring_live_v1/materialized_view.sql	2025-01-13 16:56:50.000000000 +0000
+++ /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/accounts_frontend_derived/event_monitoring_live_v1/materialized_view.sql	2025-01-13 16:59:58.000000000 +0000
@@ -67,7 +67,7 @@
   LEFT JOIN
     UNNEST(event.extra) AS event_extra
   WHERE
-    DATE(submission_timestamp) >= "2025-01-10"
+    DATE(submission_timestamp) >= "2025-01-13"
   GROUP BY
     submission_date,
     window_start,
diff -bur --no-dereference --new-file /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/bedrock_derived/event_monitoring_live_v1/materialized_view.sql /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/bedrock_derived/event_monitoring_live_v1/materialized_view.sql
--- /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/bedrock_derived/event_monitoring_live_v1/materialized_view.sql	2025-01-13 16:56:50.000000000 +0000
+++ /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/bedrock_derived/event_monitoring_live_v1/materialized_view.sql	2025-01-13 16:59:59.000000000 +0000
@@ -87,7 +87,7 @@
   LEFT JOIN
     UNNEST(event.extra) AS event_extra
   WHERE
-    DATE(submission_timestamp) >= "2025-01-10"
+    DATE(submission_timestamp) >= "2025-01-13"
   GROUP BY
     submission_date,
     window_start,
diff -bur --no-dereference --new-file /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/burnham_derived/event_monitoring_live_v1/materialized_view.sql /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/burnham_derived/event_monitoring_live_v1/materialized_view.sql
--- /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/burnham_derived/event_monitoring_live_v1/materialized_view.sql	2025-01-13 16:56:49.000000000 +0000
+++ /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/burnham_derived/event_monitoring_live_v1/materialized_view.sql	2025-01-13 16:59:59.000000000 +0000
@@ -67,7 +67,7 @@
   LEFT JOIN
     UNNEST(event.extra) AS event_extra
   WHERE
-    DATE(submission_timestamp) >= "2025-01-10"
+    DATE(submission_timestamp) >= "2025-01-13"
   GROUP BY
     submission_date,
     window_start,
diff -bur --no-dereference --new-file /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/contextual_services/event_aggregates/schema.yaml /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/contextual_services/event_aggregates/schema.yaml
--- /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/contextual_services/event_aggregates/schema.yaml	2025-01-13 16:56:09.000000000 +0000
+++ /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/contextual_services/event_aggregates/schema.yaml	2025-01-13 17:05:36.000000000 +0000
@@ -1,49 +1,49 @@
 fields:
-- mode: NULLABLE
-  name: submission_date
+- name: submission_date
   type: DATE
-- mode: NULLABLE
-  name: source
+  mode: NULLABLE
+- name: source
   type: STRING
-- mode: NULLABLE
-  name: event_type
+  mode: NULLABLE
+- name: event_type
   type: STRING
-- mode: NULLABLE
-  name: form_factor
+  mode: NULLABLE
+- name: form_factor
   type: STRING
-- mode: NULLABLE
-  name: country
+  mode: NULLABLE
+- name: country
   type: STRING
-- mode: NULLABLE
-  name: subdivision1
+  mode: NULLABLE
+- name: subdivision1
   type: STRING
-- mode: NULLABLE
-  name: advertiser
+  mode: NULLABLE
+- name: advertiser
   type: STRING
-- mode: NULLABLE
-  name: release_channel
+  mode: NULLABLE
+- name: release_channel
   type: STRING
-- mode: NULLABLE
-  name: position
+  mode: NULLABLE
+- name: position
   type: INTEGER
-- mode: NULLABLE
-  name: provider
+  mode: NULLABLE
+- name: provider
   type: STRING
-- mode: NULLABLE
-  name: match_type
+  mode: NULLABLE
+- name: match_type
   type: STRING
-- mode: NULLABLE
-  name: normalized_os
+  mode: NULLABLE
+- name: normalized_os
   type: STRING
-- mode: NULLABLE
-  name: suggest_data_sharing_enabled
+  mode: NULLABLE
+- name: suggest_data_sharing_enabled
   type: BOOLEAN
-- mode: NULLABLE
-  name: event_count
+  mode: NULLABLE
+- name: event_count
   type: INTEGER
-- mode: NULLABLE
-  name: user_count
+  mode: NULLABLE
+- name: user_count
   type: INTEGER
-- mode: NULLABLE
-  name: query_type
+  mode: NULLABLE
+- name: query_type
   type: STRING
+  mode: NULLABLE
diff -bur --no-dereference --new-file /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/contextual_services/event_aggregates_suggest/schema.yaml /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/contextual_services/event_aggregates_suggest/schema.yaml
--- /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/contextual_services/event_aggregates_suggest/schema.yaml	2025-01-13 16:56:09.000000000 +0000
+++ /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/contextual_services/event_aggregates_suggest/schema.yaml	2025-01-13 17:05:30.000000000 +0000
@@ -1,40 +1,40 @@
 fields:
-- mode: NULLABLE
-  name: submission_date
+- name: submission_date
   type: DATE
-- mode: NULLABLE
-  name: form_factor
+  mode: NULLABLE
+- name: form_factor
   type: STRING
-- mode: NULLABLE
-  name: country
+  mode: NULLABLE
+- name: country
   type: STRING
-- mode: NULLABLE
-  name: advertiser
+  mode: NULLABLE
+- name: advertiser
   type: STRING
-- mode: NULLABLE
-  name: normalized_os
+  mode: NULLABLE
+- name: normalized_os
   type: STRING
-- mode: NULLABLE
-  name: release_channel
+  mode: NULLABLE
+- name: release_channel
   type: STRING
-- mode: NULLABLE
-  name: position
+  mode: NULLABLE
+- name: position
   type: INTEGER
-- mode: NULLABLE
-  name: provider
+  mode: NULLABLE
+- name: provider
   type: STRING
-- mode: NULLABLE
-  name: match_type
+  mode: NULLABLE
+- name: match_type
   type: STRING
-- mode: NULLABLE
-  name: suggest_data_sharing_enabled
+  mode: NULLABLE
+- name: suggest_data_sharing_enabled
   type: BOOLEAN
-- mode: NULLABLE
-  name: impression_count
+  mode: NULLABLE
+- name: impression_count
   type: INTEGER
-- mode: NULLABLE
-  name: click_count
+  mode: NULLABLE
+- name: click_count
   type: INTEGER
-- mode: NULLABLE
-  name: query_type
+  mode: NULLABLE
+- name: query_type
   type: STRING
+  mode: NULLABLE
diff -bur --no-dereference --new-file /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/debug_ping_view_derived/event_monitoring_live_v1/materialized_view.sql /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/debug_ping_view_derived/event_monitoring_live_v1/materialized_view.sql
--- /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/debug_ping_view_derived/event_monitoring_live_v1/materialized_view.sql	2025-01-13 16:56:50.000000000 +0000
+++ /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/debug_ping_view_derived/event_monitoring_live_v1/materialized_view.sql	2025-01-13 16:59:59.000000000 +0000
@@ -67,7 +67,7 @@
   LEFT JOIN
     UNNEST(event.extra) AS event_extra
   WHERE
-    DATE(submission_timestamp) >= "2025-01-10"
+    DATE(submission_timestamp) >= "2025-01-13"
   GROUP BY
     submission_date,
     window_start,
diff -bur --no-dereference --new-file /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/fenix/funnel_retention_clients/schema.yaml /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/fenix/funnel_retention_clients/schema.yaml
--- /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/fenix/funnel_retention_clients/schema.yaml	2025-01-13 16:56:09.000000000 +0000
+++ /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/fenix/funnel_retention_clients/schema.yaml	2025-01-13 17:05:49.000000000 +0000
@@ -26,6 +26,9 @@
 - name: adjust_network
   type: STRING
   mode: NULLABLE
+- name: install_source
+  type: STRING
+  mode: NULLABLE
 - name: retained_week_2
   type: BOOLEAN
   mode: NULLABLE
diff -bur --no-dereference --new-file /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/fenix/funnel_retention_week_4/schema.yaml /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/fenix/funnel_retention_week_4/schema.yaml
--- /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/fenix/funnel_retention_week_4/schema.yaml	2025-01-13 16:56:09.000000000 +0000
+++ /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/fenix/funnel_retention_week_4/schema.yaml	2025-01-13 17:05:33.000000000 +0000
@@ -48,6 +48,10 @@
   description: 'The type of source of a client installation.
 
     '
+- name: install_source
+  type: STRING
+  mode: NULLABLE
+  description: null
 - name: new_profiles
   type: INTEGER
   mode: NULLABLE
diff -bur --no-dereference --new-file /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/fenix/metrics/schema.yaml /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/fenix/metrics/schema.yaml
--- /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/fenix/metrics/schema.yaml	2025-01-13 16:56:50.000000000 +0000
+++ /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/fenix/metrics/schema.yaml	2025-01-13 17:10:07.000000000 +0000
@@ -1,11 +1,11 @@
 fields:
 - name: normalized_app_id
-  type: STRING
   mode: NULLABLE
+  type: STRING
   description: App ID of the channel data was received from
 - name: normalized_channel
-  type: STRING
   mode: NULLABLE
+  type: STRING
   description: Normalized channel name
 - name: additional_properties
   type: STRING
diff -bur --no-dereference --new-file /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/fenix/use_counters/schema.yaml /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/fenix/use_counters/schema.yaml
--- /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/fenix/use_counters/schema.yaml	2025-01-13 16:56:50.000000000 +0000
+++ /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/fenix/use_counters/schema.yaml	2025-01-13 17:07:56.000000000 +0000
@@ -7608,6 +7608,12 @@
     - name: use_counter_page_js_thenable_standard_proto
       type: INTEGER
       mode: NULLABLE
+    - name: use_counter_doc_js_legacy_lang_subtag
+      type: INTEGER
+      mode: NULLABLE
+    - name: use_counter_page_js_legacy_lang_subtag
+      type: INTEGER
+      mode: NULLABLE
   - name: labeled_counter
     type: RECORD
     mode: NULLABLE
diff -bur --no-dereference --new-file /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/fenix/use_counters/view.sql /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/fenix/use_counters/view.sql
--- /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/fenix/use_counters/view.sql	2025-01-13 16:56:50.000000000 +0000
+++ /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/fenix/use_counters/view.sql	2025-01-13 17:02:08.000000000 +0000
@@ -2486,7 +2486,9 @@
       metrics.counter.use_counter_doc_js_thenable_standard_proto,
       metrics.counter.use_counter_page_js_thenable,
       metrics.counter.use_counter_page_js_thenable_proto,
-      metrics.counter.use_counter_page_js_thenable_standard_proto
+      metrics.counter.use_counter_page_js_thenable_standard_proto,
+      metrics.counter.use_counter_doc_js_legacy_lang_subtag,
+      metrics.counter.use_counter_page_js_legacy_lang_subtag
     ) AS `counter`,
     STRUCT(
       metrics.labeled_counter.glean_error_invalid_label,
@@ -4994,7 +4996,9 @@
       metrics.counter.use_counter_doc_js_thenable_standard_proto,
       metrics.counter.use_counter_page_js_thenable,
       metrics.counter.use_counter_page_js_thenable_proto,
-      metrics.counter.use_counter_page_js_thenable_standard_proto
+      metrics.counter.use_counter_page_js_thenable_standard_proto,
+      metrics.counter.use_counter_doc_js_legacy_lang_subtag,
+      metrics.counter.use_counter_page_js_legacy_lang_subtag
     ) AS `counter`,
     STRUCT(
       metrics.labeled_counter.glean_error_invalid_label,
@@ -7502,7 +7506,9 @@
       metrics.counter.use_counter_doc_js_thenable_standard_proto,
       metrics.counter.use_counter_page_js_thenable,
       metrics.counter.use_counter_page_js_thenable_proto,
-      metrics.counter.use_counter_page_js_thenable_standard_proto
+      metrics.counter.use_counter_page_js_thenable_standard_proto,
+      metrics.counter.use_counter_doc_js_legacy_lang_subtag,
+      metrics.counter.use_counter_page_js_legacy_lang_subtag
     ) AS `counter`,
     STRUCT(
       metrics.labeled_counter.glean_error_invalid_label,
@@ -10010,7 +10016,9 @@
       metrics.counter.use_counter_doc_js_thenable_standard_proto,
       metrics.counter.use_counter_page_js_thenable,
       metrics.counter.use_counter_page_js_thenable_proto,
-      metrics.counter.use_counter_page_js_thenable_standard_proto
+      metrics.counter.use_counter_page_js_thenable_standard_proto,
+      metrics.counter.use_counter_doc_js_legacy_lang_subtag,
+      metrics.counter.use_counter_page_js_legacy_lang_subtag
     ) AS `counter`,
     STRUCT(
       metrics.labeled_counter.glean_error_invalid_label,
@@ -12518,7 +12526,9 @@
       metrics.counter.use_counter_doc_js_thenable_standard_proto,
       metrics.counter.use_counter_page_js_thenable,
       metrics.counter.use_counter_page_js_thenable_proto,
-      metrics.counter.use_counter_page_js_thenable_standard_proto
+      metrics.counter.use_counter_page_js_thenable_standard_proto,
+      metrics.counter.use_counter_doc_js_legacy_lang_subtag,
+      metrics.counter.use_counter_page_js_legacy_lang_subtag
     ) AS `counter`,
     STRUCT(
       metrics.labeled_counter.glean_error_invalid_label,
diff -bur --no-dereference --new-file /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/firefox_accounts/events_daily/metadata.yaml /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/firefox_accounts/events_daily/metadata.yaml
--- /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/firefox_accounts/events_daily/metadata.yaml	2025-01-13 16:56:49.000000000 +0000
+++ /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/firefox_accounts/events_daily/metadata.yaml	1970-01-01 00:00:00.000000000 +0000
@@ -1,13 +0,0 @@
-friendly_name: Events Daily
-description: |-
-  Please provide a description for the query
-owners: []
-labels: {}
-bigquery: null
-workgroup_access:
-- role: roles/bigquery.dataViewer
-  members:
-  - workgroup:mozilla-confidential
-references:
-  view.sql:
-  - moz-fx-data-shared-prod.firefox_accounts_derived.events_daily_v1
diff -bur --no-dereference --new-file /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/firefox_accounts/events_daily/schema.yaml /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/firefox_accounts/events_daily/schema.yaml
--- /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/firefox_accounts/events_daily/schema.yaml	2025-01-13 16:56:49.000000000 +0000
+++ /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/firefox_accounts/events_daily/schema.yaml	1970-01-01 00:00:00.000000000 +0000
@@ -1,74 +0,0 @@
-fields:
-- name: submission_date
-  type: DATE
-  mode: NULLABLE
-- name: client_id
-  type: STRING
-  mode: NULLABLE
-- name: sample_id
-  type: INTEGER
-  mode: NULLABLE
-- name: events
-  type: STRING
-  mode: NULLABLE
-- name: utm_term
-  type: STRING
-  mode: NULLABLE
-- name: utm_source
-  type: STRING
-  mode: NULLABLE
-- name: utm_medium
-  type: STRING
-  mode: NULLABLE
-- name: utm_campaign
-  type: STRING
-  mode: NULLABLE
-- name: ua_version
-  type: STRING
-  mode: NULLABLE
-- name: ua_browser
-  type: STRING
-  mode: NULLABLE
-- name: entrypoint
-  type: STRING
-  mode: NULLABLE
-- name: flow_id
-  type: STRING
-  mode: NULLABLE
-- name: sync_device_count
-  type: STRING
-  mode: NULLABLE
-- name: sync_active_devices_day
-  type: STRING
-  mode: NULLABLE
-- name: sync_active_devices_week
-  type: STRING
-  mode: NULLABLE
-- name: sync_active_devices_month
-  type: STRING
-  mode: NULLABLE
-- name: app_version
-  type: STRING
-  mode: NULLABLE
-- name: os_name
-  type: STRING
-  mode: NULLABLE
-- name: os_version
-  type: STRING
-  mode: NULLABLE
-- name: country
-  type: STRING
-  mode: NULLABLE
-- name: language
-  type: STRING
-  mode: NULLABLE
-- name: experiments
-  type: RECORD
-  mode: REPEATED
-  fields:
-  - name: key
-    type: STRING
-    mode: NULLABLE
-  - name: value
-    type: STRING
-    mode: NULLABLE
diff -bur --no-dereference --new-file /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/firefox_accounts/events_daily/view.sql /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/firefox_accounts/events_daily/view.sql
--- /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/firefox_accounts/events_daily/view.sql	2025-01-13 16:56:49.000000000 +0000
+++ /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/firefox_accounts/events_daily/view.sql	1970-01-01 00:00:00.000000000 +0000
@@ -1,8 +0,0 @@
--- Generated by ./bqetl generate events_daily
-CREATE OR REPLACE VIEW
-  `moz-fx-data-shared-prod.firefox_accounts.events_daily`
-AS
-SELECT
-  *
-FROM
-  `moz-fx-data-shared-prod.firefox_accounts_derived.events_daily_v1`
diff -bur --no-dereference --new-file /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/firefox_accounts/event_types/metadata.yaml /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/firefox_accounts/event_types/metadata.yaml
--- /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/firefox_accounts/event_types/metadata.yaml	2025-01-13 16:56:49.000000000 +0000
+++ /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/firefox_accounts/event_types/metadata.yaml	1970-01-01 00:00:00.000000000 +0000
@@ -1,13 +0,0 @@
-friendly_name: Event Types
-description: |-
-  Please provide a description for the query
-owners: []
-labels: {}
-bigquery: null
-workgroup_access:
-- role: roles/bigquery.dataViewer
-  members:
-  - workgroup:mozilla-confidential
-references:
-  view.sql:
-  - moz-fx-data-shared-prod.firefox_accounts_derived.event_types_v1
diff -bur --no-dereference --new-file /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/firefox_accounts/event_types/schema.yaml /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/firefox_accounts/event_types/schema.yaml
--- /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/firefox_accounts/event_types/schema.yaml	2025-01-13 16:56:49.000000000 +0000
+++ /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/firefox_accounts/event_types/schema.yaml	1970-01-01 00:00:00.000000000 +0000
@@ -1,39 +0,0 @@
-fields:
-- name: category
-  type: STRING
-  mode: NULLABLE
-- name: event
-  type: STRING
-  mode: NULLABLE
-- name: first_timestamp
-  type: TIMESTAMP
-  mode: NULLABLE
-- name: numeric_index
-  type: INTEGER
-  mode: NULLABLE
-- name: index
-  type: STRING
-  mode: NULLABLE
-- name: event_properties
-  type: RECORD
-  mode: REPEATED
-  fields:
-  - name: key
-    type: STRING
-    mode: NULLABLE
-  - name: value
-    type: RECORD
-    mode: REPEATED
-    fields:
-    - name: key
-      type: STRING
-      mode: NULLABLE
-    - name: value
-      type: STRING
-      mode: NULLABLE
-    - name: index
-      type: INTEGER
-      mode: NULLABLE
-  - name: index
-    type: INTEGER
-    mode: NULLABLE
diff -bur --no-dereference --new-file /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/firefox_accounts/event_types/view.sql /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/firefox_accounts/event_types/view.sql
--- /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/firefox_accounts/event_types/view.sql	2025-01-13 16:56:49.000000000 +0000
+++ /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/firefox_accounts/event_types/view.sql	1970-01-01 00:00:00.000000000 +0000
@@ -1,8 +0,0 @@
--- Generated by ./bqetl generate events_daily
-CREATE OR REPLACE VIEW
-  `moz-fx-data-shared-prod.firefox_accounts.event_types`
-AS
-SELECT
-  *
-FROM
-  `moz-fx-data-shared-prod.firefox_accounts_derived.event_types_v1`
diff -bur --no-dereference --new-file /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/firefox_accounts_derived/events_daily_v1/metadata.yaml /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/firefox_accounts_derived/events_daily_v1/metadata.yaml
--- /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/firefox_accounts_derived/events_daily_v1/metadata.yaml	2025-01-13 16:56:49.000000000 +0000
+++ /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/firefox_accounts_derived/events_daily_v1/metadata.yaml	1970-01-01 00:00:00.000000000 +0000
@@ -1,33 +0,0 @@
-friendly_name: Firefox Accounts Events Daily
-description: |
-  Packed event representation with one-row per-client
-owners:
-- [email protected]
-- [email protected]
-labels:
-  application: firefox_accounts
-  schedule: daily
-  incremental: true
-  dag: bqetl_event_rollup
-  owner1: wlachance
-  owner2: akomar
-scheduling:
-  dag_name: bqetl_event_rollup
-bigquery:
-  time_partitioning:
-    type: day
-    field: submission_date
-    require_partition_filter: true
-    expiration_days: null
-  range_partitioning: null
-  clustering:
-    fields:
-    - sample_id
-workgroup_access:
-- role: roles/bigquery.dataViewer
-  members:
-  - workgroup:mozilla-confidential
-references:
-  query.sql:
-  - firefox_accounts.event_types
-  - firefox_accounts_derived.funnel_events_source_v1
diff -bur --no-dereference --new-file /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/firefox_accounts_derived/events_daily_v1/query.sql /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/firefox_accounts_derived/events_daily_v1/query.sql
--- /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/firefox_accounts_derived/events_daily_v1/query.sql	2025-01-13 16:56:49.000000000 +0000
+++ /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/firefox_accounts_derived/events_daily_v1/query.sql	1970-01-01 00:00:00.000000000 +0000
@@ -1,71 +0,0 @@
--- Generated by ./bqetl generate events_daily
-WITH sample AS (
-  SELECT
-    *,
-    COUNT(*) OVER (PARTITION BY submission_date, client_id) AS client_event_count
-  FROM
-    `moz-fx-data-shared-prod.firefox_accounts_derived.funnel_events_source_v1`
-),
-events AS (
-  SELECT
-    * EXCEPT (client_event_count)
-  FROM
-    sample
-  WHERE
-    (
-      submission_date = @submission_date
-      OR (@submission_date IS NULL AND submission_date >= '2020-01-01')
-    )
-    AND client_id IS NOT NULL
-    -- filter out overactive clients: they distort the data and can cause the job to fail: https://bugzilla.mozilla.org/show_bug.cgi?id=1730190
-    AND client_event_count < 200000
-),
-joined AS (
-  SELECT
-    CONCAT(
-      `moz-fx-data-shared-prod.udf.pack_event_properties`(
-        events.extra,
-        event_types.event_properties
-      ),
-      index
-    ) AS index,
-    events.* EXCEPT (category, event, extra)
-  FROM
-    events
-  INNER JOIN
-    `moz-fx-data-shared-prod.firefox_accounts.event_types` event_types
-    USING (category, event)
-)
-SELECT
-  submission_date,
-  client_id,
-  sample_id,
-  CONCAT(STRING_AGG(index, ',' ORDER BY timestamp ASC), ',') AS events,
-  -- client info
-  mozfun.stats.mode_last(ARRAY_AGG(utm_term)) AS utm_term,
-  mozfun.stats.mode_last(ARRAY_AGG(utm_source)) AS utm_source,
-  mozfun.stats.mode_last(ARRAY_AGG(utm_medium)) AS utm_medium,
-  mozfun.stats.mode_last(ARRAY_AGG(utm_campaign)) AS utm_campaign,
-  mozfun.stats.mode_last(ARRAY_AGG(ua_version)) AS ua_version,
-  mozfun.stats.mode_last(ARRAY_AGG(ua_browser)) AS ua_browser,
-  mozfun.stats.mode_last(ARRAY_AGG(entrypoint)) AS entrypoint,
-  mozfun.stats.mode_last(ARRAY_AGG(flow_id)) AS flow_id,
-  mozfun.stats.mode_last(ARRAY_AGG(sync_device_count)) AS sync_device_count,
-  mozfun.stats.mode_last(ARRAY_AGG(sync_active_devices_day)) AS sync_active_devices_day,
-  mozfun.stats.mode_last(ARRAY_AGG(sync_active_devices_week)) AS sync_active_devices_week,
-  mozfun.stats.mode_last(ARRAY_AGG(sync_active_devices_month)) AS sync_active_devices_month,
-  mozfun.stats.mode_last(ARRAY_AGG(app_version)) AS app_version,
-  mozfun.stats.mode_last(ARRAY_AGG(os_name)) AS os_name,
-  mozfun.stats.mode_last(ARRAY_AGG(os_version)) AS os_version,
-  mozfun.stats.mode_last(ARRAY_AGG(country)) AS country,
-  mozfun.stats.mode_last(ARRAY_AGG(LANGUAGE)) AS language,
-  -- metadata
-  -- normalized fields
-  -- ping info
-  mozfun.map.mode_last(ARRAY_CONCAT_AGG(experiments)) AS experiments
-FROM
-  joined
-GROUP BY
-  submission_date,
-  client_id,
-  sample_id
diff -bur --no-dereference --new-file /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/firefox_accounts_derived/event_types_history_v1/metadata.yaml /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/firefox_accounts_derived/event_types_history_v1/metadata.yaml
--- /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/firefox_accounts_derived/event_types_history_v1/metadata.yaml	2025-01-13 16:56:49.000000000 +0000
+++ /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/firefox_accounts_derived/event_types_history_v1/metadata.yaml	1970-01-01 00:00:00.000000000 +0000
@@ -1,35 +0,0 @@
-friendly_name: Firefox Accounts Event Types History
-description: |
-  Retrieve the set of [events, event_properties] and record them in a table. This table stores all of history, partitioned by submission_date.
-owners:
-- [email protected]
-- [email protected]
-labels:
-  application: firefox_accounts
-  incremental: true
-  schedule: daily
-  dag: bqetl_event_rollup
-  owner1: wlachance
-  owner2: akomar
-scheduling:
-  dag_name: bqetl_event_rollup
-  depends_on_past: true
-bigquery:
-  time_partitioning:
-    type: day
-    field: submission_date
-    require_partition_filter: false
-    expiration_days: null
-  range_partitioning: null
-  clustering:
-    fields:
-    - category
-    - event
-workgroup_access:
-- role: roles/bigquery.dataViewer
-  members:
-  - workgroup:mozilla-confidential
-references:
-  query.sql:
-  - firefox_accounts_derived.event_types_history_v1
-  - firefox_accounts_derived.funnel_events_source_v1
diff -bur --no-dereference --new-file /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/firefox_accounts_derived/event_types_history_v1/query.sql /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/firefox_accounts_derived/event_types_history_v1/query.sql
--- /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/firefox_accounts_derived/event_types_history_v1/query.sql	2025-01-13 16:56:49.000000000 +0000
+++ /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/firefox_accounts_derived/event_types_history_v1/query.sql	1970-01-01 00:00:00.000000000 +0000
@@ -1,402 +0,0 @@
--- Generated by ./bqetl generate events_daily
-{% if is_init() %}
-  WITH source AS (
-    SELECT
-      *
-    FROM
-      `moz-fx-data-shared-prod.firefox_accounts_derived.funnel_events_source_v1`
-  ),
-  sample AS (
-    SELECT
-      *
-    FROM
-      source
-    WHERE
-      submission_date >= '2020-01-01'
-  ),
-  primary_event_types AS (
-    SELECT
-      category,
-      event,
-      MIN(timestamp) AS first_timestamp,
-      ROW_NUMBER() OVER (ORDER BY MIN(timestamp) ASC, category ASC, event ASC) AS primary_index,
-    FROM
-      sample
-    GROUP BY
-      category,
-      event
-  ),
-  event_property_indices AS (
-    SELECT
-      category,
-      event,
-      MIN(timestamp) AS first_timestamp,
-      event_property.key AS event_property,
-      ROW_NUMBER() OVER (
-        PARTITION BY
-          category,
-          event
-        ORDER BY
-          MIN(timestamp) ASC,
-          event_property.key ASC
-      ) AS event_property_index,
-    FROM
-      sample,
-      UNNEST(extra) AS event_property
-    LEFT JOIN
-      UNNEST(CAST([] AS ARRAY<STRING>)) skipped_property
-      ON skipped_property = event_property.key
-    WHERE
-      skipped_property IS NULL
-    GROUP BY
-      category,
-      event,
-      event_property
-  ),
-  event_property_value_indices AS (
-    SELECT
-      category,
-      event,
-      MIN(timestamp) AS first_timestamp,
-      event_property.key AS event_property,
-      event_property.value AS event_property_value,
-      ROW_NUMBER() OVER (
-        PARTITION BY
-          category,
-          event,
-          event_property.key
-        ORDER BY
-          MIN(timestamp) ASC,
-          event_property.value ASC
-      ) AS event_property_value_index,
-    FROM
-      sample,
-      UNNEST(extra) AS event_property
-    GROUP BY
-      category,
-      event,
-      event_property,
-      event_property_value
-  ),
-  per_event_property AS (
-    SELECT
-      category,
-      event,
-      event_property,
-      event_property_index,
-      ARRAY_AGG(
-        STRUCT(
-          event_property_value AS key,
-          `moz-fx-data-shared-prod.udf.event_code_points_to_string`(
-            [event_property_value_index]
-          ) AS value,
-          event_property_value_index AS index
-        )
-        ORDER BY
-          event_property_value_index ASC
-      ) AS values,
-    FROM
-      event_property_value_indices
-    INNER JOIN
-      event_property_indices
-      USING (category, event, event_property)
-    WHERE
-      event_property_value_index <= 1000
-    GROUP BY
-      category,
-      event,
-      event_property,
-      event_property_index
-  ),
-  per_event AS (
-    SELECT
-      category,
-      event,
-      first_timestamp,
-      primary_index AS numeric_index,
-      `moz-fx-data-shared-prod.udf.event_code_points_to_string`([primary_index]) AS index,
-      ARRAY_AGG(
-        IF(
-          event_property IS NULL,
-          NULL,
-          STRUCT(event_property AS key, `values` AS value, event_property_index AS index)
-        ) IGNORE NULLS
-        ORDER BY
-          event_property_index ASC
-      ) AS event_properties
-    FROM
-      primary_event_types
-    LEFT JOIN
-      per_event_property
-      USING (category, event)
-    GROUP BY
-      category,
-      event,
-      first_timestamp,
-      primary_index
-  ),
-  max_date AS (
-    SELECT
-      MAX(submission_date) AS submission_date
-    FROM
-      sample
-  )
-  SELECT
-    *
-  FROM
-    per_event,
-    max_date
-{% else %}
-  WITH all_events AS (
-    SELECT
-      *
-    FROM
-      `moz-fx-data-shared-prod.firefox_accounts_derived.funnel_events_source_v1`
-  ),
-  current_events AS (
-    SELECT
-      *
-    FROM
-      all_events
-    WHERE
-      submission_date = @submission_date
-  ),
-  event_types AS (
-    SELECT
-      *
-    FROM
-      `moz-fx-data-shared-prod.firefox_accounts_derived.event_types_history_v1`
-    WHERE
-      submission_date = DATE_SUB(@submission_date, INTERVAL 1 DAY)
-  ),
-  new_primary_event_types AS (
-    SELECT
-      category,
-      event,
-      MIN(timestamp) AS first_timestamp,
-      ROW_NUMBER() OVER (ORDER BY MIN(timestamp) ASC, category ASC, event ASC) + (
-        SELECT
-          MAX(numeric_index)
-        FROM
-          event_types
-      ) AS numeric_index,
-      0 AS max_event_property_index
-    FROM
-      current_events
-    LEFT JOIN
-      event_types
-      USING (category, event)
-    WHERE
-      event_types.event IS NULL
-    GROUP BY
-      category,
-      event
-  ),
-  all_primary_event_types AS (
-    SELECT
-      *
-    FROM
-      new_primary_event_types
-    UNION ALL
-    SELECT
-      category,
-      event,
-      first_timestamp,
-      numeric_index,
-      MAX(COALESCE(event_property.index, 0)) AS max_event_property_index
-    FROM
-      event_types
-    LEFT JOIN
-      UNNEST(event_properties) AS event_property
-    GROUP BY
-      category,
-      event,
-      first_timestamp,
-      numeric_index
-  ),
-  new_event_property_indices AS (
-    SELECT
-      category,
-      event,
-      event_property.key AS event_property,
-      ROW_NUMBER() OVER (
-        PARTITION BY
-          category,
-          event
-        ORDER BY
-          MIN(timestamp) ASC,
-          event_property.key ASC
-      ) + ANY_VALUE(max_event_property_index) AS event_property_index,
-      0 AS max_event_property_value_index
-    FROM
-      current_events,
-      UNNEST(extra) AS event_property
-    LEFT JOIN
-      (SELECT * FROM event_types, UNNEST(event_properties)) event_types
-      USING (category, event, key)
-    JOIN
-      all_primary_event_types
-      USING (event, category)
-    LEFT JOIN
-      UNNEST(CAST([] AS ARRAY<STRING>)) skipped_property
-      ON skipped_property = event_property.key
-    WHERE
-      skipped_property IS NULL
-      AND event_types.event IS NULL
-    GROUP BY
-      category,
-      event,
-      event_property
-  ),
-  all_event_property_indices AS (
-    SELECT
-      *
-    FROM
-      new_event_property_indices
-    UNION ALL
-    SELECT
-      category,
-      event,
-      event_property.key AS event_property,
-      event_property.index AS event_property_index,
-      MAX(COALESCE(`values`.index, 0)) AS max_event_property_value_index
-    FROM
-      event_types
-    LEFT JOIN
-      UNNEST(event_properties) AS event_property
-    LEFT JOIN
-      UNNEST(value) AS `values`
-    GROUP BY
-      category,
-      event,
-      first_timestamp,
-      event_property,
-      event_property_index
-  ),
-  new_event_property_value_indices AS (
-    SELECT
-      current_events.category,
-      current_events.event,
-      event_property.key AS event_property,
-      event_property.value AS event_property_value,
-      ROW_NUMBER() OVER (
-        PARTITION BY
-          current_events.category,
-          current_events.event,
-          event_property.key
-        ORDER BY
-          MIN(timestamp) ASC,
-          event_property.value ASC
-      ) + ANY_VALUE(max_event_property_value_index) AS event_property_value_index,
-    FROM
-      current_events,
-      UNNEST(extra) AS event_property
-    LEFT JOIN
-      (
-        SELECT
-          event_types.* EXCEPT (event_properties),
-          existing_event_property,
-          `values`
-        FROM
-          event_types,
-          UNNEST(event_properties) AS existing_event_property,
-          UNNEST(value) AS `values`
-      ) AS existing_event_type_values
-      ON current_events.category = existing_event_type_values.category
-      AND current_events.event = existing_event_type_values.event
-      AND event_property.key = existing_event_type_values.existing_event_property.key
-      AND event_property.value = existing_event_type_values.`values`.key
-    JOIN
-      all_event_property_indices
-      ON all_event_property_indices.category = current_events.category
-      AND all_event_property_indices.event = current_events.event
-      AND all_event_property_indices.event_property = event_property.key
-    WHERE
-      existing_event_type_values.event IS NULL
-    GROUP BY
-      category,
-      event,
-      event_property,
-      event_property_value
-  ),
-  all_event_property_value_indices AS (
-    SELECT
-      *
-    FROM
-      new_event_property_value_indices
-    WHERE
-    -- Doesn't remove historical event_property values
-      event_property_value_index <= 1000
-    UNION ALL
-    SELECT
-      category,
-      event,
-      event_property.key AS event_property,
-      `values`.key AS event_property_value,
-      `values`.index AS event_property_value_index
-    FROM
-      event_types,
-      UNNEST(event_properties) AS event_property,
-      UNNEST(value) AS `values`
-  ),
-  per_event_property AS (
-    SELECT
-      category,
-      event,
-      event_property,
-      event_property_index,
-      ARRAY_AGG(
-        STRUCT(
-          event_property_value AS key,
-          `moz-fx-data-shared-prod.udf.event_code_points_to_string`(
-            [event_property_value_index]
-          ) AS value,
-          event_property_value_index AS index
-        )
-        ORDER BY
-          event_property_value_index ASC
-      ) AS `values`,
-    FROM
-      all_event_property_value_indices
-    INNER JOIN
-      all_event_property_indices
-      USING (category, event, event_property)
-    GROUP BY
-      category,
-      event,
-      event_property,
-      event_property_index
-  ),
-  per_event AS (
-    SELECT
-      category,
-      event,
-      first_timestamp,
-      numeric_index,
-      `moz-fx-data-shared-prod.udf.event_code_points_to_string`([numeric_index]) AS index,
-      ARRAY_AGG(
-        IF(
-          event_property IS NULL,
-          NULL,
-          STRUCT(event_property AS key, `values` AS value, event_property_index AS index)
-        ) IGNORE NULLS
-        ORDER BY
-          event_property_index ASC
-      ) AS event_properties
-    FROM
-      all_primary_event_types
-    LEFT JOIN
-      per_event_property
-      USING (category, event)
-    GROUP BY
-      category,
-      event,
-      first_timestamp,
-      numeric_index
-  )
-  SELECT
-    @submission_date AS submission_date,
-    *
-  FROM
-    per_event
-{% endif %}
diff -bur --no-dereference --new-file /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/firefox_accounts_derived/event_types_history_v1/schema.yaml /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/firefox_accounts_derived/event_types_history_v1/schema.yaml
--- /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/firefox_accounts_derived/event_types_history_v1/schema.yaml	2025-01-13 16:56:49.000000000 +0000
+++ /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/firefox_accounts_derived/event_types_history_v1/schema.yaml	1970-01-01 00:00:00.000000000 +0000
@@ -1,44 +0,0 @@
-# Generated by ./bqetl generate events_daily
-
-fields:
-- mode: NULLABLE
-  name: submission_date
-  type: DATE
-- mode: NULLABLE
-  name: category
-  type: STRING
-- mode: NULLABLE
-  name: event
-  type: STRING
-- mode: NULLABLE
-  name: first_timestamp
-  type: TIMESTAMP
-- mode: NULLABLE
-  name: numeric_index
-  type: INTEGER
-- mode: NULLABLE
-  name: index
-  type: STRING
-- fields:
-  - mode: NULLABLE
-    name: key
-    type: STRING
-  - fields:
-    - mode: NULLABLE
-      name: key
-      type: STRING
-    - mode: NULLABLE
-      name: value
-      type: STRING
-    - mode: NULLABLE
-      name: index
-      type: INTEGER
-    mode: REPEATED
-    name: value
-    type: RECORD
-  - mode: NULLABLE
-    name: index
-    type: INTEGER
-  mode: REPEATED
-  name: event_properties
-  type: RECORD
diff -bur --no-dereference --new-file /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/firefox_accounts_derived/event_types_v1/metadata.yaml /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/firefox_accounts_derived/event_types_v1/metadata.yaml
--- /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/firefox_accounts_derived/event_types_v1/metadata.yaml	2025-01-13 16:56:49.000000000 +0000
+++ /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/firefox_accounts_derived/event_types_v1/metadata.yaml	1970-01-01 00:00:00.000000000 +0000
@@ -1,25 +0,0 @@
-friendly_name: Firefox Accounts Event Types
-description: |
-  A materialized view of the most recent day of event_types data
-owners:
-- [email protected]
-- [email protected]
-labels:
-  application: firefox_accounts
-  schedule: daily
-  dag: bqetl_event_rollup
-  owner1: wlachance
-  owner2: akomar
-scheduling:
-  dag_name: bqetl_event_rollup
-  date_partition_parameter: null
-  parameters:
-  - submission_date:DATE:{{ds}}
-bigquery: null
-workgroup_access:
-- role: roles/bigquery.dataViewer
-  members:
-  - workgroup:mozilla-confidential
-references:
-  query.sql:
-  - firefox_accounts_derived.event_types_history_v1
diff -bur --no-dereference --new-file /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/firefox_accounts_derived/event_types_v1/query.sql /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/firefox_accounts_derived/event_types_v1/query.sql
--- /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/firefox_accounts_derived/event_types_v1/query.sql	2025-01-13 16:56:49.000000000 +0000
+++ /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/firefox_accounts_derived/event_types_v1/query.sql	1970-01-01 00:00:00.000000000 +0000
@@ -1,9 +0,0 @@
--- Generated by ./bqetl generate events_daily
-SELECT
-  * EXCEPT (submission_date)
-FROM
-  `moz-fx-data-shared-prod.firefox_accounts_derived.event_types_history_v1`
-  {% if not is_init() %}
-    WHERE
-      submission_date = @submission_date
-  {% endif %}
diff -bur --no-dereference --new-file /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/firefox_crashreporter_derived/event_monitoring_live_v1/materialized_view.sql /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/firefox_crashreporter_derived/event_monitoring_live_v1/materialized_view.sql
--- /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/firefox_crashreporter_derived/event_monitoring_live_v1/materialized_view.sql	2025-01-13 16:56:50.000000000 +0000
+++ /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/firefox_crashreporter_derived/event_monitoring_live_v1/materialized_view.sql	2025-01-13 16:59:59.000000000 +0000
@@ -67,7 +67,7 @@
   LEFT JOIN
     UNNEST(event.extra) AS event_extra
   WHERE
-    DATE(submission_timestamp) >= "2025-01-10"
+    DATE(submission_timestamp) >= "2025-01-13"
   GROUP BY
     submission_date,
     window_start,
diff -bur --no-dereference --new-file /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/firefox_desktop/ltv_states/schema.yaml /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/firefox_desktop/ltv_states/schema.yaml
--- /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/firefox_desktop/ltv_states/schema.yaml	2025-01-13 16:56:09.000000000 +0000
+++ /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/firefox_desktop/ltv_states/schema.yaml	2025-01-13 17:05:36.000000000 +0000
@@ -1,64 +1,66 @@
 fields:
-- description: Unique ID for the client installation.
-  mode: NULLABLE
-  name: client_id
+- name: client_id
   type: STRING
-- description: Sample ID - A number ranging from 0 - 99 based on client ID; used to pull a small sample of data related to a subset of clients over time
   mode: NULLABLE
-  name: sample_id
-  type: INT64
-- description: Submission Date
+  description: Unique ID for the client installation.
+- name: sample_id
+  type: INTEGER
   mode: NULLABLE
-  name: submission_date
+  description: Sample ID - A number ranging from 0 - 99 based on client ID; used to
+    pull a small sample of data related to a subset of clients over time
+- name: submission_date
   type: DATE
-- description: First Seen Date - The date this client was first seen
   mode: NULLABLE
-  name: first_seen_date
+  description: Submission Date
+- name: first_seen_date
   type: DATE
-- description: Days Since First Seen - The number of days since the client was first seen
   mode: NULLABLE
-  name: days_since_first_seen
-  type: INT64
-- description: Days Since Active
+  description: First Seen Date - The date this client was first seen
+- name: days_since_first_seen
+  type: INTEGER
   mode: NULLABLE
-  name: days_since_active
-  type: INT64
-- description: First Reported Country - The country this client ID was first reported from
+  description: Days Since First Seen - The number of days since the client was first
+    seen
+- name: days_since_active
+  type: INTEGER
   mode: NULLABLE
-  name: first_reported_country
+  description: Days Since Active
+- name: first_reported_country
   type: STRING
-- description: Attribution
   mode: NULLABLE
-  name: attribution
+  description: First Reported Country - The country this client ID was first reported
+    from
+- name: attribution
   type: RECORD
+  mode: NULLABLE
   fields:
-  - mode: NULLABLE
-    name: source
+  - name: source
     type: STRING
+    mode: NULLABLE
     description: Attribution Source
-  - mode: NULLABLE
-    name: medium
+  - name: medium
     type: STRING
+    mode: NULLABLE
     description: Attribution Medium
-  - mode: NULLABLE
-    name: campaign
+  - name: campaign
     type: STRING
+    mode: NULLABLE
     description: Attribution Campaign
-  - mode: NULLABLE
-    name: content
+  - name: content
     type: STRING
+    mode: NULLABLE
     description: Attribution Content
-  - mode: NULLABLE
-    name: experiment
+  - name: experiment
     type: STRING
+    mode: NULLABLE
     description: Attribution Experiment
-  - mode: NULLABLE
-    name: variation
+  - name: variation
     type: STRING
+    mode: NULLABLE
     description: Attribution Variation
-  - mode: NULLABLE
-    name: dltoken
+  - name: dltoken
     type: STRING
+    mode: NULLABLE
     description: Attribution Download Token
   - name: dlsource
     type: STRING
@@ -68,40 +70,43 @@
     type: STRING
     mode: NULLABLE
     description: Attribution UA
-- description: Active
-  mode: NULLABLE
-  name: active
-  type: INT64
-- description: Ad Clicks - The number of ad clicks from this client on the submission date
+  description: Attribution
+- name: active
+  type: INTEGER
   mode: NULLABLE
-  name: ad_clicks
-  type: INT64
-- description: Total Historic Ad Clicks - The number of ad clicks from this client on or before the submission date
+  description: Active
+- name: ad_clicks
+  type: INTEGER
   mode: NULLABLE
-  name: total_historic_ad_clicks
-  type: INT64
-- description: Days Seen Bytes
+  description: Ad Clicks - The number of ad clicks from this client on the submission
+    date
+- name: total_historic_ad_clicks
+  type: INTEGER
   mode: NULLABLE
-  name: days_seen_bytes
+  description: Total Historic Ad Clicks - The number of ad clicks from this client
+    on or before the submission date
+- name: days_seen_bytes
   type: BYTES
-- description: Pattern
   mode: NULLABLE
-  name: pattern
+  description: Days Seen Bytes
+- name: pattern
   type: INTEGER
-- description: Death Time
   mode: NULLABLE
-  name: death_time
+  description: Pattern
+- name: death_time
   type: INTEGER
-- description: Max Days
   mode: NULLABLE
-  name: max_days
+  description: Death Time
+- name: max_days
   type: INTEGER
-- description: Markov States
   mode: NULLABLE
-  name: markov_states
+  description: Max Days
+- name: markov_states
   type: RECORD
-  fields:
-  - description: Desktop States V1
     mode: NULLABLE
-    name: desktop_states_v1
+  fields:
+  - name: desktop_states_v1
     type: STRING
+    mode: NULLABLE
+    description: Desktop States V1
+  description: Markov States
diff -bur --no-dereference --new-file /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/firefox_desktop/newtab_live/schema.yaml /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/firefox_desktop/newtab_live/schema.yaml
--- /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/firefox_desktop/newtab_live/schema.yaml	2025-01-13 16:56:09.000000000 +0000
+++ /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/firefox_desktop/newtab_live/schema.yaml	2025-01-13 17:05:43.000000000 +0000
@@ -1,48 +1,47 @@
 fields:
-- description: Submission Timestamp
-  mode: NULLABLE
-  name: submission_timestamp
+- name: submission_timestamp
   type: TIMESTAMP
-- description: Normalized Country Code, Examples - US, AR, BR, etc.
   mode: NULLABLE
-  name: normalized_country_code
+  description: Submission Timestamp
+- name: normalized_country_code
   type: STRING
-- description: Normalized Channel, Examples - release, nightly, aurora, esr, beta
   mode: NULLABLE
-  name: normalized_channel
+  description: Normalized Country Code, Examples - US, AR, BR, etc.
+- name: normalized_channel
   type: STRING
-- description: Document ID
   mode: NULLABLE
-  name: document_id
+  description: Normalized Channel, Examples - release, nightly, aurora, esr, beta
+- name: document_id
   type: STRING
-- description: Pocket Enabled
   mode: NULLABLE
-  name: pocket_enabled
+  description: Document ID
+- name: pocket_enabled
   type: BOOLEAN
-- description: Pocket Sponsored Stories Enabled
   mode: NULLABLE
-  name: pocket_sponsored_stories_enabled
+  description: Pocket Enabled
+- name: pocket_sponsored_stories_enabled
   type: BOOLEAN
-- description: Newtab Locale
   mode: NULLABLE
-  name: newtab_locale
+  description: Pocket Sponsored Stories Enabled
+- name: newtab_locale
   type: STRING
-- description: App Build
   mode: NULLABLE
-  name: app_build
+  description: Newtab Locale
+- name: app_build
   type: STRING
-- description: App Display Version
   mode: NULLABLE
-  name: app_display_version
+  description: App Build
+- name: app_display_version
   type: STRING
-- description: Client ID
   mode: NULLABLE
-  name: client_id
+  description: App Display Version
+- name: client_id
   type: STRING
+  mode: NULLABLE
+  description: Client ID
 - name: events
   type: RECORD
   mode: REPEATED
-  description: Events
   fields:
   - name: category
     type: STRING
@@ -51,7 +50,6 @@
   - name: extra
     type: RECORD
     mode: REPEATED
-    description: Extras
     fields:
     - name: key
       type: STRING
@@ -61,6 +59,7 @@
       type: STRING
       mode: NULLABLE
       description: Value
+    description: Extras
   - name: name
     type: STRING
     mode: NULLABLE
@@ -69,3 +68,4 @@
     type: INTEGER
     mode: NULLABLE
     description: Event Timestamp
+  description: Events
diff -bur --no-dereference --new-file /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/firefox_desktop/nimbus_targeting_context/schema.yaml /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/firefox_desktop/nimbus_targeting_context/schema.yaml
--- /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/firefox_desktop/nimbus_targeting_context/schema.yaml	2025-01-13 16:56:50.000000000 +0000
+++ /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/firefox_desktop/nimbus_targeting_context/schema.yaml	2025-01-13 16:58:18.000000000 +0000
@@ -487,6 +487,14 @@
       type: STRING
       mode: NULLABLE
       description: The full Firefox version string.
+    - name: nimbus_targeting_context_locale
+      type: STRING
+      mode: NULLABLE
+      description: What is the active locale of the browser?
+    - name: nimbus_targeting_context_region
+      type: STRING
+      mode: NULLABLE
+      description: What region is the browser located in?
   - name: text2
     type: RECORD
     mode: NULLABLE
diff -bur --no-dereference --new-file /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/firefox_desktop/use_counters/schema.yaml /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/firefox_desktop/use_counters/schema.yaml
--- /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/firefox_desktop/use_counters/schema.yaml	2025-01-13 16:56:50.000000000 +0000
+++ /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/firefox_desktop/use_counters/schema.yaml	2025-01-13 16:58:12.000000000 +0000
@@ -18702,6 +18702,22 @@
         to calculate the rate.
 
         '
+    - name: use_counter_doc_js_legacy_lang_subtag
+      type: INTEGER
+      mode: NULLABLE
+      description: 'Whether a document uses a 5-to-8-character language subtag in
+        Intl.Locale constructor. Compare against `use.counter.content_documents_destroyed`
+        to calculate the rate.
+
+        '
+    - name: use_counter_page_js_legacy_lang_subtag
+      type: INTEGER
+      mode: NULLABLE
+      description: 'Whether a page uses a 5-to-8-character language subtag in Intl.Locale
+        constructor. Compare against `use.counter.top_level_content_documents_destroyed`
+        to calculate the rate.
+
+        '
   - name: labeled_counter
     type: RECORD
     mode: NULLABLE
diff -bur --no-dereference --new-file /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/firefox_desktop_background_defaultagent_derived/event_monitoring_live_v1/materialized_view.sql /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/firefox_desktop_background_defaultagent_derived/event_monitoring_live_v1/materialized_view.sql
--- /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/firefox_desktop_background_defaultagent_derived/event_monitoring_live_v1/materialized_view.sql	2025-01-13 16:56:50.000000000 +0000
+++ /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/firefox_desktop_background_defaultagent_derived/event_monitoring_live_v1/materialized_view.sql	2025-01-13 16:59:59.000000000 +0000
@@ -67,7 +67,7 @@
   LEFT JOIN
     UNNEST(event.extra) AS event_extra
   WHERE
-    DATE(submission_timestamp) >= "2025-01-10"
+    DATE(submission_timestamp) >= "2025-01-13"
   GROUP BY
     submission_date,
     window_start,
diff -bur --no-dereference --new-file /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/firefox_desktop_background_tasks_derived/event_monitoring_live_v1/materialized_view.sql /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/firefox_desktop_background_tasks_derived/event_monitoring_live_v1/materialized_view.sql
--- /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/firefox_desktop_background_tasks_derived/event_monitoring_live_v1/materialized_view.sql	2025-01-13 16:56:50.000000000 +0000
+++ /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/firefox_desktop_background_tasks_derived/event_monitoring_live_v1/materialized_view.sql	2025-01-13 16:59:59.000000000 +0000
@@ -77,7 +77,7 @@
   LEFT JOIN
     UNNEST(event.extra) AS event_extra
   WHERE
-    DATE(submission_timestamp) >= "2025-01-10"
+    DATE(submission_timestamp) >= "2025-01-13"
   GROUP BY
     submission_date,
     window_start,
diff -bur --no-dereference --new-file /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/firefox_desktop_background_update/use_counters/schema.yaml /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/firefox_desktop_background_update/use_counters/schema.yaml
--- /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/firefox_desktop_background_update/use_counters/schema.yaml	2025-01-13 16:56:49.000000000 +0000
+++ /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/firefox_desktop_background_update/use_counters/schema.yaml	2025-01-13 16:58:19.000000000 +0000
@@ -18702,6 +18702,22 @@
         to calculate the rate.
 
         '
+    - name: use_counter_doc_js_legacy_lang_subtag
+      type: INTEGER
+      mode: NULLABLE
+      description: 'Whether a document uses a 5-to-8-character language subtag in
+        Intl.Locale constructor. Compare against `use.counter.content_documents_destroyed`
+        to calculate the rate.
+
+        '
+    - name: use_counter_page_js_legacy_lang_subtag
+      type: INTEGER
+      mode: NULLABLE
+      description: 'Whether a page uses a 5-to-8-character language subtag in Intl.Locale
+        constructor. Compare against `use.counter.top_level_content_documents_destroyed`
+        to calculate the rate.
+
+        '
   - name: labeled_counter
     type: RECORD
     mode: NULLABLE
diff -bur --no-dereference --new-file /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/firefox_desktop_background_update_derived/event_monitoring_live_v1/materialized_view.sql /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/firefox_desktop_background_update_derived/event_monitoring_live_v1/materialized_view.sql
--- /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/firefox_desktop_background_update_derived/event_monitoring_live_v1/materialized_view.sql	2025-01-13 16:56:50.000000000 +0000
+++ /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/firefox_desktop_background_update_derived/event_monitoring_live_v1/materialized_view.sql	2025-01-13 16:59:59.000000000 +0000
@@ -67,7 +67,7 @@
   LEFT JOIN
     UNNEST(event.extra) AS event_extra
   WHERE
-    DATE(submission_timestamp) >= "2025-01-10"
+    DATE(submission_timestamp) >= "2025-01-13"
   GROUP BY
     submission_date,
     window_start,
diff -bur --no-dereference --new-file /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/firefox_desktop_derived/event_monitoring_live_v1/materialized_view.sql /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/firefox_desktop_derived/event_monitoring_live_v1/materialized_view.sql
--- /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/firefox_desktop_derived/event_monitoring_live_v1/materialized_view.sql	2025-01-13 16:56:49.000000000 +0000
+++ /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/firefox_desktop_derived/event_monitoring_live_v1/materialized_view.sql	2025-01-13 16:59:59.000000000 +0000
@@ -107,7 +107,7 @@
   LEFT JOIN
     UNNEST(event.extra) AS event_extra
   WHERE
-    DATE(submission_timestamp) >= "2025-01-10"
+    DATE(submission_timestamp) >= "2025-01-13"
   GROUP BY
     submission_date,
     window_start,
diff -bur --no-dereference --new-file /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/firefox_translations_derived/event_monitoring_live_v1/materialized_view.sql /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/firefox_translations_derived/event_monitoring_live_v1/materialized_view.sql
--- /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/firefox_translations_derived/event_monitoring_live_v1/materialized_view.sql	2025-01-13 16:56:50.000000000 +0000
+++ /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/firefox_translations_derived/event_monitoring_live_v1/materialized_view.sql	2025-01-13 16:59:59.000000000 +0000
@@ -77,7 +77,7 @@
   LEFT JOIN
     UNNEST(event.extra) AS event_extra
   WHERE
-    DATE(submission_timestamp) >= "2025-01-10"
+    DATE(submission_timestamp) >= "2025-01-13"
   GROUP BY
     submission_date,
     window_start,
diff -bur --no-dereference --new-file /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/focus_android/use_counters/schema.yaml /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/focus_android/use_counters/schema.yaml
--- /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/focus_android/use_counters/schema.yaml	2025-01-13 16:56:49.000000000 +0000
+++ /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/focus_android/use_counters/schema.yaml	2025-01-13 17:08:31.000000000 +0000
@@ -1,11 +1,11 @@
 fields:
 - name: normalized_app_id
-  type: STRING
   mode: NULLABLE
+  type: STRING
   description: App ID of the channel data was received from
 - name: normalized_channel
-  type: STRING
   mode: NULLABLE
+  type: STRING
   description: Normalized channel name
 - name: additional_properties
   type: STRING
@@ -7608,6 +7608,12 @@
     - name: use_counter_page_js_thenable_standard_proto
       type: INTEGER
       mode: NULLABLE
+    - name: use_counter_doc_js_legacy_lang_subtag
+      type: INTEGER
+      mode: NULLABLE
+    - name: use_counter_page_js_legacy_lang_subtag
+      type: INTEGER
+      mode: NULLABLE
   - name: labeled_counter
     type: RECORD
     mode: NULLABLE
diff -bur --no-dereference --new-file /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/focus_android/use_counters/view.sql /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/focus_android/use_counters/view.sql
--- /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/focus_android/use_counters/view.sql	2025-01-13 16:56:49.000000000 +0000
+++ /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/focus_android/use_counters/view.sql	2025-01-13 17:00:54.000000000 +0000
@@ -2483,7 +2483,9 @@
       metrics.counter.use_counter_doc_js_thenable_standard_proto,
       metrics.counter.use_counter_page_js_thenable,
       metrics.counter.use_counter_page_js_thenable_proto,
-      metrics.counter.use_counter_page_js_thenable_standard_proto
+      metrics.counter.use_counter_page_js_thenable_standard_proto,
+      metrics.counter.use_counter_doc_js_legacy_lang_subtag,
+      metrics.counter.use_counter_page_js_legacy_lang_subtag
     ) AS `counter`,
     STRUCT(
       metrics.labeled_counter.glean_error_invalid_

⚠️ Only part of the diff is displayed.

Link to full diff

Please sign in to comment.