Skip to content

feat(DENG-10688): update filters to include more countries in desktop_conversion_events and glean_desktop_conversion_events results#8871

Merged
kik-kik merged 2 commits intomainfrom
feat/DENG-10688/update-firefoxdotcom.desktop_conversion_events-filter
Feb 24, 2026
Merged

feat(DENG-10688): update filters to include more countries in desktop_conversion_events and glean_desktop_conversion_events results#8871
kik-kik merged 2 commits intomainfrom
feat/DENG-10688/update-firefoxdotcom.desktop_conversion_events-filter

Conversation

@kik-kik
Copy link
Copy Markdown
Contributor

@kik-kik kik-kik commented Feb 18, 2026

feat(DENG-10688): update filters to include more countries in desktop_conversion_events and glean_desktop_conversion_events results

Updates the country filter to allow access to data from any of the following countries: US, Australia, Japan, Mexico, Canada

@github-actions
Copy link
Copy Markdown

Integration report for "feat: update filters to include more countries in desktop_conversion_events and glean_desktop_conversion_events results"

sql.diff

Click to expand!
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	2026-02-18 16:48:50.256602844 +0000
+++ /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/accounts_backend_derived/event_monitoring_live_v1/materialized_view.sql	2026-02-18 16:48:46.094536594 +0000
@@ -53,7 +53,7 @@
 FROM
   combined
 WHERE
-  DATE(submission_timestamp) >= "2026-02-18"
+  DATE(submission_timestamp) >= "2026-02-17"
 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	2026-02-18 16:48:50.292603417 +0000
+++ /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/accounts_cirrus_derived/event_monitoring_live_v1/materialized_view.sql	2026-02-18 16:48:46.133537216 +0000
@@ -53,7 +53,7 @@
 FROM
   combined
 WHERE
-  DATE(submission_timestamp) >= "2026-02-18"
+  DATE(submission_timestamp) >= "2026-02-17"
 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	2026-02-18 16:48:50.257602860 +0000
+++ /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/accounts_frontend_derived/event_monitoring_live_v1/materialized_view.sql	2026-02-18 16:48:46.139537312 +0000
@@ -53,7 +53,7 @@
 FROM
   combined
 WHERE
-  DATE(submission_timestamp) >= "2026-02-18"
+  DATE(submission_timestamp) >= "2026-02-17"
 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	2026-02-18 16:48:50.236602526 +0000
+++ /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/bedrock_derived/event_monitoring_live_v1/materialized_view.sql	2026-02-18 16:48:46.112536881 +0000
@@ -119,7 +119,7 @@
 FROM
   combined
 WHERE
-  DATE(submission_timestamp) >= "2026-02-18"
+  DATE(submission_timestamp) >= "2026-02-17"
 GROUP BY
   submission_date,
   window_start,
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	2026-02-18 16:48:50.279603210 +0000
+++ /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/debug_ping_view_derived/event_monitoring_live_v1/materialized_view.sql	2026-02-18 16:48:46.118536977 +0000
@@ -53,7 +53,7 @@
 FROM
   combined
 WHERE
-  DATE(submission_timestamp) >= "2026-02-18"
+  DATE(submission_timestamp) >= "2026-02-17"
 GROUP BY
   submission_date,
   window_start,
diff -bur --no-dereference --new-file /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/experimenter_backend_derived/event_monitoring_live_v1/materialized_view.sql /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/experimenter_backend_derived/event_monitoring_live_v1/materialized_view.sql
--- /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/experimenter_backend_derived/event_monitoring_live_v1/materialized_view.sql	2026-02-18 16:48:50.392605008 +0000
+++ /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/experimenter_backend_derived/event_monitoring_live_v1/materialized_view.sql	2026-02-18 16:48:46.167537759 +0000
@@ -53,7 +53,7 @@
 FROM
   combined
 WHERE
-  DATE(submission_timestamp) >= "2026-02-18"
+  DATE(submission_timestamp) >= "2026-02-17"
 GROUP BY
   submission_date,
   window_start,
diff -bur --no-dereference --new-file /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/experimenter_cirrus_derived/event_monitoring_live_v1/materialized_view.sql /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/experimenter_cirrus_derived/event_monitoring_live_v1/materialized_view.sql
--- /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/experimenter_cirrus_derived/event_monitoring_live_v1/materialized_view.sql	2026-02-18 16:48:50.392605008 +0000
+++ /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/experimenter_cirrus_derived/event_monitoring_live_v1/materialized_view.sql	2026-02-18 16:48:46.159537631 +0000
@@ -53,7 +53,7 @@
 FROM
   combined
 WHERE
-  DATE(submission_timestamp) >= "2026-02-18"
+  DATE(submission_timestamp) >= "2026-02-17"
 GROUP BY
   submission_date,
   window_start,
diff -bur --no-dereference --new-file /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/fenix/broken_site_report/metadata.yaml /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/fenix/broken_site_report/metadata.yaml
--- /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/fenix/broken_site_report/metadata.yaml	2026-02-18 16:48:50.379604801 +0000
+++ /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/fenix/broken_site_report/metadata.yaml	2026-02-18 16:48:46.160537647 +0000
@@ -1,10 +1,6 @@
-friendly_name: App-specific view for Glean ping "broken-site-report"
+friendly_name: Broken Site Report
 description: |-
-  This a view that UNIONs the stable ping tables
-  across all channels of the Glean application "Firefox for Android"
-  (org_mozilla_firefox.broken_site_report, org_mozilla_firefox_beta.broken_site_report, org_mozilla_fenix.broken_site_report, org_mozilla_fenix_nightly.broken_site_report, org_mozilla_fennec_aurora.broken_site_report).
-
-  It is used by Looker.
+  Please provide a description for the query
 owners: []
 workgroup_access:
 - role: roles/bigquery.dataViewer
diff -bur --no-dereference --new-file /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/fenix/crash/metadata.yaml /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/fenix/crash/metadata.yaml
--- /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/fenix/crash/metadata.yaml	2026-02-18 16:48:50.379604801 +0000
+++ /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/fenix/crash/metadata.yaml	2026-02-18 16:48:46.160537647 +0000
@@ -1,10 +1,6 @@
-friendly_name: App-specific view for Glean ping "crash"
+friendly_name: Crash
 description: |-
-  This a view that UNIONs the stable ping tables
-  across all channels of the Glean application "Firefox for Android"
-  (org_mozilla_firefox.crash, org_mozilla_firefox_beta.crash, org_mozilla_fenix.crash, org_mozilla_fenix_nightly.crash, org_mozilla_fennec_aurora.crash).
-
-  It is used by Looker.
+  Please provide a description for the query
 owners: []
 workgroup_access:
 - role: roles/bigquery.dataViewer
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	2026-02-18 16:48:50.428605581 +0000
+++ /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/fenix/metrics/schema.yaml	2026-02-18 16:48:46.221538621 +0000
@@ -12764,8 +12764,7 @@
       - name: value
         type: INTEGER
         mode: NULLABLE
-      description: 'Failure occurs when initializing the audio stream. (Migrated from
-        the geckoview metric of the same name).
+      description: 'Failure occurs when initializing the audio stream.
 
         '
     - name: glean_validation_pings_submitted
@@ -18285,76 +18284,6 @@
         get a human readable error for these values.  Records up to 16 codes.
 
         '
-    - name: urlclassifier_global_cache_hit
-      type: RECORD
-      mode: REPEATED
-      fields:
-      - name: key
-        type: STRING
-        mode: NULLABLE
-      - name: value
-        type: INTEGER
-        mode: NULLABLE
-      description: 'Count of top-level navigations that hit the Global Cache table.
-        Keyed by ETP mode and window type.
-
-        '
-    - name: urlclassifier_global_cache_miss
-      type: RECORD
-      mode: REPEATED
-      fields:
-      - name: key
-        type: STRING
-        mode: NULLABLE
-      - name: value
-        type: INTEGER
-        mode: NULLABLE
-      description: 'Count of top-level navigations that miss the Global Cache table.
-        Keyed by ETP mode and window type.
-
-        '
-    - name: urlclassifier_realtime_simulation_request_count
-      type: RECORD
-      mode: REPEATED
-      fields:
-      - name: key
-        type: STRING
-        mode: NULLABLE
-      - name: value
-        type: INTEGER
-        mode: NULLABLE
-      description: 'Count of simulated real-time Safe Browsing lookup requests. Keyed
-        by ETP mode and window type.
-
-        '
-    - name: urlclassifier_realtime_simulation_request_size
-      type: RECORD
-      mode: REPEATED
-      fields:
-      - name: key
-        type: STRING
-        mode: NULLABLE
-      - name: value
-        type: INTEGER
-        mode: NULLABLE
-      description: 'Total estimated data usage of simulated real-time Safe Browsing
-        lookup requests in bytes. Keyed by ETP mode and window type.
-
-        '
-    - name: urlclassifier_realtime_simulation_response_size
-      type: RECORD
-      mode: REPEATED
-      fields:
-      - name: key
-        type: STRING
-        mode: NULLABLE
-      - name: value
-        type: INTEGER
-        mode: NULLABLE
-      description: 'Total estimated data usage of simulated real-time Safe Browsing
-        lookup responses in bytes. Keyed by ETP mode and window type.
-
-        '
   - name: quantity
     type: RECORD
     mode: NULLABLE
diff -bur --no-dereference --new-file /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/fenix/metrics/view.sql /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/fenix/metrics/view.sql
--- /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/fenix/metrics/view.sql	2026-02-18 16:48:50.430605613 +0000
+++ /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/fenix/metrics/view.sql	2026-02-18 16:48:46.221538621 +0000
@@ -1092,12 +1092,7 @@
       metrics.labeled_counter.geolocation_geolocation_cache_hit,
       metrics.labeled_counter.geolocation_geolocation_service,
       metrics.labeled_counter.geolocation_linux_portal_error,
-      metrics.labeled_counter.geolocation_macos_error_code,
-      metrics.labeled_counter.urlclassifier_global_cache_hit,
-      metrics.labeled_counter.urlclassifier_global_cache_miss,
-      metrics.labeled_counter.urlclassifier_realtime_simulation_request_count,
-      metrics.labeled_counter.urlclassifier_realtime_simulation_request_size,
-      metrics.labeled_counter.urlclassifier_realtime_simulation_response_size
+      metrics.labeled_counter.geolocation_macos_error_code
     ) AS `labeled_counter`,
     STRUCT(
       metrics.quantity.gfx_adapter_primary_ram,
@@ -3168,12 +3163,7 @@
       metrics.labeled_counter.geolocation_geolocation_cache_hit,
       metrics.labeled_counter.geolocation_geolocation_service,
       metrics.labeled_counter.geolocation_linux_portal_error,
-      metrics.labeled_counter.geolocation_macos_error_code,
-      metrics.labeled_counter.urlclassifier_global_cache_hit,
-      metrics.labeled_counter.urlclassifier_global_cache_miss,
-      metrics.labeled_counter.urlclassifier_realtime_simulation_request_count,
-      metrics.labeled_counter.urlclassifier_realtime_simulation_request_size,
-      metrics.labeled_counter.urlclassifier_realtime_simulation_response_size
+      metrics.labeled_counter.geolocation_macos_error_code
     ) AS `labeled_counter`,
     STRUCT(
       metrics.quantity.gfx_adapter_primary_ram,
@@ -5264,12 +5254,7 @@
       metrics.labeled_counter.geolocation_geolocation_cache_hit,
       metrics.labeled_counter.geolocation_geolocation_service,
       metrics.labeled_counter.geolocation_linux_portal_error,
-      metrics.labeled_counter.geolocation_macos_error_code,
-      metrics.labeled_counter.urlclassifier_global_cache_hit,
-      metrics.labeled_counter.urlclassifier_global_cache_miss,
-      metrics.labeled_counter.urlclassifier_realtime_simulation_request_count,
-      metrics.labeled_counter.urlclassifier_realtime_simulation_request_size,
-      metrics.labeled_counter.urlclassifier_realtime_simulation_response_size
+      metrics.labeled_counter.geolocation_macos_error_code
     ) AS `labeled_counter`,
     STRUCT(
       metrics.quantity.gfx_adapter_primary_ram,
diff -bur --no-dereference --new-file /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/fenix/user_characteristics/schema.yaml /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/fenix/user_characteristics/schema.yaml
--- /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/fenix/user_characteristics/schema.yaml	2026-02-18 16:48:50.697609862 +0000
+++ /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/fenix/user_characteristics/schema.yaml	2026-02-18 16:48:46.248539052 +0000
@@ -1062,13 +1062,6 @@
         behaving as they generally expect non-anomalous browsers to behave.
 
         '
-    - name: characteristics_storage_quota
-      type: INTEGER
-      mode: NULLABLE
-      description: 'Storage quota in MB from StorageManager.estimate(), rounded to
-        integer. Acts as a disk-size proxy for fingerprinting entropy analysis.
-
-        '
   - name: string
     type: RECORD
     mode: NULLABLE
@@ -3124,21 +3117,6 @@
         is a JSON stringified array like: ["123.456", "789.012", ...]
 
         '
-    - name: characteristics_sdp_codec_list
-      type: STRING
-      mode: NULLABLE
-      description: 'JSON-stringified SDP codec section from RTCPeerConnection.createOffer().
-        Contains m-lines, a=rtpmap, a=fmtp, and a=rtcp-fb lines with session-specific
-        values (ICE credentials, DTLS fingerprint) stripped.
-
-        '
-    - name: characteristics_webauthn_capabilities
-      type: STRING
-      mode: NULLABLE
-      description: 'JSON-stringified dictionary from PublicKeyCredential.getClientCapabilities().
-        Contains boolean values indicating passkey and authenticator support.
-
-        '
   - name: uuid
     type: RECORD
     mode: NULLABLE
diff -bur --no-dereference --new-file /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/fenix/user_characteristics/view.sql /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/fenix/user_characteristics/view.sql
--- /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/fenix/user_characteristics/view.sql	2026-02-18 16:48:50.698609877 +0000
+++ /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/fenix/user_characteristics/view.sql	2026-02-18 16:48:46.249539068 +0000
@@ -156,8 +156,7 @@
       metrics.quantity.characteristics_wgpu_minuniformbufferoffsetalignment,
       metrics.quantity.characteristics_gl2_version_software,
       metrics.quantity.characteristics_timezone_offset_web,
-      metrics.quantity.characteristics_audio_unique_samples,
-      metrics.quantity.characteristics_storage_quota
+      metrics.quantity.characteristics_audio_unique_samples
     ) AS `quantity`,
     STRUCT(
       metrics.string.characteristics_canvasdata1,
@@ -487,9 +486,7 @@
       metrics.text2.characteristics_canvasdata9_software_raw,
       metrics.text2.characteristics_css_system_colors,
       metrics.text2.characteristics_css_system_fonts,
-      metrics.text2.characteristics_mathml_diag_values,
-      metrics.text2.characteristics_sdp_codec_list,
-      metrics.text2.characteristics_webauthn_capabilities
+      metrics.text2.characteristics_mathml_diag_values
     ) AS `text2`,
     STRUCT(metrics.uuid.characteristics_client_identifier) AS `uuid`
   ) AS `metrics`,
@@ -657,8 +654,7 @@
       metrics.quantity.characteristics_wgpu_minuniformbufferoffsetalignment,
       metrics.quantity.characteristics_gl2_version_software,
       metrics.quantity.characteristics_timezone_offset_web,
-      metrics.quantity.characteristics_audio_unique_samples,
-      metrics.quantity.characteristics_storage_quota
+      metrics.quantity.characteristics_audio_unique_samples
     ) AS `quantity`,
     STRUCT(
       metrics.string.characteristics_canvasdata1,
@@ -988,9 +984,7 @@
       metrics.text2.characteristics_canvasdata9_software_raw,
       metrics.text2.characteristics_css_system_colors,
       metrics.text2.characteristics_css_system_fonts,
-      metrics.text2.characteristics_mathml_diag_values,
-      metrics.text2.characteristics_sdp_codec_list,
-      metrics.text2.characteristics_webauthn_capabilities
+      metrics.text2.characteristics_mathml_diag_values
     ) AS `text2`,
     STRUCT(metrics.uuid.characteristics_client_identifier) AS `uuid`
   ) AS `metrics`,
@@ -1158,8 +1152,7 @@
       metrics.quantity.characteristics_wgpu_minuniformbufferoffsetalignment,
       metrics.quantity.characteristics_gl2_version_software,
       metrics.quantity.characteristics_timezone_offset_web,
-      metrics.quantity.characteristics_audio_unique_samples,
-      metrics.quantity.characteristics_storage_quota
+      metrics.quantity.characteristics_audio_unique_samples
     ) AS `quantity`,
     STRUCT(
       metrics.string.characteristics_canvasdata1,
@@ -1489,9 +1482,7 @@
       metrics.text2.characteristics_canvasdata9_software_raw,
       metrics.text2.characteristics_css_system_colors,
       metrics.text2.characteristics_css_system_fonts,
-      metrics.text2.characteristics_mathml_diag_values,
-      metrics.text2.characteristics_sdp_codec_list,
-      metrics.text2.characteristics_webauthn_capabilities
+      metrics.text2.characteristics_mathml_diag_values
     ) AS `text2`,
     STRUCT(metrics.uuid.characteristics_client_identifier) AS `uuid`
   ) AS `metrics`,
@@ -1659,8 +1650,7 @@
       metrics.quantity.characteristics_wgpu_minuniformbufferoffsetalignment,
       metrics.quantity.characteristics_gl2_version_software,
       metrics.quantity.characteristics_timezone_offset_web,
-      metrics.quantity.characteristics_audio_unique_samples,
-      metrics.quantity.characteristics_storage_quota
+      metrics.quantity.characteristics_audio_unique_samples
     ) AS `quantity`,
     STRUCT(
       metrics.string.characteristics_canvasdata1,
@@ -1990,9 +1980,7 @@
       metrics.text2.characteristics_canvasdata9_software_raw,
       metrics.text2.characteristics_css_system_colors,
       metrics.text2.characteristics_css_system_fonts,
-      metrics.text2.characteristics_mathml_diag_values,
-      metrics.text2.characteristics_sdp_codec_list,
-      metrics.text2.characteristics_webauthn_capabilities
+      metrics.text2.characteristics_mathml_diag_values
     ) AS `text2`,
     STRUCT(metrics.uuid.characteristics_client_identifier) AS `uuid`
   ) AS `metrics`,
@@ -2160,8 +2148,7 @@
       metrics.quantity.characteristics_wgpu_minuniformbufferoffsetalignment,
       metrics.quantity.characteristics_gl2_version_software,
       metrics.quantity.characteristics_timezone_offset_web,
-      metrics.quantity.characteristics_audio_unique_samples,
-      metrics.quantity.characteristics_storage_quota
+      metrics.quantity.characteristics_audio_unique_samples
     ) AS `quantity`,
     STRUCT(
       metrics.string.characteristics_canvasdata1,
@@ -2491,9 +2478,7 @@
       metrics.text2.characteristics_canvasdata9_software_raw,
       metrics.text2.characteristics_css_system_colors,
       metrics.text2.characteristics_css_system_fonts,
-      metrics.text2.characteristics_mathml_diag_values,
-      metrics.text2.characteristics_sdp_codec_list,
-      metrics.text2.characteristics_webauthn_capabilities
+      metrics.text2.characteristics_mathml_diag_values
     ) AS `text2`,
     STRUCT(metrics.uuid.characteristics_client_identifier) AS `uuid`
   ) AS `metrics`,
diff -bur --no-dereference --new-file /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/firefox_crashreporter/crash/metadata.yaml /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/firefox_crashreporter/crash/metadata.yaml
--- /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/firefox_crashreporter/crash/metadata.yaml	2026-02-18 16:48:50.691609766 +0000
+++ /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/firefox_crashreporter/crash/metadata.yaml	2026-02-18 16:48:46.357540792 +0000
@@ -1,14 +1,6 @@
-friendly_name: Historical Pings for `firefox-crashreporter/crash`
+friendly_name: Crash
 description: |-
-  A historical view of pings sent for the
-  `firefox-crashreporter/crash`
-  document type.
-
-  This view is guaranteed to contain only complete days
-  (per `submission_timestamp`)
-  and to contain only one row per distinct `document_id` within a given date.
-
-  Clustering fields: `normalized_channel`, `sample_id`
+  Please provide a description for the query
 owners: []
 labels:
   authorized: true
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	2026-02-18 16:48:50.678609559 +0000
+++ /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/firefox_crashreporter_derived/event_monitoring_live_v1/materialized_view.sql	2026-02-18 16:48:46.357540792 +0000
@@ -53,7 +53,7 @@
 FROM
   combined
 WHERE
-  DATE(submission_timestamp) >= "2026-02-18"
+  DATE(submission_timestamp) >= "2026-02-17"
 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/broken_site_report/metadata.yaml /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/firefox_desktop/broken_site_report/metadata.yaml
--- /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/firefox_desktop/broken_site_report/metadata.yaml	2026-02-18 16:48:50.692609782 +0000
+++ /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/firefox_desktop/broken_site_report/metadata.yaml	2026-02-18 16:48:46.359540824 +0000
@@ -1,14 +1,6 @@
-friendly_name: Historical Pings for `firefox-desktop/broken-site-report`
+friendly_name: Broken Site Report
 description: |-
-  A historical view of pings sent for the
-  `firefox-desktop/broken-site-report`
-  document type.
-
-  This view is guaranteed to contain only complete days
-  (per `submission_timestamp`)
-  and to contain only one row per distinct `document_id` within a given date.
-
-  Clustering fields: `normalized_channel`, `sample_id`
+  Please provide a description for the query
 owners: []
 labels:
   authorized: true
diff -bur --no-dereference --new-file /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/firefox_desktop/crash/metadata.yaml /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/firefox_desktop/crash/metadata.yaml
--- /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/firefox_desktop/crash/metadata.yaml	2026-02-18 16:48:50.693609798 +0000
+++ /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/firefox_desktop/crash/metadata.yaml	2026-02-18 16:48:46.356540776 +0000
@@ -1,14 +1,6 @@
-friendly_name: Historical Pings for `firefox-desktop/crash`
+friendly_name: Crash
 description: |-
-  A historical view of pings sent for the
-  `firefox-desktop/crash`
-  document type.
-
-  This view is guaranteed to contain only complete days
-  (per `submission_timestamp`)
-  and to contain only one row per distinct `document_id` within a given date.
-
-  Clustering fields: `normalized_channel`, `sample_id`
+  Please provide a description for the query
 owners: []
 labels:
   authorized: true
diff -bur --no-dereference --new-file /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/firefox_desktop/metrics/schema.yaml /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/firefox_desktop/metrics/schema.yaml
--- /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/firefox_desktop/metrics/schema.yaml	2026-02-18 16:48:50.789611325 +0000
+++ /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/firefox_desktop/metrics/schema.yaml	2026-02-18 16:48:46.451542293 +0000
@@ -12350,76 +12350,6 @@
       description: "Records counts of SERP pages with adverts displayed where the\
         \ search was started from the AI window assistant. The key format is \u2018\
         <provider>:<tagged|organic>\u2019. See https://firefox-source-docs.mozilla.org/browser/search/telemetry.html#browser-search-content\n"
-    - name: urlclassifier_global_cache_hit
-      type: RECORD
-      mode: REPEATED
-      fields:
-      - name: key
-        type: STRING
-        mode: NULLABLE
-      - name: value
-        type: INTEGER
-        mode: NULLABLE
-      description: 'Count of top-level navigations that hit the Global Cache table.
-        Keyed by ETP mode and window type.
-
-        '
-    - name: urlclassifier_global_cache_miss
-      type: RECORD
-      mode: REPEATED
-      fields:
-      - name: key
-        type: STRING
-        mode: NULLABLE
-      - name: value
-        type: INTEGER
-        mode: NULLABLE
-      description: 'Count of top-level navigations that miss the Global Cache table.
-        Keyed by ETP mode and window type.
-
-        '
-    - name: urlclassifier_realtime_simulation_request_count
-      type: RECORD
-      mode: REPEATED
-      fields:
-      - name: key
-        type: STRING
-        mode: NULLABLE
-      - name: value
-        type: INTEGER
-        mode: NULLABLE
-      description: 'Count of simulated real-time Safe Browsing lookup requests. Keyed
-        by ETP mode and window type.
-
-        '
-    - name: urlclassifier_realtime_simulation_request_size
-      type: RECORD
-      mode: REPEATED
-      fields:
-      - name: key
-        type: STRING
-        mode: NULLABLE
-      - name: value
-        type: INTEGER
-        mode: NULLABLE
-      description: 'Total estimated data usage of simulated real-time Safe Browsing
-        lookup requests in bytes. Keyed by ETP mode and window type.
-
-        '
-    - name: urlclassifier_realtime_simulation_response_size
-      type: RECORD
-      mode: REPEATED
-      fields:
-      - name: key
-        type: STRING
-        mode: NULLABLE
-      - name: value
-        type: INTEGER
-        mode: NULLABLE
-      description: 'Total estimated data usage of simulated real-time Safe Browsing
-        lookup responses in bytes. Keyed by ETP mode and window type.
-
-        '
   - name: memory_distribution
     type: RECORD
     mode: NULLABLE
diff -bur --no-dereference --new-file /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/firefox_desktop/newtab/metadata.yaml /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/firefox_desktop/newtab/metadata.yaml
--- /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/firefox_desktop/newtab/metadata.yaml	2026-02-18 16:48:50.747610657 +0000
+++ /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/firefox_desktop/newtab/metadata.yaml	2026-02-18 16:48:46.410541638 +0000
@@ -1,14 +1,6 @@
-friendly_name: Historical Pings for `firefox-desktop/newtab`
+friendly_name: Newtab
 description: |-
-  A historical view of pings sent for the
-  `firefox-desktop/newtab`
-  document type.
-
-  This view is guaranteed to contain only complete days
-  (per `submission_timestamp`)
-  and to contain only one row per distinct `document_id` within a given date.
-
-  Clustering fields: `normalized_channel`, `sample_id`
+  Please provide a description for the query
 owners: []
 workgroup_access:
 - role: roles/bigquery.dataViewer
diff -bur --no-dereference --new-file /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/firefox_desktop/user_characteristics/schema.yaml /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/firefox_desktop/user_characteristics/schema.yaml
--- /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/firefox_desktop/user_characteristics/schema.yaml	2026-02-18 16:48:50.787611294 +0000
+++ /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/firefox_desktop/user_characteristics/schema.yaml	2026-02-18 16:48:46.450542277 +0000
@@ -1054,13 +1054,6 @@
         behaving as they generally expect non-anomalous browsers to behave.
 
         '
-    - name: characteristics_storage_quota
-      type: INTEGER
-      mode: NULLABLE
-      description: 'Storage quota in MB from StorageManager.estimate(), rounded to
-        integer. Acts as a disk-size proxy for fingerprinting entropy analysis.
-
-        '
   - name: string
     type: RECORD
     mode: NULLABLE
@@ -3116,21 +3109,6 @@
         is a JSON stringified array like: ["123.456", "789.012", ...]
 
         '
-    - name: characteristics_sdp_codec_list
-      type: STRING
-      mode: NULLABLE
-      description: 'JSON-stringified SDP codec section from RTCPeerConnection.createOffer().
-        Contains m-lines, a=rtpmap, a=fmtp, and a=rtcp-fb lines with session-specific
-        values (ICE credentials, DTLS fingerprint) stripped.
-
-        '
-    - name: characteristics_webauthn_capabilities
-      type: STRING
-      mode: NULLABLE
-      description: 'JSON-stringified dictionary from PublicKeyCredential.getClientCapabilities().
-        Contains boolean values indicating passkey and authenticator support.
-
-        '
   - name: uuid
     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	2026-02-18 16:48:50.769611007 +0000
+++ /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/firefox_desktop_background_defaultagent_derived/event_monitoring_live_v1/materialized_view.sql	2026-02-18 16:48:46.431541974 +0000
@@ -53,7 +53,7 @@
 FROM
   combined
 WHERE
-  DATE(submission_timestamp) >= "2026-02-18"
+  DATE(submission_timestamp) >= "2026-02-17"
 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	2026-02-18 16:48:50.786611278 +0000
+++ /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/firefox_desktop_background_tasks_derived/event_monitoring_live_v1/materialized_view.sql	2026-02-18 16:48:46.433542006 +0000
@@ -86,7 +86,7 @@
 FROM
   combined
 WHERE
-  DATE(submission_timestamp) >= "2026-02-18"
+  DATE(submission_timestamp) >= "2026-02-17"
 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/metrics/schema.yaml /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/firefox_desktop_background_update/metrics/schema.yaml
--- /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/firefox_desktop_background_update/metrics/schema.yaml	2026-02-18 16:48:51.004614746 +0000
+++ /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/firefox_desktop_background_update/metrics/schema.yaml	2026-02-18 16:48:46.686546038 +0000
@@ -7879,76 +7879,6 @@
         get a human readable error for these values.  Records up to 16 codes.
 
         '
-    - name: urlclassifier_global_cache_hit
-      type: RECORD
-      mode: REPEATED
-      fields:
-      - name: key
-        type: STRING
-        mode: NULLABLE
-      - name: value
-        type: INTEGER
-        mode: NULLABLE
-      description: 'Count of top-level navigations that hit the Global Cache table.
-        Keyed by ETP mode and window type.
-
-        '
-    - name: urlclassifier_global_cache_miss
-      type: RECORD
-      mode: REPEATED
-      fields:
-      - name: key
-        type: STRING
-        mode: NULLABLE
-      - name: value
-        type: INTEGER
-        mode: NULLABLE
-      description: 'Count of top-level navigations that miss the Global Cache table.
-        Keyed by ETP mode and window type.
-
-        '
-    - name: urlclassifier_realtime_simulation_request_count
-      type: RECORD
-      mode: REPEATED
-      fields:
-      - name: key
-        type: STRING
-        mode: NULLABLE
-      - name: value
-        type: INTEGER
-        mode: NULLABLE
-      description: 'Count of simulated real-time Safe Browsing lookup requests. Keyed
-        by ETP mode and window type.
-
-        '
-    - name: urlclassifier_realtime_simulation_request_size
-      type: RECORD
-      mode: REPEATED
-      fields:
-      - name: key
-        type: STRING
-        mode: NULLABLE
-      - name: value
-        type: INTEGER
-        mode: NULLABLE
-      description: 'Total estimated data usage of simulated real-time Safe Browsing
-        lookup requests in bytes. Keyed by ETP mode and window type.
-
-        '
-    - name: urlclassifier_realtime_simulation_response_size
-      type: RECORD
-      mode: REPEATED
-      fields:
-      - name: key
-        type: STRING
-        mode: NULLABLE
-      - name: value
-        type: INTEGER
-        mode: NULLABLE
-      description: 'Total estimated data usage of simulated real-time Safe Browsing
-        lookup responses in bytes. Keyed by ETP mode and window type.
-
-        '
   - name: memory_distribution
     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/user_characteristics/schema.yaml /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/firefox_desktop_background_update/user_characteristics/schema.yaml
--- /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/firefox_desktop_background_update/user_characteristics/schema.yaml	2026-02-18 16:48:51.003614731 +0000
+++ /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/firefox_desktop_background_update/user_characteristics/schema.yaml	2026-02-18 16:48:46.683545990 +0000
@@ -1054,13 +1054,6 @@
         behaving as they generally expect non-anomalous browsers to behave.
 
         '
-    - name: characteristics_storage_quota
-      type: INTEGER
-      mode: NULLABLE
-      description: 'Storage quota in MB from StorageManager.estimate(), rounded to
-        integer. Acts as a disk-size proxy for fingerprinting entropy analysis.
-
-        '
   - name: string
     type: RECORD
     mode: NULLABLE
@@ -3116,21 +3109,6 @@
         is a JSON stringified array like: ["123.456", "789.012", ...]
 
         '
-    - name: characteristics_sdp_codec_list
-      type: STRING
-      mode: NULLABLE
-      description: 'JSON-stringified SDP codec section from RTCPeerConnection.createOffer().
-        Contains m-lines, a=rtpmap, a=fmtp, and a=rtcp-fb lines with session-specific
-        values (ICE credentials, DTLS fingerprint) stripped.
-
-        '
-    - name: characteristics_webauthn_capabilities
-      type: STRING
-      mode: NULLABLE
-      description: 'JSON-stringified dictionary from PublicKeyCredential.getClientCapabilities().
-        Contains boolean values indicating passkey and authenticator support.
-
-        '
   - name: uuid
     type: RECORD
     mode: NULLABLE
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	2026-02-18 16:48:50.936613665 +0000
+++ /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/firefox_desktop_derived/event_monitoring_live_v1/materialized_view.sql	2026-02-18 16:48:46.615544908 +0000
@@ -392,7 +392,7 @@
 FROM
   combined
 WHERE
-  DATE(submission_timestamp) >= "2026-02-18"
+  DATE(submission_timestamp) >= "2026-02-17"
 GROUP BY
   submission_date,
   window_start,
diff -bur --no-dereference --new-file /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/firefox_installer/install/schema.yaml /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/firefox_installer/install/schema.yaml
--- /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/firefox_installer/install/schema.yaml	2026-02-18 16:48:50.964614110 +0000
+++ /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/firefox_installer/install/schema.yaml	2026-02-18 16:48:46.647545417 +0000
@@ -426,10 +426,6 @@
   mode: NULLABLE
   description: Program that launched the installer, according to the /LaunchedBy command-line
     argument
-- name: download_requests_blocked_by_server
-  type: INTEGER
-  mode: NULLABLE
-  description: Number of download requests blocked by the server
 - name: funnel_derived
   type: STRING
   mode: NULLABLE
diff -bur --no-dereference --new-file /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/focus_android/metrics/schema.yaml /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/focus_android/metrics/schema.yaml
--- /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/focus_android/metrics/schema.yaml	2026-02-18 16:48:51.010614842 +0000
+++ /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/focus_android/metrics/schema.yaml	2026-02-18 16:48:46.702546292 +0000
@@ -8133,76 +8133,6 @@
         get a human readable error for these values.  Records up to 16 codes.
 
         '
-    - name: urlclassifier_global_cache_hit
-      type: RECORD
-      mode: REPEATED
-      fields:
-      - name: key
-        type: STRING
-        mode: NULLABLE
-      - name: value
-        type: INTEGER
-        mode: NULLABLE
-      description: 'Count of top-level navigations that hit the Global Cache table.
-        Keyed by ETP mode and window type.
-
-        '
-    - name: urlclassifier_global_cache_miss
-      type: RECORD
-      mode: REPEATED
-      fields:
-      - name: key
-        type: STRING
-        mode: NULLABLE
-      - name: value
-        type: INTEGER
-        mode: NULLABLE
-      description: 'Count of top-level navigations that miss the Global Cache table.
-        Keyed by ETP mode and window type.
-
-        '
-    - name: urlclassifier_realtime_simulation_request_count
-      type: RECORD
-      mode: REPEATED
-      fields:
-      - name: key
-        type: STRING
-        mode: NULLABLE
-      - name: value
-        type: INTEGER
-        mode: NULLABLE
-      description: 'Count of simulated real-time Safe Browsing lookup requests. Keyed
-        by ETP mode and window type.
-
-        '
-    - name: urlclassifier_realtime_simulation_request_size
-      type: RECORD
-      mode: REPEATED
-      fields:
-      - name: key
-        type: STRING
-        mode: NULLABLE
-      - name: value
-        type: INTEGER
-        mode: NULLABLE
-      description: 'Total estimated data usage of simulated real-time Safe Browsing
-        lookup requests in bytes. Keyed by ETP mode and window type.
-
-        '
-    - name: urlclassifier_realtime_simulation_response_size
-      type: RECORD
-      mode: REPEATED
-      fields:
-      - name: key
-        type: STRING
-        mode: NULLABLE
-      - name: value
-        type: INTEGER
-        mode: NULLABLE
-      description: 'Total estimated data usage of simulated real-time Safe Browsing
-        lookup responses in bytes. Keyed by ETP mode and window type.
-
-        '
   - name: memory_distribution
     type: RECORD
     mode: NULLABLE
diff -bur --no-dereference --new-file /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/focus_android/metrics/view.sql /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/focus_android/metrics/view.sql
--- /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/focus_android/metrics/view.sql	2026-02-18 16:48:51.021615017 +0000
+++ /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/focus_android/metrics/view.sql	2026-02-18 16:48:46.702546292 +0000
@@ -666,12 +666,7 @@
       metrics.labeled_counter.geolocation_geolocation_cache_hit,
       metrics.labeled_counter.geolocation_geolocation_service,
       metrics.labeled_counter.geolocation_linux_portal_error,
-      metrics.labeled_counter.geolocation_macos_error_code,
-      metrics.labeled_counter.urlclassifier_global_cache_hit,
-      metrics.labeled_counter.urlclassifier_global_cache_miss,
-      metrics.labeled_counter.urlclassifier_realtime_simulation_request_count,
-      metrics.labeled_counter.urlclassifier_realtime_simulation_request_size,
-      metrics.labeled_counter.urlclassifier_realtime_simulation_response_size
+      metrics.labeled_counter.geolocation_macos_error_code
     ) AS `labeled_counter`,
     STRUCT(
       metrics.memory_distribution.glean_database_size,
@@ -2493,12 +2488,7 @@
       metrics.labeled_counter.geolocation_geolocation_cache_hit,
       metrics.labeled_counter.geolocation_geolocation_service,
       metrics.labeled_counter.geolocation_linux_portal_error,
-      metrics.labeled_counter.geolocation_macos_error_code,
-      metrics.labeled_counter.urlclassifier_global_cache_hit,
-      metrics.labeled_counter.urlclassifier_global_cache_miss,
-      metrics.labeled_counter.urlclassifier_realtime_simulation_request_count,
-      metrics.labeled_counter.urlclassifier_realtime_simulation_request_size,
-      metrics.labeled_counter.urlclassifier_realtime_simulation_response_size
+      metrics.labeled_counter.geolocation_macos_error_code
     ) AS `labeled_counter`,
     STRUCT(
       metrics.memory_distribution.glean_database_size,
@@ -4320,12 +4310,7 @@
       metrics.labeled_counter.geolocation_geolocation_cache_hit,
       metrics.labeled_counter.geolocation_geolocation_service,
       metrics.labeled_counter.geolocation_linux_portal_error,
-      metrics.labeled_counter.geolocation_macos_error_code,
-      metrics.labeled_counter.urlclassifier_global_cache_hit,
-      metrics.labeled_counter.urlclassifier_global_cache_miss,
-      metrics.labeled_counter.urlclassifier_realtime_simulation_request_count,
-      metrics.labeled_counter.urlclassifier_realtime_simulation_request_size,
-      metrics.labeled_counter.urlclassifier_realtime_simulation_response_size
+      metrics.labeled_counter.geolocation_macos_error_code
     ) AS `labeled_counter`,
     STRUCT(
       metrics.memory_distribution.glean_database_size,
diff -bur --no-dereference --new-file /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/focus_android/user_characteristics/schema.yaml /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/focus_android/user_characteristics/schema.yaml
--- /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/focus_android/user_characteristics/schema.yaml	2026-02-18 16:48:51.137616863 +0000
+++ /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/focus_android/user_characteristics/schema.yaml	2026-02-18 16:48:46.828548297 +0000
@@ -1062,13 +1062,6 @@
         behaving as they generally expect non-anomalous browsers to behave.
 
         '
-    - name: characteristics_storage_quota
-      type: INTEGER
-      mode: NULLABLE
-      description: 'Storage quota in MB from StorageManager.estimate(), rounded to
-        integer. Acts as a disk-size proxy for fingerprinting entropy analysis.
-
-        '
   - name: string
     type: RECORD
     mode: NULLABLE
@@ -3124,21 +3117,6 @@
         is a JSON stringified array like: ["123.456", "789.012", ...]
 
         '
-    - name: characteristics_sdp_codec_list
-      type: STRING
-      mode: NULLABLE
-      description: 'JSON-stringified SDP codec section from RTCPeerConnection.createOffer().
-        Contains m-lines, a=rtpmap, a=fmtp, and a=rtcp-fb lines with session-specific
-        values (ICE credentials, DTLS fingerprint) stripped.
-
-        '
-    - name: characteristics_webauthn_capabilities
-      type: STRING
-      mode: NULLABLE
-      description: 'JSON-stringified dictionary from PublicKeyCredential.getClientCapabilities().
-        Contains boolean values indicating passkey and authenticator support.
-
-        '
   - name: uuid
     type: RECORD
     mode: NULLABLE
diff -bur --no-dereference --new-file /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/focus_android/user_characteristics/view.sql /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/focus_android/user_characteristics/view.sql
--- /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/focus_android/user_characteristics/view.sql	2026-02-18 16:48:51.129616736 +0000
+++ /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/focus_android/user_characteristics/view.sql	2026-02-18 16:48:46.826548265 +0000
@@ -154,8 +154,7 @@
       metrics.quantity.characteristics_wgpu_minuniformbufferoffsetalignment,
       metrics.quantity.characteristics_gl2_version_software,
       metrics.quantity.characteristics_timezone_offset_web,
-      metrics.quantity.characteristics_audio_unique_samples,
-      metrics.quantity.characteristics_storage_quota
+      metrics.quantity.characteristics_audio_unique_samples
     ) AS `quantity`,
     STRUCT(
       metrics.string.characteristics_canvasdata1,
@@ -485,9 +484,7 @@
       metrics.text2.characteristics_canvasdata9_software_raw,
       metrics.text2.characteristics_css_system_colors,
       metrics.text2.characteristics_css_system_fonts,
-      metrics.text2.characteristics_mathml_diag_values,
-      metrics.text2.characteristics_sdp_codec_list,
-      metrics.text2.characteristics_webauthn_capabilities
+      metrics.text2.characteristics_mathml_diag_values
     ) AS `text2`,
     STRUCT(metrics.uuid.characteristics_client_identifier) AS `uuid`
   ) AS `metrics`,
@@ -653,8 +650,7 @@
       metrics.quantity.characteristics_wgpu_minuniformbufferoffsetalignment,
       metrics.quantity.characteristics_gl2_version_software,
       metrics.quantity.characteristics_timezone_offset_web,
-      metrics.quantity.characteristics_audio_unique_samples,
-      metrics.quantity.characteristics_storage_quota
+      metrics.quantity.characteristics_audio_unique_samples
     ) AS `quantity`,
     STRUCT(
       metrics.string.characteristics_canvasdata1,
@@ -984,9 +980,7 @@
       metrics.text2.characteristics_canvasdata9_software_raw,
       metrics.text2.characteristics_css_system_colors,
       metrics.text2.characteristics_css_system_fonts,
-      metrics.text2.characteristics_mathml_diag_values,
-      metrics.text2.characteristics_sdp_codec_list,
-      metrics.text2.characteristics_webauthn_capabilities
+      metrics.text2.characteristics_mathml_diag_values
     ) AS `text2`,
     STRUCT(metrics.uuid.characteristics_client_identifier) AS `uuid`
   ) AS `metrics`,
@@ -1152,8 +1146,7 @@
       metrics.quantity.characteristics_wgpu_minuniformbufferoffsetalignment,
       metrics.quantity.characteristics_gl2_version_software,
       metrics.quantity.characteristics_timezone_offset_web,
-      metrics.quantity.characteristics_audio_unique_samples,
-      metrics.quantity.characteristics_storage_quota
+      metrics.quantity.characteristics_audio_unique_samples
     ) AS `quantity`,
     STRUCT(
       metrics.string.characteristics_canvasdata1,
@@ -1483,9 +1476,7 @@
       metrics.text2.characteristics_canvasdata9_software_raw,
       metrics.text2.characteristics_css_system_colors,
       metrics.text2.characteristics_css_system_fonts,
-      metrics.text2.characteristics_mathml_diag_values,
-      metrics.text2.characteristics_sdp_codec_list,
-      metrics.text2.characteristics_webauthn_capabilities
+      metrics.text2.characteristics_mathml_diag_values
     ) AS `text2`,
     STRUCT(metrics.uuid.characteristics_client_identifier) AS `uuid`
   ) AS `metrics`,
diff -bur --no-dereference --new-file /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/glam_derived/event_monitoring_live_v1/materialized_view.sql /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/glam_derived/event_monitoring_live_v1/materialized_view.sql
--- /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/glam_derived/event_monitoring_live_v1/materialized_view.sql	2026-02-18 16:48:51.105616354 +0000
+++ /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/glam_derived/event_monitoring_live_v1/materialized_view.sql	2026-02-18 16:48:46.793547740 +0000
@@ -53,7 +53,7 @@
 FROM
   combined
 WHERE
-  DATE(submission_timestamp) >= "2026-02-18"
+  DATE(submission_timestamp) >= "2026-02-17"
 GROUP BY
   submission_date,
   window_start,
diff -bur --no-dereference --new-file /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/glean_dictionary_derived/event_monitoring_live_v1/materialized_view.sql /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/glean_dictionary_derived/event_monitoring_live_v1/materialized_view.sql
--- /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/glean_dictionary_derived/event_monitoring_live_v1/materialized_view.sql	2026-02-18 16:48:51.119616576 +0000
+++ /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/glean_dictionary_derived/event_monitoring_live_v1/materialized_view.sql	2026-02-18 16:48:46.794547756 +0000
@@ -53,7 +53,7 @@
 FROM
   combined
 WHERE
-  DATE(submission_timestamp) >= "2026-02-18"
+  DATE(submission_timestamp) >= "2026-02-17"
 GROUP BY
   submission_date,
   window_start,
diff -bur --no-dereference --new-file /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/gleanjs_docs_derived/event_monitoring_live_v1/materialized_view.sql /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/gleanjs_docs_derived/event_monitoring_live_v1/materialized_view.sql
--- /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/gleanjs_docs_derived/event_monitoring_live_v1/materialized_view.sql	2026-02-18 16:48:51.108616401 +0000
+++ /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/gleanjs_docs_derived/event_monitoring_live_v1/materialized_view.sql	2026-02-18 16:48:46.795547772 +0000
@@ -53,7 +53,7 @@
 FROM
   combined
 WHERE
-  DATE(submission_timestamp) >= "2026-02-18"
+  DATE(submission_timestamp) >= "2026-02-17"
 GROUP BY
   submission_date,
   window_start,
diff -bur --no-dereference --new-file /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/klar_android/metrics/schema.yaml /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/klar_android/metrics/schema.yaml
--- /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/klar_android/metrics/schema.yaml	2026-02-18 16:48:51.538623244 +0000
+++ /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/klar_android/metrics/schema.yaml	2026-02-18 16:48:47.236554789 +0000
@@ -8133,76 +8133,6 @@
         get a human readable error for these values.  Records up to 16 codes.
 
         '
-    - name: urlclassifier_global_cache_hit
-      type: RECORD
-      mode: REPEATED
-      fields:
-      - name: key
-        type: STRING
-        mode: NULLABLE
-      - name: value
-        type: INTEGER
-        mode: NULLABLE
-      description: 'Count of top-level navigations that hit the Global Cache table.
-        Keyed by ETP mode and window type.
-
-        '
-    - name: urlclassifier_global_cache_miss
-      type: RECORD
-      mode: REPEATED
-      fields:
-      - name: key
-        type: STRING
-        mode: NULLABLE
-      - name: value
-        type: INTEGER
-        mode: NULLABLE
-      description: 'Count of top-level navigations that miss the Global Cache table.
-        Keyed by ETP mode and window type.
-
-        '
-    - name: urlclassifier_realtime_simulation_request_count
-      type: RECORD
-      mode: REPEATED
-      fields:
-      - name: key
-        type: STRING
-        mode: NULLABLE
-      - name: value
-        type: INTEGER
-        mode: NULLABLE
-      description: 'Count of simulated real-time Safe Browsing lookup requests. Keyed
-        by ETP mode and window type.
-
-        '
-    - name: urlclassifier_realtime_simulation_request_size
-      type: RECORD
-      mode: REPEATED
-      fields:
-      - name: key
-        type: STRING
-        mode: NULLABLE
-      - name: value
-        type: INTEGER
-        mode: NULLABLE
-      description: 'Total estimated data usage of simulated real-time Safe Browsing
-        lookup requests in bytes. Keyed by ETP mode and window type.
-
-        '
-    - name: urlclassifier_realtime_simulation_response_size
-      type: RECORD
-      mode: REPEATED
-      fields:
-      - name: key
-        type: STRING
-        mode: NULLABLE
-      - name: value
-        type: INTEGER
-        mode: NULLABLE
-      description: 'Total estimated data usage of simulated real-time Safe Browsing
-        lookup responses in bytes. Keyed by ETP mode and window type.
-
-        '
   - name: memory_distribution
     type: RECORD
     mode: NULLABLE
diff -bur --no-dereference --new-file /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/klar_android/metrics/view.sql /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/klar_android/metrics/view.sql
--- /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/klar_android/metrics/view.sql	2026-02-18 16:48:51.526623053 +0000
+++ /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/klar_android/metrics/view.sql	2026-02-18 16:48:47.225554614 +0000
@@ -666,12 +666,7 @@
       metrics.labeled_counter.geolocation_geolocation_cache_hit,
       metrics.labeled_counter.geolocation_geolocation_service,
       metrics.labeled_counter.geolocation_linux_portal_error,
-      metrics.labeled_counter.geolocation_macos_error_code,
-      metrics.labeled_counter.urlclassifier_global_cache_hit,
-      metrics.labeled_counter.urlclassifier_global_cache_miss,
-      metrics.labeled_counter.urlclassifier_realtime_simulation_request_count,
-      metrics.labeled_counter.urlclassifier_realtime_simulation_request_size,
-      metrics.labeled_counter.urlclassifier_realtime_simulation_response_size
+      metrics.labeled_counter.geolocation_macos_error_code
     ) AS `labeled_counter`,
     STRUCT(
       metrics.memory_distribution.glean_database_size,
diff -bur --no-dereference --new-file /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/klar_android/user_characteristics/schema.yaml /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/klar_android/user_characteristics/schema.yaml
--- /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/klar_android/user_characteristics/schema.yaml	2026-02-18 16:48:51.537623228 +0000
+++ /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/klar_android/user_characteristics/schema.yaml	2026-02-18 16:48:47.234554757 +0000
@@ -1062,13 +1062,6 @@
         behaving as they generally expect non-anomalous browsers to behave.
 
         '
-    - name: characteristics_storage_quota
-      type: INTEGER
-      mode: NULLABLE
-      description: 'Storage quota in MB from StorageManager.estimate(), rounded to
-        integer. Acts as a disk-size proxy for fingerprinting entropy analysis.
-
-        '
   - name: string
     type: RECORD
     mode: NULLABLE
@@ -3124,21 +3117,6 @@
         is a JSON stringified array like: ["123.456", "789.012", ...]
 
         '
-    - name: characteristics_sdp_codec_list
-      type: STRING
-      mode: NULLABLE
-      description: 'JSON-stringified SDP codec section from RTCPeerConnection.createOffer().
-        Contains m-lines, a=rtpmap, a=fmtp, and a=rtcp-fb lines with session-specific
-        values (ICE credentials, DTLS fingerprint) stripped.
-
-        '
-    - name: characteristics_webauthn_capabilities
-      type: STRING
-      mode: NULLABLE
-      description: 'JSON-stringified dictionary from PublicKeyCredential.getClientCapabilities().
-        Contains boolean values indicating passkey and authenticator support.
-
-        '
   - name: uuid
     type: RECORD
     mode: NULLABLE
diff -bur --no-dereference --new-file /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/klar_android/user_characteristics/view.sql /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/klar_android/user_characteristics/view.sql
--- /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/klar_android/user_characteristics/view.sql	2026-02-18 16:48:51.469622146 +0000
+++ /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/klar_android/user_characteristics/view.sql	2026-02-18 16:48:47.171553755 +0000
@@ -154,8 +154,7 @@
       metrics.quantity.characteristics_wgpu_minuniformbufferoffsetalignment,
       metrics.quantity.characteristics_gl2_version_software,
       metrics.quantity.characteristics_timezone_offset_web,
-      metrics.quantity.characteristics_audio_unique_samples,
-      metrics.quantity.characteristics_storage_quota
+      metrics.quantity.characteristics_audio_unique_samples
     ) AS `quantity`,
     STRUCT(
       metrics.string.characteristics_canvasdata1,
@@ -485,9 +484,7 @@
       metrics.text2.characteristics_canvasdata9_software_raw,
       metrics.text2.characteristics_css_system_colors,
       metrics.text2.characteristics_css_system_fonts,
-      metrics.text2.characteristics_mathml_diag_values,
-      metrics.text2.characteristics_sdp_codec_list,
-      metrics.text2.characteristics_webauthn_capabilities
+      metrics.text2.characteristics_mathml_diag_values
     ) AS `text2`,
     STRUCT(metrics.uuid.characteristics_client_identifier) AS `uuid`
   ) AS `metrics`,
diff -bur --no-dereference --new-file /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/mdn_fred_derived/event_monitoring_live_v1/materialized_view.sql /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/mdn_fred_derived/event_monitoring_live_v1/materialized_view.sql
--- /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/mdn_fred_derived/event_monitoring_live_v1/materialized_view.sql	2026-02-18 16:48:51.412621239 +0000
+++ /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/mdn_fred_derived/event_monitoring_live_v1/materialized_view.sql	2026-02-18 16:48:47.097552577 +0000
@@ -53,7 +53,7 @@
 FROM
   combined
 WHERE
-  DATE(submission_timestamp) >= "2026-02-18"
+  DATE(submission_timestamp) >= "2026-02-17"
 GROUP BY
   submission_date,
   window_start,
diff -bur --no-dereference --new-file /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/mdn_yari_derived/event_monitoring_live_v1/materialized_view.sql /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/mdn_yari_derived/event_monitoring_live_v1/materialized_view.sql
--- /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/mdn_yari_derived/event_monitoring_live_v1/materialized_view.sql	2026-02-18 16:48:51.412621239 +0000
+++ /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/mdn_yari_derived/event_monitoring_live_v1/materialized_view.sql	2026-02-18 16:48:47.097552577 +0000
@@ -86,7 +86,7 @@
 FROM
   combined
 WHERE
-  DATE(submission_timestamp) >= "2026-02-18"
+  DATE(submission_timestamp) >= "2026-02-17"
 GROUP BY
   submission_date,
   window_start,
diff -bur --no-dereference --new-file /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/monitor_backend_derived/event_monitoring_live_v1/materialized_view.sql /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/monitor_backend_derived/event_monitoring_live_v1/materialized_view.sql
--- /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/monitor_backend_derived/event_monitoring_live_v1/materialized_view.sql	2026-02-18 16:48:51.455621923 +0000
+++ /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/monitor_backend_derived/event_monitoring_live_v1/materialized_view.sql	2026-02-18 16:48:47.100552625 +0000
@@ -53,7 +53,7 @@
 FROM
   combined
 WHERE
-  DATE(submission_timestamp) >= "2026-02-18"
+  DATE(submission_timestamp) >= "2026-02-17"
 GROUP BY
   submission_date,
   window_start,
diff -bur --no-dereference --new-file /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/monitor_cirrus_derived/event_monitoring_live_v1/materialized_view.sql /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/monitor_cirrus_derived/event_monitoring_live_v1/materialized_view.sql
--- /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/monitor_cirrus_derived/event_monitoring_live_v1/materialized_view.sql	2026-02-18 16:48:51.416621302 +0000
+++ /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/monitor_cirrus_derived/event_monitoring_live_v1/materialized_view.sql	2026-02-18 16:48:47.101552641 +0000
@@ -53,7 +53,7 @@
 FROM
   combined
 WHERE
-  DATE(submission_timestamp) >= "2026-02-18"
+  DATE(submission_timestamp) >= "2026-02-17"
 GROUP BY
   submission_date,
   window_start,
diff -bur --no-dereference --new-file /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/monitor_frontend_derived/event_monitoring_live_v1/materialized_view.sql /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/monitor_frontend_derived/event_monitoring_live_v1/materialized_view.sql
--- /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/monitor_frontend_derived/event_monitoring_live_v1/materialized_view.sql	2026-02-18 16:48:51.417621318 +0000
+++ /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/monitor_frontend_derived/event_monitoring_live_v1/materialized_view.sql	2026-02-18 16:48:47.102552657 +0000
@@ -53,7 +53,7 @@
 FROM
   combined
 WHERE
-  DATE(submission_timestamp) >= "2026-02-18"
+  DATE(submission_timestamp) >= "2026-02-17"
 GROUP BY
   submission_date,
   window_start,
diff -bur --no-dereference --new-file /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/mozilla_mach_derived/event_monitoring_live_v1/materialized_view.sql /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/mozilla_mach_derived/event_monitoring_live_v1/materialized_view.sql
--- /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/mozilla_mach_derived/event_monitoring_live_v1/materialized_view.sql	2026-02-18 16:48:51.429621509 +0000
+++ /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/mozilla_mach_derived/event_monitoring_live_v1/materialized_view.sql	2026-02-18 16:48:47.153553468 +0000
@@ -53,7 +53,7 @@
 FROM
   combined
 WHERE
-  DATE(submission_timestamp) >= "2026-02-18"
+  DATE(submission_timestamp) >= "2026-02-17"
 GROUP BY
   submission_date,
   window_start,
diff -bur --no-dereference --new-file /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/mozillavpn_backend_cirrus_derived/event_monitoring_live_v1/materialized_view.sql /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/mozillavpn_backend_cirrus_derived/event_monitoring_live_v1/materialized_view.sql
--- /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/mozillavpn_backend_cirrus_derived/event_monitoring_live_v1/materialized_view.sql	2026-02-18 16:48:51.445621764 +0000
+++ /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/mozillavpn_backend_cirrus_derived/event_monitoring_live_v1/materialized_view.sql	2026-02-18 16:48:47.126553039 +0000
@@ -53,7 +53,7 @@
 FROM
   combined
 WHERE
-  DATE(submission_timestamp) >= "2026-02-18"
+  DATE(submission_timestamp) >= "2026-02-17"
 GRO

⚠️ Only part of the diff is displayed.

Link to full diff

@kik-kik kik-kik force-pushed the feat/DENG-10688/update-firefoxdotcom.desktop_conversion_events-filter branch from d585b15 to b943b3a Compare February 18, 2026 16:49
@kik-kik kik-kik force-pushed the feat/DENG-10688/update-firefoxdotcom.desktop_conversion_events-filter branch from b943b3a to 7244634 Compare February 18, 2026 16:53
@github-actions
Copy link
Copy Markdown

Integration report for "feat: update filters to include more countries in desktop_conversion_events and glean_desktop_conversion_events results"

sql.diff

Click to expand!
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	2026-02-18 17:00:48.765666164 +0000
+++ /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/accounts_backend_derived/event_monitoring_live_v1/materialized_view.sql	2026-02-18 17:00:44.579598709 +0000
@@ -53,7 +53,7 @@
 FROM
   combined
 WHERE
-  DATE(submission_timestamp) >= "2026-02-18"
+  DATE(submission_timestamp) >= "2026-02-17"
 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	2026-02-18 17:00:48.807666838 +0000
+++ /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/accounts_cirrus_derived/event_monitoring_live_v1/materialized_view.sql	2026-02-18 17:00:44.615599300 +0000
@@ -53,7 +53,7 @@
 FROM
   combined
 WHERE
-  DATE(submission_timestamp) >= "2026-02-18"
+  DATE(submission_timestamp) >= "2026-02-17"
 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	2026-02-18 17:00:48.779666389 +0000
+++ /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/accounts_frontend_derived/event_monitoring_live_v1/materialized_view.sql	2026-02-18 17:00:44.654599940 +0000
@@ -53,7 +53,7 @@
 FROM
   combined
 WHERE
-  DATE(submission_timestamp) >= "2026-02-18"
+  DATE(submission_timestamp) >= "2026-02-17"
 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	2026-02-18 17:00:48.780666405 +0000
+++ /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/bedrock_derived/event_monitoring_live_v1/materialized_view.sql	2026-02-18 17:00:44.593598939 +0000
@@ -119,7 +119,7 @@
 FROM
   combined
 WHERE
-  DATE(submission_timestamp) >= "2026-02-18"
+  DATE(submission_timestamp) >= "2026-02-17"
 GROUP BY
   submission_date,
   window_start,
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	2026-02-18 17:00:48.791666581 +0000
+++ /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/debug_ping_view_derived/event_monitoring_live_v1/materialized_view.sql	2026-02-18 17:00:44.656599973 +0000
@@ -53,7 +53,7 @@
 FROM
   combined
 WHERE
-  DATE(submission_timestamp) >= "2026-02-18"
+  DATE(submission_timestamp) >= "2026-02-17"
 GROUP BY
   submission_date,
   window_start,
diff -bur --no-dereference --new-file /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/experimenter_backend_derived/event_monitoring_live_v1/materialized_view.sql /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/experimenter_backend_derived/event_monitoring_live_v1/materialized_view.sql
--- /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/experimenter_backend_derived/event_monitoring_live_v1/materialized_view.sql	2026-02-18 17:00:48.792666597 +0000
+++ /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/experimenter_backend_derived/event_monitoring_live_v1/materialized_view.sql	2026-02-18 17:00:44.595598971 +0000
@@ -53,7 +53,7 @@
 FROM
   combined
 WHERE
-  DATE(submission_timestamp) >= "2026-02-18"
+  DATE(submission_timestamp) >= "2026-02-17"
 GROUP BY
   submission_date,
   window_start,
diff -bur --no-dereference --new-file /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/experimenter_cirrus_derived/event_monitoring_live_v1/materialized_view.sql /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/experimenter_cirrus_derived/event_monitoring_live_v1/materialized_view.sql
--- /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/experimenter_cirrus_derived/event_monitoring_live_v1/materialized_view.sql	2026-02-18 17:00:48.824667112 +0000
+++ /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/experimenter_cirrus_derived/event_monitoring_live_v1/materialized_view.sql	2026-02-18 17:00:44.646599808 +0000
@@ -53,7 +53,7 @@
 FROM
   combined
 WHERE
-  DATE(submission_timestamp) >= "2026-02-18"
+  DATE(submission_timestamp) >= "2026-02-17"
 GROUP BY
   submission_date,
   window_start,
diff -bur --no-dereference --new-file /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/fenix/broken_site_report/metadata.yaml /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/fenix/broken_site_report/metadata.yaml
--- /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/fenix/broken_site_report/metadata.yaml	2026-02-18 17:00:48.834667272 +0000
+++ /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/fenix/broken_site_report/metadata.yaml	2026-02-18 17:00:44.648599841 +0000
@@ -1,10 +1,6 @@
-friendly_name: App-specific view for Glean ping "broken-site-report"
+friendly_name: Broken Site Report
 description: |-
-  This a view that UNIONs the stable ping tables
-  across all channels of the Glean application "Firefox for Android"
-  (org_mozilla_firefox.broken_site_report, org_mozilla_firefox_beta.broken_site_report, org_mozilla_fenix.broken_site_report, org_mozilla_fenix_nightly.broken_site_report, org_mozilla_fennec_aurora.broken_site_report).
-
-  It is used by Looker.
+  Please provide a description for the query
 owners: []
 workgroup_access:
 - role: roles/bigquery.dataViewer
diff -bur --no-dereference --new-file /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/fenix/crash/metadata.yaml /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/fenix/crash/metadata.yaml
--- /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/fenix/crash/metadata.yaml	2026-02-18 17:00:48.835667288 +0000
+++ /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/fenix/crash/metadata.yaml	2026-02-18 17:00:44.648599841 +0000
@@ -1,10 +1,6 @@
-friendly_name: App-specific view for Glean ping "crash"
+friendly_name: Crash
 description: |-
-  This a view that UNIONs the stable ping tables
-  across all channels of the Glean application "Firefox for Android"
-  (org_mozilla_firefox.crash, org_mozilla_firefox_beta.crash, org_mozilla_fenix.crash, org_mozilla_fenix_nightly.crash, org_mozilla_fennec_aurora.crash).
-
-  It is used by Looker.
+  Please provide a description for the query
 owners: []
 workgroup_access:
 - role: roles/bigquery.dataViewer
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	2026-02-18 17:00:48.875667931 +0000
+++ /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/fenix/metrics/schema.yaml	2026-02-18 17:00:44.711600875 +0000
@@ -12764,8 +12764,7 @@
       - name: value
         type: INTEGER
         mode: NULLABLE
-      description: 'Failure occurs when initializing the audio stream. (Migrated from
-        the geckoview metric of the same name).
+      description: 'Failure occurs when initializing the audio stream.
 
         '
     - name: glean_validation_pings_submitted
@@ -18285,76 +18284,6 @@
         get a human readable error for these values.  Records up to 16 codes.
 
         '
-    - name: urlclassifier_global_cache_hit
-      type: RECORD
-      mode: REPEATED
-      fields:
-      - name: key
-        type: STRING
-        mode: NULLABLE
-      - name: value
-        type: INTEGER
-        mode: NULLABLE
-      description: 'Count of top-level navigations that hit the Global Cache table.
-        Keyed by ETP mode and window type.
-
-        '
-    - name: urlclassifier_global_cache_miss
-      type: RECORD
-      mode: REPEATED
-      fields:
-      - name: key
-        type: STRING
-        mode: NULLABLE
-      - name: value
-        type: INTEGER
-        mode: NULLABLE
-      description: 'Count of top-level navigations that miss the Global Cache table.
-        Keyed by ETP mode and window type.
-
-        '
-    - name: urlclassifier_realtime_simulation_request_count
-      type: RECORD
-      mode: REPEATED
-      fields:
-      - name: key
-        type: STRING
-        mode: NULLABLE
-      - name: value
-        type: INTEGER
-        mode: NULLABLE
-      description: 'Count of simulated real-time Safe Browsing lookup requests. Keyed
-        by ETP mode and window type.
-
-        '
-    - name: urlclassifier_realtime_simulation_request_size
-      type: RECORD
-      mode: REPEATED
-      fields:
-      - name: key
-        type: STRING
-        mode: NULLABLE
-      - name: value
-        type: INTEGER
-        mode: NULLABLE
-      description: 'Total estimated data usage of simulated real-time Safe Browsing
-        lookup requests in bytes. Keyed by ETP mode and window type.
-
-        '
-    - name: urlclassifier_realtime_simulation_response_size
-      type: RECORD
-      mode: REPEATED
-      fields:
-      - name: key
-        type: STRING
-        mode: NULLABLE
-      - name: value
-        type: INTEGER
-        mode: NULLABLE
-      description: 'Total estimated data usage of simulated real-time Safe Browsing
-        lookup responses in bytes. Keyed by ETP mode and window type.
-
-        '
   - name: quantity
     type: RECORD
     mode: NULLABLE
diff -bur --no-dereference --new-file /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/fenix/metrics/view.sql /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/fenix/metrics/view.sql
--- /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/fenix/metrics/view.sql	2026-02-18 17:00:48.878667979 +0000
+++ /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/fenix/metrics/view.sql	2026-02-18 17:00:44.680600366 +0000
@@ -1092,12 +1092,7 @@
       metrics.labeled_counter.geolocation_geolocation_cache_hit,
       metrics.labeled_counter.geolocation_geolocation_service,
       metrics.labeled_counter.geolocation_linux_portal_error,
-      metrics.labeled_counter.geolocation_macos_error_code,
-      metrics.labeled_counter.urlclassifier_global_cache_hit,
-      metrics.labeled_counter.urlclassifier_global_cache_miss,
-      metrics.labeled_counter.urlclassifier_realtime_simulation_request_count,
-      metrics.labeled_counter.urlclassifier_realtime_simulation_request_size,
-      metrics.labeled_counter.urlclassifier_realtime_simulation_response_size
+      metrics.labeled_counter.geolocation_macos_error_code
     ) AS `labeled_counter`,
     STRUCT(
       metrics.quantity.gfx_adapter_primary_ram,
@@ -3168,12 +3163,7 @@
       metrics.labeled_counter.geolocation_geolocation_cache_hit,
       metrics.labeled_counter.geolocation_geolocation_service,
       metrics.labeled_counter.geolocation_linux_portal_error,
-      metrics.labeled_counter.geolocation_macos_error_code,
-      metrics.labeled_counter.urlclassifier_global_cache_hit,
-      metrics.labeled_counter.urlclassifier_global_cache_miss,
-      metrics.labeled_counter.urlclassifier_realtime_simulation_request_count,
-      metrics.labeled_counter.urlclassifier_realtime_simulation_request_size,
-      metrics.labeled_counter.urlclassifier_realtime_simulation_response_size
+      metrics.labeled_counter.geolocation_macos_error_code
     ) AS `labeled_counter`,
     STRUCT(
       metrics.quantity.gfx_adapter_primary_ram,
@@ -5264,12 +5254,7 @@
       metrics.labeled_counter.geolocation_geolocation_cache_hit,
       metrics.labeled_counter.geolocation_geolocation_service,
       metrics.labeled_counter.geolocation_linux_portal_error,
-      metrics.labeled_counter.geolocation_macos_error_code,
-      metrics.labeled_counter.urlclassifier_global_cache_hit,
-      metrics.labeled_counter.urlclassifier_global_cache_miss,
-      metrics.labeled_counter.urlclassifier_realtime_simulation_request_count,
-      metrics.labeled_counter.urlclassifier_realtime_simulation_request_size,
-      metrics.labeled_counter.urlclassifier_realtime_simulation_response_size
+      metrics.labeled_counter.geolocation_macos_error_code
     ) AS `labeled_counter`,
     STRUCT(
       metrics.quantity.gfx_adapter_primary_ram,
diff -bur --no-dereference --new-file /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/fenix/user_characteristics/schema.yaml /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/fenix/user_characteristics/schema.yaml
--- /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/fenix/user_characteristics/schema.yaml	2026-02-18 17:00:49.115671785 +0000
+++ /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/fenix/user_characteristics/schema.yaml	2026-02-18 17:00:44.741601367 +0000
@@ -1062,13 +1062,6 @@
         behaving as they generally expect non-anomalous browsers to behave.
 
         '
-    - name: characteristics_storage_quota
-      type: INTEGER
-      mode: NULLABLE
-      description: 'Storage quota in MB from StorageManager.estimate(), rounded to
-        integer. Acts as a disk-size proxy for fingerprinting entropy analysis.
-
-        '
   - name: string
     type: RECORD
     mode: NULLABLE
@@ -3124,21 +3117,6 @@
         is a JSON stringified array like: ["123.456", "789.012", ...]
 
         '
-    - name: characteristics_sdp_codec_list
-      type: STRING
-      mode: NULLABLE
-      description: 'JSON-stringified SDP codec section from RTCPeerConnection.createOffer().
-        Contains m-lines, a=rtpmap, a=fmtp, and a=rtcp-fb lines with session-specific
-        values (ICE credentials, DTLS fingerprint) stripped.
-
-        '
-    - name: characteristics_webauthn_capabilities
-      type: STRING
-      mode: NULLABLE
-      description: 'JSON-stringified dictionary from PublicKeyCredential.getClientCapabilities().
-        Contains boolean values indicating passkey and authenticator support.
-
-        '
   - name: uuid
     type: RECORD
     mode: NULLABLE
diff -bur --no-dereference --new-file /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/fenix/user_characteristics/view.sql /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/fenix/user_characteristics/view.sql
--- /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/fenix/user_characteristics/view.sql	2026-02-18 17:00:49.114671769 +0000
+++ /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/fenix/user_characteristics/view.sql	2026-02-18 17:00:44.742601384 +0000
@@ -156,8 +156,7 @@
       metrics.quantity.characteristics_wgpu_minuniformbufferoffsetalignment,
       metrics.quantity.characteristics_gl2_version_software,
       metrics.quantity.characteristics_timezone_offset_web,
-      metrics.quantity.characteristics_audio_unique_samples,
-      metrics.quantity.characteristics_storage_quota
+      metrics.quantity.characteristics_audio_unique_samples
     ) AS `quantity`,
     STRUCT(
       metrics.string.characteristics_canvasdata1,
@@ -487,9 +486,7 @@
       metrics.text2.characteristics_canvasdata9_software_raw,
       metrics.text2.characteristics_css_system_colors,
       metrics.text2.characteristics_css_system_fonts,
-      metrics.text2.characteristics_mathml_diag_values,
-      metrics.text2.characteristics_sdp_codec_list,
-      metrics.text2.characteristics_webauthn_capabilities
+      metrics.text2.characteristics_mathml_diag_values
     ) AS `text2`,
     STRUCT(metrics.uuid.characteristics_client_identifier) AS `uuid`
   ) AS `metrics`,
@@ -657,8 +654,7 @@
       metrics.quantity.characteristics_wgpu_minuniformbufferoffsetalignment,
       metrics.quantity.characteristics_gl2_version_software,
       metrics.quantity.characteristics_timezone_offset_web,
-      metrics.quantity.characteristics_audio_unique_samples,
-      metrics.quantity.characteristics_storage_quota
+      metrics.quantity.characteristics_audio_unique_samples
     ) AS `quantity`,
     STRUCT(
       metrics.string.characteristics_canvasdata1,
@@ -988,9 +984,7 @@
       metrics.text2.characteristics_canvasdata9_software_raw,
       metrics.text2.characteristics_css_system_colors,
       metrics.text2.characteristics_css_system_fonts,
-      metrics.text2.characteristics_mathml_diag_values,
-      metrics.text2.characteristics_sdp_codec_list,
-      metrics.text2.characteristics_webauthn_capabilities
+      metrics.text2.characteristics_mathml_diag_values
     ) AS `text2`,
     STRUCT(metrics.uuid.characteristics_client_identifier) AS `uuid`
   ) AS `metrics`,
@@ -1158,8 +1152,7 @@
       metrics.quantity.characteristics_wgpu_minuniformbufferoffsetalignment,
       metrics.quantity.characteristics_gl2_version_software,
       metrics.quantity.characteristics_timezone_offset_web,
-      metrics.quantity.characteristics_audio_unique_samples,
-      metrics.quantity.characteristics_storage_quota
+      metrics.quantity.characteristics_audio_unique_samples
     ) AS `quantity`,
     STRUCT(
       metrics.string.characteristics_canvasdata1,
@@ -1489,9 +1482,7 @@
       metrics.text2.characteristics_canvasdata9_software_raw,
       metrics.text2.characteristics_css_system_colors,
       metrics.text2.characteristics_css_system_fonts,
-      metrics.text2.characteristics_mathml_diag_values,
-      metrics.text2.characteristics_sdp_codec_list,
-      metrics.text2.characteristics_webauthn_capabilities
+      metrics.text2.characteristics_mathml_diag_values
     ) AS `text2`,
     STRUCT(metrics.uuid.characteristics_client_identifier) AS `uuid`
   ) AS `metrics`,
@@ -1659,8 +1650,7 @@
       metrics.quantity.characteristics_wgpu_minuniformbufferoffsetalignment,
       metrics.quantity.characteristics_gl2_version_software,
       metrics.quantity.characteristics_timezone_offset_web,
-      metrics.quantity.characteristics_audio_unique_samples,
-      metrics.quantity.characteristics_storage_quota
+      metrics.quantity.characteristics_audio_unique_samples
     ) AS `quantity`,
     STRUCT(
       metrics.string.characteristics_canvasdata1,
@@ -1990,9 +1980,7 @@
       metrics.text2.characteristics_canvasdata9_software_raw,
       metrics.text2.characteristics_css_system_colors,
       metrics.text2.characteristics_css_system_fonts,
-      metrics.text2.characteristics_mathml_diag_values,
-      metrics.text2.characteristics_sdp_codec_list,
-      metrics.text2.characteristics_webauthn_capabilities
+      metrics.text2.characteristics_mathml_diag_values
     ) AS `text2`,
     STRUCT(metrics.uuid.characteristics_client_identifier) AS `uuid`
   ) AS `metrics`,
@@ -2160,8 +2148,7 @@
       metrics.quantity.characteristics_wgpu_minuniformbufferoffsetalignment,
       metrics.quantity.characteristics_gl2_version_software,
       metrics.quantity.characteristics_timezone_offset_web,
-      metrics.quantity.characteristics_audio_unique_samples,
-      metrics.quantity.characteristics_storage_quota
+      metrics.quantity.characteristics_audio_unique_samples
     ) AS `quantity`,
     STRUCT(
       metrics.string.characteristics_canvasdata1,
@@ -2491,9 +2478,7 @@
       metrics.text2.characteristics_canvasdata9_software_raw,
       metrics.text2.characteristics_css_system_colors,
       metrics.text2.characteristics_css_system_fonts,
-      metrics.text2.characteristics_mathml_diag_values,
-      metrics.text2.characteristics_sdp_codec_list,
-      metrics.text2.characteristics_webauthn_capabilities
+      metrics.text2.characteristics_mathml_diag_values
     ) AS `text2`,
     STRUCT(metrics.uuid.characteristics_client_identifier) AS `uuid`
   ) AS `metrics`,
diff -bur --no-dereference --new-file /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/firefox_crashreporter/crash/metadata.yaml /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/firefox_crashreporter/crash/metadata.yaml
--- /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/firefox_crashreporter/crash/metadata.yaml	2026-02-18 17:00:49.109671689 +0000
+++ /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/firefox_crashreporter/crash/metadata.yaml	2026-02-18 17:00:44.846603090 +0000
@@ -1,14 +1,6 @@
-friendly_name: Historical Pings for `firefox-crashreporter/crash`
+friendly_name: Crash
 description: |-
-  A historical view of pings sent for the
-  `firefox-crashreporter/crash`
-  document type.
-
-  This view is guaranteed to contain only complete days
-  (per `submission_timestamp`)
-  and to contain only one row per distinct `document_id` within a given date.
-
-  Clustering fields: `normalized_channel`, `sample_id`
+  Please provide a description for the query
 owners: []
 labels:
   authorized: true
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	2026-02-18 17:00:49.097671496 +0000
+++ /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/firefox_crashreporter_derived/event_monitoring_live_v1/materialized_view.sql	2026-02-18 17:00:44.831602844 +0000
@@ -53,7 +53,7 @@
 FROM
   combined
 WHERE
-  DATE(submission_timestamp) >= "2026-02-18"
+  DATE(submission_timestamp) >= "2026-02-17"
 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/broken_site_report/metadata.yaml /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/firefox_desktop/broken_site_report/metadata.yaml
--- /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/firefox_desktop/broken_site_report/metadata.yaml	2026-02-18 17:00:49.110671705 +0000
+++ /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/firefox_desktop/broken_site_report/metadata.yaml	2026-02-18 17:00:44.847603107 +0000
@@ -1,14 +1,6 @@
-friendly_name: Historical Pings for `firefox-desktop/broken-site-report`
+friendly_name: Broken Site Report
 description: |-
-  A historical view of pings sent for the
-  `firefox-desktop/broken-site-report`
-  document type.
-
-  This view is guaranteed to contain only complete days
-  (per `submission_timestamp`)
-  and to contain only one row per distinct `document_id` within a given date.
-
-  Clustering fields: `normalized_channel`, `sample_id`
+  Please provide a description for the query
 owners: []
 labels:
   authorized: true
diff -bur --no-dereference --new-file /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/firefox_desktop/crash/metadata.yaml /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/firefox_desktop/crash/metadata.yaml
--- /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/firefox_desktop/crash/metadata.yaml	2026-02-18 17:00:49.111671721 +0000
+++ /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/firefox_desktop/crash/metadata.yaml	2026-02-18 17:00:44.847603107 +0000
@@ -1,14 +1,6 @@
-friendly_name: Historical Pings for `firefox-desktop/crash`
+friendly_name: Crash
 description: |-
-  A historical view of pings sent for the
-  `firefox-desktop/crash`
-  document type.
-
-  This view is guaranteed to contain only complete days
-  (per `submission_timestamp`)
-  and to contain only one row per distinct `document_id` within a given date.
-
-  Clustering fields: `normalized_channel`, `sample_id`
+  Please provide a description for the query
 owners: []
 labels:
   authorized: true
diff -bur --no-dereference --new-file /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/firefox_desktop/metrics/schema.yaml /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/firefox_desktop/metrics/schema.yaml
--- /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/firefox_desktop/metrics/schema.yaml	2026-02-18 17:00:49.200673151 +0000
+++ /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/firefox_desktop/metrics/schema.yaml	2026-02-18 17:00:44.938604600 +0000
@@ -12350,76 +12350,6 @@
       description: "Records counts of SERP pages with adverts displayed where the\
         \ search was started from the AI window assistant. The key format is \u2018\
         <provider>:<tagged|organic>\u2019. See https://firefox-source-docs.mozilla.org/browser/search/telemetry.html#browser-search-content\n"
-    - name: urlclassifier_global_cache_hit
-      type: RECORD
-      mode: REPEATED
-      fields:
-      - name: key
-        type: STRING
-        mode: NULLABLE
-      - name: value
-        type: INTEGER
-        mode: NULLABLE
-      description: 'Count of top-level navigations that hit the Global Cache table.
-        Keyed by ETP mode and window type.
-
-        '
-    - name: urlclassifier_global_cache_miss
-      type: RECORD
-      mode: REPEATED
-      fields:
-      - name: key
-        type: STRING
-        mode: NULLABLE
-      - name: value
-        type: INTEGER
-        mode: NULLABLE
-      description: 'Count of top-level navigations that miss the Global Cache table.
-        Keyed by ETP mode and window type.
-
-        '
-    - name: urlclassifier_realtime_simulation_request_count
-      type: RECORD
-      mode: REPEATED
-      fields:
-      - name: key
-        type: STRING
-        mode: NULLABLE
-      - name: value
-        type: INTEGER
-        mode: NULLABLE
-      description: 'Count of simulated real-time Safe Browsing lookup requests. Keyed
-        by ETP mode and window type.
-
-        '
-    - name: urlclassifier_realtime_simulation_request_size
-      type: RECORD
-      mode: REPEATED
-      fields:
-      - name: key
-        type: STRING
-        mode: NULLABLE
-      - name: value
-        type: INTEGER
-        mode: NULLABLE
-      description: 'Total estimated data usage of simulated real-time Safe Browsing
-        lookup requests in bytes. Keyed by ETP mode and window type.
-
-        '
-    - name: urlclassifier_realtime_simulation_response_size
-      type: RECORD
-      mode: REPEATED
-      fields:
-      - name: key
-        type: STRING
-        mode: NULLABLE
-      - name: value
-        type: INTEGER
-        mode: NULLABLE
-      description: 'Total estimated data usage of simulated real-time Safe Browsing
-        lookup responses in bytes. Keyed by ETP mode and window type.
-
-        '
   - name: memory_distribution
     type: RECORD
     mode: NULLABLE
diff -bur --no-dereference --new-file /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/firefox_desktop/newtab/metadata.yaml /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/firefox_desktop/newtab/metadata.yaml
--- /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/firefox_desktop/newtab/metadata.yaml	2026-02-18 17:00:49.174672733 +0000
+++ /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/firefox_desktop/newtab/metadata.yaml	2026-02-18 17:00:44.898603944 +0000
@@ -1,14 +1,6 @@
-friendly_name: Historical Pings for `firefox-desktop/newtab`
+friendly_name: Newtab
 description: |-
-  A historical view of pings sent for the
-  `firefox-desktop/newtab`
-  document type.
-
-  This view is guaranteed to contain only complete days
-  (per `submission_timestamp`)
-  and to contain only one row per distinct `document_id` within a given date.
-
-  Clustering fields: `normalized_channel`, `sample_id`
+  Please provide a description for the query
 owners: []
 workgroup_access:
 - role: roles/bigquery.dataViewer
diff -bur --no-dereference --new-file /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/firefox_desktop/user_characteristics/schema.yaml /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/firefox_desktop/user_characteristics/schema.yaml
--- /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/firefox_desktop/user_characteristics/schema.yaml	2026-02-18 17:00:49.199673135 +0000
+++ /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/firefox_desktop/user_characteristics/schema.yaml	2026-02-18 17:00:44.937604584 +0000
@@ -1054,13 +1054,6 @@
         behaving as they generally expect non-anomalous browsers to behave.
 
         '
-    - name: characteristics_storage_quota
-      type: INTEGER
-      mode: NULLABLE
-      description: 'Storage quota in MB from StorageManager.estimate(), rounded to
-        integer. Acts as a disk-size proxy for fingerprinting entropy analysis.
-
-        '
   - name: string
     type: RECORD
     mode: NULLABLE
@@ -3116,21 +3109,6 @@
         is a JSON stringified array like: ["123.456", "789.012", ...]
 
         '
-    - name: characteristics_sdp_codec_list
-      type: STRING
-      mode: NULLABLE
-      description: 'JSON-stringified SDP codec section from RTCPeerConnection.createOffer().
-        Contains m-lines, a=rtpmap, a=fmtp, and a=rtcp-fb lines with session-specific
-        values (ICE credentials, DTLS fingerprint) stripped.
-
-        '
-    - name: characteristics_webauthn_capabilities
-      type: STRING
-      mode: NULLABLE
-      description: 'JSON-stringified dictionary from PublicKeyCredential.getClientCapabilities().
-        Contains boolean values indicating passkey and authenticator support.
-
-        '
   - name: uuid
     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	2026-02-18 17:00:49.187672942 +0000
+++ /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/firefox_desktop_background_defaultagent_derived/event_monitoring_live_v1/materialized_view.sql	2026-02-18 17:00:44.916604239 +0000
@@ -53,7 +53,7 @@
 FROM
   combined
 WHERE
-  DATE(submission_timestamp) >= "2026-02-18"
+  DATE(submission_timestamp) >= "2026-02-17"
 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	2026-02-18 17:00:49.182672861 +0000
+++ /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/firefox_desktop_background_tasks_derived/event_monitoring_live_v1/materialized_view.sql	2026-02-18 17:00:44.918604272 +0000
@@ -86,7 +86,7 @@
 FROM
   combined
 WHERE
-  DATE(submission_timestamp) >= "2026-02-18"
+  DATE(submission_timestamp) >= "2026-02-17"
 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/metrics/schema.yaml /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/firefox_desktop_background_update/metrics/schema.yaml
--- /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/firefox_desktop_background_update/metrics/schema.yaml	2026-02-18 17:00:49.432676877 +0000
+++ /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/firefox_desktop_background_update/metrics/schema.yaml	2026-02-18 17:00:45.167608358 +0000
@@ -7879,76 +7879,6 @@
         get a human readable error for these values.  Records up to 16 codes.
 
         '
-    - name: urlclassifier_global_cache_hit
-      type: RECORD
-      mode: REPEATED
-      fields:
-      - name: key
-        type: STRING
-        mode: NULLABLE
-      - name: value
-        type: INTEGER
-        mode: NULLABLE
-      description: 'Count of top-level navigations that hit the Global Cache table.
-        Keyed by ETP mode and window type.
-
-        '
-    - name: urlclassifier_global_cache_miss
-      type: RECORD
-      mode: REPEATED
-      fields:
-      - name: key
-        type: STRING
-        mode: NULLABLE
-      - name: value
-        type: INTEGER
-        mode: NULLABLE
-      description: 'Count of top-level navigations that miss the Global Cache table.
-        Keyed by ETP mode and window type.
-
-        '
-    - name: urlclassifier_realtime_simulation_request_count
-      type: RECORD
-      mode: REPEATED
-      fields:
-      - name: key
-        type: STRING
-        mode: NULLABLE
-      - name: value
-        type: INTEGER
-        mode: NULLABLE
-      description: 'Count of simulated real-time Safe Browsing lookup requests. Keyed
-        by ETP mode and window type.
-
-        '
-    - name: urlclassifier_realtime_simulation_request_size
-      type: RECORD
-      mode: REPEATED
-      fields:
-      - name: key
-        type: STRING
-        mode: NULLABLE
-      - name: value
-        type: INTEGER
-        mode: NULLABLE
-      description: 'Total estimated data usage of simulated real-time Safe Browsing
-        lookup requests in bytes. Keyed by ETP mode and window type.
-
-        '
-    - name: urlclassifier_realtime_simulation_response_size
-      type: RECORD
-      mode: REPEATED
-      fields:
-      - name: key
-        type: STRING
-        mode: NULLABLE
-      - name: value
-        type: INTEGER
-        mode: NULLABLE
-      description: 'Total estimated data usage of simulated real-time Safe Browsing
-        lookup responses in bytes. Keyed by ETP mode and window type.
-
-        '
   - name: memory_distribution
     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/user_characteristics/schema.yaml /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/firefox_desktop_background_update/user_characteristics/schema.yaml
--- /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/firefox_desktop_background_update/user_characteristics/schema.yaml	2026-02-18 17:00:49.431676861 +0000
+++ /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/firefox_desktop_background_update/user_characteristics/schema.yaml	2026-02-18 17:00:45.164608309 +0000
@@ -1054,13 +1054,6 @@
         behaving as they generally expect non-anomalous browsers to behave.
 
         '
-    - name: characteristics_storage_quota
-      type: INTEGER
-      mode: NULLABLE
-      description: 'Storage quota in MB from StorageManager.estimate(), rounded to
-        integer. Acts as a disk-size proxy for fingerprinting entropy analysis.
-
-        '
   - name: string
     type: RECORD
     mode: NULLABLE
@@ -3116,21 +3109,6 @@
         is a JSON stringified array like: ["123.456", "789.012", ...]
 
         '
-    - name: characteristics_sdp_codec_list
-      type: STRING
-      mode: NULLABLE
-      description: 'JSON-stringified SDP codec section from RTCPeerConnection.createOffer().
-        Contains m-lines, a=rtpmap, a=fmtp, and a=rtcp-fb lines with session-specific
-        values (ICE credentials, DTLS fingerprint) stripped.
-
-        '
-    - name: characteristics_webauthn_capabilities
-      type: STRING
-      mode: NULLABLE
-      description: 'JSON-stringified dictionary from PublicKeyCredential.getClientCapabilities().
-        Contains boolean values indicating passkey and authenticator support.
-
-        '
   - name: uuid
     type: RECORD
     mode: NULLABLE
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	2026-02-18 17:00:49.367675833 +0000
+++ /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/firefox_desktop_derived/event_monitoring_live_v1/materialized_view.sql	2026-02-18 17:00:45.128607718 +0000
@@ -392,7 +392,7 @@
 FROM
   combined
 WHERE
-  DATE(submission_timestamp) >= "2026-02-18"
+  DATE(submission_timestamp) >= "2026-02-17"
 GROUP BY
   submission_date,
   window_start,
diff -bur --no-dereference --new-file /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/firefox_installer/install/schema.yaml /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/firefox_installer/install/schema.yaml
--- /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/firefox_installer/install/schema.yaml	2026-02-18 17:00:49.397676315 +0000
+++ /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/firefox_installer/install/schema.yaml	2026-02-18 17:00:45.132607784 +0000
@@ -426,10 +426,6 @@
   mode: NULLABLE
   description: Program that launched the installer, according to the /LaunchedBy command-line
     argument
-- name: download_requests_blocked_by_server
-  type: INTEGER
-  mode: NULLABLE
-  description: Number of download requests blocked by the server
 - name: funnel_derived
   type: STRING
   mode: NULLABLE
diff -bur --no-dereference --new-file /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/focus_android/metrics/schema.yaml /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/focus_android/metrics/schema.yaml
--- /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/focus_android/metrics/schema.yaml	2026-02-18 17:00:49.439676989 +0000
+++ /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/focus_android/metrics/schema.yaml	2026-02-18 17:00:45.181608588 +0000
@@ -8133,76 +8133,6 @@
         get a human readable error for these values.  Records up to 16 codes.
 
         '
-    - name: urlclassifier_global_cache_hit
-      type: RECORD
-      mode: REPEATED
-      fields:
-      - name: key
-        type: STRING
-        mode: NULLABLE
-      - name: value
-        type: INTEGER
-        mode: NULLABLE
-      description: 'Count of top-level navigations that hit the Global Cache table.
-        Keyed by ETP mode and window type.
-
-        '
-    - name: urlclassifier_global_cache_miss
-      type: RECORD
-      mode: REPEATED
-      fields:
-      - name: key
-        type: STRING
-        mode: NULLABLE
-      - name: value
-        type: INTEGER
-        mode: NULLABLE
-      description: 'Count of top-level navigations that miss the Global Cache table.
-        Keyed by ETP mode and window type.
-
-        '
-    - name: urlclassifier_realtime_simulation_request_count
-      type: RECORD
-      mode: REPEATED
-      fields:
-      - name: key
-        type: STRING
-        mode: NULLABLE
-      - name: value
-        type: INTEGER
-        mode: NULLABLE
-      description: 'Count of simulated real-time Safe Browsing lookup requests. Keyed
-        by ETP mode and window type.
-
-        '
-    - name: urlclassifier_realtime_simulation_request_size
-      type: RECORD
-      mode: REPEATED
-      fields:
-      - name: key
-        type: STRING
-        mode: NULLABLE
-      - name: value
-        type: INTEGER
-        mode: NULLABLE
-      description: 'Total estimated data usage of simulated real-time Safe Browsing
-        lookup requests in bytes. Keyed by ETP mode and window type.
-
-        '
-    - name: urlclassifier_realtime_simulation_response_size
-      type: RECORD
-      mode: REPEATED
-      fields:
-      - name: key
-        type: STRING
-        mode: NULLABLE
-      - name: value
-        type: INTEGER
-        mode: NULLABLE
-      description: 'Total estimated data usage of simulated real-time Safe Browsing
-        lookup responses in bytes. Keyed by ETP mode and window type.
-
-        '
   - name: memory_distribution
     type: RECORD
     mode: NULLABLE
diff -bur --no-dereference --new-file /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/focus_android/metrics/view.sql /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/focus_android/metrics/view.sql
--- /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/focus_android/metrics/view.sql	2026-02-18 17:00:49.450677166 +0000
+++ /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/focus_android/metrics/view.sql	2026-02-18 17:00:45.183608621 +0000
@@ -666,12 +666,7 @@
       metrics.labeled_counter.geolocation_geolocation_cache_hit,
       metrics.labeled_counter.geolocation_geolocation_service,
       metrics.labeled_counter.geolocation_linux_portal_error,
-      metrics.labeled_counter.geolocation_macos_error_code,
-      metrics.labeled_counter.urlclassifier_global_cache_hit,
-      metrics.labeled_counter.urlclassifier_global_cache_miss,
-      metrics.labeled_counter.urlclassifier_realtime_simulation_request_count,
-      metrics.labeled_counter.urlclassifier_realtime_simulation_request_size,
-      metrics.labeled_counter.urlclassifier_realtime_simulation_response_size
+      metrics.labeled_counter.geolocation_macos_error_code
     ) AS `labeled_counter`,
     STRUCT(
       metrics.memory_distribution.glean_database_size,
@@ -2493,12 +2488,7 @@
       metrics.labeled_counter.geolocation_geolocation_cache_hit,
       metrics.labeled_counter.geolocation_geolocation_service,
       metrics.labeled_counter.geolocation_linux_portal_error,
-      metrics.labeled_counter.geolocation_macos_error_code,
-      metrics.labeled_counter.urlclassifier_global_cache_hit,
-      metrics.labeled_counter.urlclassifier_global_cache_miss,
-      metrics.labeled_counter.urlclassifier_realtime_simulation_request_count,
-      metrics.labeled_counter.urlclassifier_realtime_simulation_request_size,
-      metrics.labeled_counter.urlclassifier_realtime_simulation_response_size
+      metrics.labeled_counter.geolocation_macos_error_code
     ) AS `labeled_counter`,
     STRUCT(
       metrics.memory_distribution.glean_database_size,
@@ -4320,12 +4310,7 @@
       metrics.labeled_counter.geolocation_geolocation_cache_hit,
       metrics.labeled_counter.geolocation_geolocation_service,
       metrics.labeled_counter.geolocation_linux_portal_error,
-      metrics.labeled_counter.geolocation_macos_error_code,
-      metrics.labeled_counter.urlclassifier_global_cache_hit,
-      metrics.labeled_counter.urlclassifier_global_cache_miss,
-      metrics.labeled_counter.urlclassifier_realtime_simulation_request_count,
-      metrics.labeled_counter.urlclassifier_realtime_simulation_request_size,
-      metrics.labeled_counter.urlclassifier_realtime_simulation_response_size
+      metrics.labeled_counter.geolocation_macos_error_code
     ) AS `labeled_counter`,
     STRUCT(
       metrics.memory_distribution.glean_database_size,
diff -bur --no-dereference --new-file /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/focus_android/user_characteristics/schema.yaml /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/focus_android/user_characteristics/schema.yaml
--- /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/focus_android/user_characteristics/schema.yaml	2026-02-18 17:00:49.569679077 +0000
+++ /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/focus_android/user_characteristics/schema.yaml	2026-02-18 17:00:45.305610591 +0000
@@ -1062,13 +1062,6 @@
         behaving as they generally expect non-anomalous browsers to behave.
 
         '
-    - name: characteristics_storage_quota
-      type: INTEGER
-      mode: NULLABLE
-      description: 'Storage quota in MB from StorageManager.estimate(), rounded to
-        integer. Acts as a disk-size proxy for fingerprinting entropy analysis.
-
-        '
   - name: string
     type: RECORD
     mode: NULLABLE
@@ -3124,21 +3117,6 @@
         is a JSON stringified array like: ["123.456", "789.012", ...]
 
         '
-    - name: characteristics_sdp_codec_list
-      type: STRING
-      mode: NULLABLE
-      description: 'JSON-stringified SDP codec section from RTCPeerConnection.createOffer().
-        Contains m-lines, a=rtpmap, a=fmtp, and a=rtcp-fb lines with session-specific
-        values (ICE credentials, DTLS fingerprint) stripped.
-
-        '
-    - name: characteristics_webauthn_capabilities
-      type: STRING
-      mode: NULLABLE
-      description: 'JSON-stringified dictionary from PublicKeyCredential.getClientCapabilities().
-        Contains boolean values indicating passkey and authenticator support.
-
-        '
   - name: uuid
     type: RECORD
     mode: NULLABLE
diff -bur --no-dereference --new-file /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/focus_android/user_characteristics/view.sql /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/focus_android/user_characteristics/view.sql
--- /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/focus_android/user_characteristics/view.sql	2026-02-18 17:00:49.566679029 +0000
+++ /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/focus_android/user_characteristics/view.sql	2026-02-18 17:00:45.302610543 +0000
@@ -154,8 +154,7 @@
       metrics.quantity.characteristics_wgpu_minuniformbufferoffsetalignment,
       metrics.quantity.characteristics_gl2_version_software,
       metrics.quantity.characteristics_timezone_offset_web,
-      metrics.quantity.characteristics_audio_unique_samples,
-      metrics.quantity.characteristics_storage_quota
+      metrics.quantity.characteristics_audio_unique_samples
     ) AS `quantity`,
     STRUCT(
       metrics.string.characteristics_canvasdata1,
@@ -485,9 +484,7 @@
       metrics.text2.characteristics_canvasdata9_software_raw,
       metrics.text2.characteristics_css_system_colors,
       metrics.text2.characteristics_css_system_fonts,
-      metrics.text2.characteristics_mathml_diag_values,
-      metrics.text2.characteristics_sdp_codec_list,
-      metrics.text2.characteristics_webauthn_capabilities
+      metrics.text2.characteristics_mathml_diag_values
     ) AS `text2`,
     STRUCT(metrics.uuid.characteristics_client_identifier) AS `uuid`
   ) AS `metrics`,
@@ -653,8 +650,7 @@
       metrics.quantity.characteristics_wgpu_minuniformbufferoffsetalignment,
       metrics.quantity.characteristics_gl2_version_software,
       metrics.quantity.characteristics_timezone_offset_web,
-      metrics.quantity.characteristics_audio_unique_samples,
-      metrics.quantity.characteristics_storage_quota
+      metrics.quantity.characteristics_audio_unique_samples
     ) AS `quantity`,
     STRUCT(
       metrics.string.characteristics_canvasdata1,
@@ -984,9 +980,7 @@
       metrics.text2.characteristics_canvasdata9_software_raw,
       metrics.text2.characteristics_css_system_colors,
       metrics.text2.characteristics_css_system_fonts,
-      metrics.text2.characteristics_mathml_diag_values,
-      metrics.text2.characteristics_sdp_codec_list,
-      metrics.text2.characteristics_webauthn_capabilities
+      metrics.text2.characteristics_mathml_diag_values
     ) AS `text2`,
     STRUCT(metrics.uuid.characteristics_client_identifier) AS `uuid`
   ) AS `metrics`,
@@ -1152,8 +1146,7 @@
       metrics.quantity.characteristics_wgpu_minuniformbufferoffsetalignment,
       metrics.quantity.characteristics_gl2_version_software,
       metrics.quantity.characteristics_timezone_offset_web,
-      metrics.quantity.characteristics_audio_unique_samples,
-      metrics.quantity.characteristics_storage_quota
+      metrics.quantity.characteristics_audio_unique_samples
     ) AS `quantity`,
     STRUCT(
       metrics.string.characteristics_canvasdata1,
@@ -1483,9 +1476,7 @@
       metrics.text2.characteristics_canvasdata9_software_raw,
       metrics.text2.characteristics_css_system_colors,
       metrics.text2.characteristics_css_system_fonts,
-      metrics.text2.characteristics_mathml_diag_values,
-      metrics.text2.characteristics_sdp_codec_list,
-      metrics.text2.characteristics_webauthn_capabilities
+      metrics.text2.characteristics_mathml_diag_values
     ) AS `text2`,
     STRUCT(metrics.uuid.characteristics_client_identifier) AS `uuid`
   ) AS `metrics`,
diff -bur --no-dereference --new-file /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/glam_derived/event_monitoring_live_v1/materialized_view.sql /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/glam_derived/event_monitoring_live_v1/materialized_view.sql
--- /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/glam_derived/event_monitoring_live_v1/materialized_view.sql	2026-02-18 17:00:49.536678547 +0000
+++ /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/glam_derived/event_monitoring_live_v1/materialized_view.sql	2026-02-18 17:00:45.283610237 +0000
@@ -53,7 +53,7 @@
 FROM
   combined
 WHERE
-  DATE(submission_timestamp) >= "2026-02-18"
+  DATE(submission_timestamp) >= "2026-02-17"
 GROUP BY
   submission_date,
   window_start,
diff -bur --no-dereference --new-file /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/glean_dictionary_derived/event_monitoring_live_v1/materialized_view.sql /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/glean_dictionary_derived/event_monitoring_live_v1/materialized_view.sql
--- /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/glean_dictionary_derived/event_monitoring_live_v1/materialized_view.sql	2026-02-18 17:00:49.537678563 +0000
+++ /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/glean_dictionary_derived/event_monitoring_live_v1/materialized_view.sql	2026-02-18 17:00:45.272610061 +0000
@@ -53,7 +53,7 @@
 FROM
   combined
 WHERE
-  DATE(submission_timestamp) >= "2026-02-18"
+  DATE(submission_timestamp) >= "2026-02-17"
 GROUP BY
   submission_date,
   window_start,
diff -bur --no-dereference --new-file /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/gleanjs_docs_derived/event_monitoring_live_v1/materialized_view.sql /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/gleanjs_docs_derived/event_monitoring_live_v1/materialized_view.sql
--- /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/gleanjs_docs_derived/event_monitoring_live_v1/materialized_view.sql	2026-02-18 17:00:49.539678596 +0000
+++ /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/gleanjs_docs_derived/event_monitoring_live_v1/materialized_view.sql	2026-02-18 17:00:45.273610077 +0000
@@ -53,7 +53,7 @@
 FROM
   combined
 WHERE
-  DATE(submission_timestamp) >= "2026-02-18"
+  DATE(submission_timestamp) >= "2026-02-17"
 GROUP BY
   submission_date,
   window_start,
diff -bur --no-dereference --new-file /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/klar_android/metrics/schema.yaml /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/klar_android/metrics/schema.yaml
--- /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/klar_android/metrics/schema.yaml	2026-02-18 17:00:49.939685020 +0000
+++ /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/klar_android/metrics/schema.yaml	2026-02-18 17:00:45.702616967 +0000
@@ -8133,76 +8133,6 @@
         get a human readable error for these values.  Records up to 16 codes.
 
         '
-    - name: urlclassifier_global_cache_hit
-      type: RECORD
-      mode: REPEATED
-      fields:
-      - name: key
-        type: STRING
-        mode: NULLABLE
-      - name: value
-        type: INTEGER
-        mode: NULLABLE
-      description: 'Count of top-level navigations that hit the Global Cache table.
-        Keyed by ETP mode and window type.
-
-        '
-    - name: urlclassifier_global_cache_miss
-      type: RECORD
-      mode: REPEATED
-      fields:
-      - name: key
-        type: STRING
-        mode: NULLABLE
-      - name: value
-        type: INTEGER
-        mode: NULLABLE
-      description: 'Count of top-level navigations that miss the Global Cache table.
-        Keyed by ETP mode and window type.
-
-        '
-    - name: urlclassifier_realtime_simulation_request_count
-      type: RECORD
-      mode: REPEATED
-      fields:
-      - name: key
-        type: STRING
-        mode: NULLABLE
-      - name: value
-        type: INTEGER
-        mode: NULLABLE
-      description: 'Count of simulated real-time Safe Browsing lookup requests. Keyed
-        by ETP mode and window type.
-
-        '
-    - name: urlclassifier_realtime_simulation_request_size
-      type: RECORD
-      mode: REPEATED
-      fields:
-      - name: key
-        type: STRING
-        mode: NULLABLE
-      - name: value
-        type: INTEGER
-        mode: NULLABLE
-      description: 'Total estimated data usage of simulated real-time Safe Browsing
-        lookup requests in bytes. Keyed by ETP mode and window type.
-
-        '
-    - name: urlclassifier_realtime_simulation_response_size
-      type: RECORD
-      mode: REPEATED
-      fields:
-      - name: key
-        type: STRING
-        mode: NULLABLE
-      - name: value
-        type: INTEGER
-        mode: NULLABLE
-      description: 'Total estimated data usage of simulated real-time Safe Browsing
-        lookup responses in bytes. Keyed by ETP mode and window type.
-
-        '
   - name: memory_distribution
     type: RECORD
     mode: NULLABLE
diff -bur --no-dereference --new-file /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/klar_android/metrics/view.sql /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/klar_android/metrics/view.sql
--- /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/klar_android/metrics/view.sql	2026-02-18 17:00:49.928684843 +0000
+++ /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/klar_android/metrics/view.sql	2026-02-18 17:00:45.692616807 +0000
@@ -666,12 +666,7 @@
       metrics.labeled_counter.geolocation_geolocation_cache_hit,
       metrics.labeled_counter.geolocation_geolocation_service,
       metrics.labeled_counter.geolocation_linux_portal_error,
-      metrics.labeled_counter.geolocation_macos_error_code,
-      metrics.labeled_counter.urlclassifier_global_cache_hit,
-      metrics.labeled_counter.urlclassifier_global_cache_miss,
-      metrics.labeled_counter.urlclassifier_realtime_simulation_request_count,
-      metrics.labeled_counter.urlclassifier_realtime_simulation_request_size,
-      metrics.labeled_counter.urlclassifier_realtime_simulation_response_size
+      metrics.labeled_counter.geolocation_macos_error_code
     ) AS `labeled_counter`,
     STRUCT(
       metrics.memory_distribution.glean_database_size,
diff -bur --no-dereference --new-file /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/klar_android/user_characteristics/schema.yaml /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/klar_android/user_characteristics/schema.yaml
--- /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/klar_android/user_characteristics/schema.yaml	2026-02-18 17:00:49.938685004 +0000
+++ /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/klar_android/user_characteristics/schema.yaml	2026-02-18 17:00:45.701616951 +0000
@@ -1062,13 +1062,6 @@
         behaving as they generally expect non-anomalous browsers to behave.
 
         '
-    - name: characteristics_storage_quota
-      type: INTEGER
-      mode: NULLABLE
-      description: 'Storage quota in MB from StorageManager.estimate(), rounded to
-        integer. Acts as a disk-size proxy for fingerprinting entropy analysis.
-
-        '
   - name: string
     type: RECORD
     mode: NULLABLE
@@ -3124,21 +3117,6 @@
         is a JSON stringified array like: ["123.456", "789.012", ...]
 
         '
-    - name: characteristics_sdp_codec_list
-      type: STRING
-      mode: NULLABLE
-      description: 'JSON-stringified SDP codec section from RTCPeerConnection.createOffer().
-        Contains m-lines, a=rtpmap, a=fmtp, and a=rtcp-fb lines with session-specific
-        values (ICE credentials, DTLS fingerprint) stripped.
-
-        '
-    - name: characteristics_webauthn_capabilities
-      type: STRING
-      mode: NULLABLE
-      description: 'JSON-stringified dictionary from PublicKeyCredential.getClientCapabilities().
-        Contains boolean values indicating passkey and authenticator support.
-
-        '
   - name: uuid
     type: RECORD
     mode: NULLABLE
diff -bur --no-dereference --new-file /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/klar_android/user_characteristics/view.sql /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/klar_android/user_characteristics/view.sql
--- /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/klar_android/user_characteristics/view.sql	2026-02-18 17:00:49.900684394 +0000
+++ /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/klar_android/user_characteristics/view.sql	2026-02-18 17:00:45.641615988 +0000
@@ -154,8 +154,7 @@
       metrics.quantity.characteristics_wgpu_minuniformbufferoffsetalignment,
       metrics.quantity.characteristics_gl2_version_software,
       metrics.quantity.characteristics_timezone_offset_web,
-      metrics.quantity.characteristics_audio_unique_samples,
-      metrics.quantity.characteristics_storage_quota
+      metrics.quantity.characteristics_audio_unique_samples
     ) AS `quantity`,
     STRUCT(
       metrics.string.characteristics_canvasdata1,
@@ -485,9 +484,7 @@
       metrics.text2.characteristics_canvasdata9_software_raw,
       metrics.text2.characteristics_css_system_colors,
       metrics.text2.characteristics_css_system_fonts,
-      metrics.text2.characteristics_mathml_diag_values,
-      metrics.text2.characteristics_sdp_codec_list,
-      metrics.text2.characteristics_webauthn_capabilities
+      metrics.text2.characteristics_mathml_diag_values
     ) AS `text2`,
     STRUCT(metrics.uuid.characteristics_client_identifier) AS `uuid`
   ) AS `metrics`,
diff -bur --no-dereference --new-file /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/mdn_fred_derived/event_monitoring_live_v1/materialized_view.sql /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/mdn_fred_derived/event_monitoring_live_v1/materialized_view.sql
--- /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/mdn_fred_derived/event_monitoring_live_v1/materialized_view.sql	2026-02-18 17:00:49.828683237 +0000
+++ /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/mdn_fred_derived/event_monitoring_live_v1/materialized_view.sql	2026-02-18 17:00:45.571614863 +0000
@@ -53,7 +53,7 @@
 FROM
   combined
 WHERE
-  DATE(submission_timestamp) >= "2026-02-18"
+  DATE(submission_timestamp) >= "2026-02-17"
 GROUP BY
   submission_date,
   window_start,
diff -bur --no-dereference --new-file /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/mdn_yari_derived/event_monitoring_live_v1/materialized_view.sql /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/mdn_yari_derived/event_monitoring_live_v1/materialized_view.sql
--- /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/mdn_yari_derived/event_monitoring_live_v1/materialized_view.sql	2026-02-18 17:00:49.879684057 +0000
+++ /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/mdn_yari_derived/event_monitoring_live_v1/materialized_view.sql	2026-02-18 17:00:45.680616614 +0000
@@ -86,7 +86,7 @@
 FROM
   combined
 WHERE
-  DATE(submission_timestamp) >= "2026-02-18"
+  DATE(submission_timestamp) >= "2026-02-17"
 GROUP BY
   submission_date,
   window_start,
diff -bur --no-dereference --new-file /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/monitor_backend_derived/event_monitoring_live_v1/materialized_view.sql /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/monitor_backend_derived/event_monitoring_live_v1/materialized_view.sql
--- /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/monitor_backend_derived/event_monitoring_live_v1/materialized_view.sql	2026-02-18 17:00:49.832683301 +0000
+++ /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/monitor_backend_derived/event_monitoring_live_v1/materialized_view.sql	2026-02-18 17:00:45.574614912 +0000
@@ -53,7 +53,7 @@
 FROM
   combined
 WHERE
-  DATE(submission_timestamp) >= "2026-02-18"
+  DATE(submission_timestamp) >= "2026-02-17"
 GROUP BY
   submission_date,
   window_start,
diff -bur --no-dereference --new-file /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/monitor_cirrus_derived/event_monitoring_live_v1/materialized_view.sql /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/monitor_cirrus_derived/event_monitoring_live_v1/materialized_view.sql
--- /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/monitor_cirrus_derived/event_monitoring_live_v1/materialized_view.sql	2026-02-18 17:00:49.833683318 +0000
+++ /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/monitor_cirrus_derived/event_monitoring_live_v1/materialized_view.sql	2026-02-18 17:00:45.576614944 +0000
@@ -53,7 +53,7 @@
 FROM
   combined
 WHERE
-  DATE(submission_timestamp) >= "2026-02-18"
+  DATE(submission_timestamp) >= "2026-02-17"
 GROUP BY
   submission_date,
   window_start,
diff -bur --no-dereference --new-file /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/monitor_frontend_derived/event_monitoring_live_v1/materialized_view.sql /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/monitor_frontend_derived/event_monitoring_live_v1/materialized_view.sql
--- /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/monitor_frontend_derived/event_monitoring_live_v1/materialized_view.sql	2026-02-18 17:00:49.834683334 +0000
+++ /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/monitor_frontend_derived/event_monitoring_live_v1/materialized_view.sql	2026-02-18 17:00:45.576614944 +0000
@@ -53,7 +53,7 @@
 FROM
   combined
 WHERE
-  DATE(submission_timestamp) >= "2026-02-18"
+  DATE(submission_timestamp) >= "2026-02-17"
 GROUP BY
   submission_date,
   window_start,
diff -bur --no-dereference --new-file /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/mozilla_mach_derived/event_monitoring_live_v1/materialized_view.sql /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/mozilla_mach_derived/event_monitoring_live_v1/materialized_view.sql
--- /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/mozilla_mach_derived/event_monitoring_live_v1/materialized_view.sql	2026-02-18 17:00:49.846683526 +0000
+++ /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/mozilla_mach_derived/event_monitoring_live_v1/materialized_view.sql	2026-02-18 17:00:45.629615795 +0000
@@ -53,7 +53,7 @@
 FROM
   combined
 WHERE
-  DATE(submission_timestamp) >= "2026-02-18"
+  DATE(submission_timestamp) >= "2026-02-17"
 GROUP BY
   submission_date,
   window_start,
diff -bur --no-dereference --new-file /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/mozillavpn_backend_cirrus_derived/event_monitoring_live_v1/materialized_view.sql /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/mozillavpn_backend_cirrus_derived/event_monitoring_live_v1/materialized_view.sql
--- /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/mozillavpn_backend_cirrus_derived/event_monitoring_live_v1/materialized_view.sql	2026-02-18 17:00:49.924684779 +0000
+++ /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/mozillavpn_backend_cirrus_derived/event_monitoring_live_v1/materialized_view.sql	2026-02-18 17:00:45.600615329 +0000
@@ -53,7 +53,7 @@
 FROM
   combined
 WHERE
-  DATE(submission_timestamp) >= "2026-02-18"
+  DATE(submission_timestamp) >= "2026-02-17"
 GRO

⚠️ Only part of the diff is displayed.

Link to full diff

@github-actions
Copy link
Copy Markdown

Integration report for "feat: update filters to include more countries in desktop_conversion_events and glean_desktop_conversion_events results"

sql.diff

Click to expand!
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	2026-02-18 17:01:28.826673782 +0000
+++ /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/accounts_backend_derived/event_monitoring_live_v1/materialized_view.sql	2026-02-18 17:01:24.849647994 +0000
@@ -53,7 +53,7 @@
 FROM
   combined
 WHERE
-  DATE(submission_timestamp) >= "2026-02-18"
+  DATE(submission_timestamp) >= "2026-02-17"
 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	2026-02-18 17:01:28.867674047 +0000
+++ /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/accounts_cirrus_derived/event_monitoring_live_v1/materialized_view.sql	2026-02-18 17:01:24.891648266 +0000
@@ -53,7 +53,7 @@
 FROM
   combined
 WHERE
-  DATE(submission_timestamp) >= "2026-02-18"
+  DATE(submission_timestamp) >= "2026-02-17"
 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	2026-02-18 17:01:28.871674073 +0000
+++ /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/accounts_frontend_derived/event_monitoring_live_v1/materialized_view.sql	2026-02-18 17:01:24.893648279 +0000
@@ -53,7 +53,7 @@
 FROM
   combined
 WHERE
-  DATE(submission_timestamp) >= "2026-02-18"
+  DATE(submission_timestamp) >= "2026-02-17"
 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	2026-02-18 17:01:28.839673866 +0000
+++ /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/bedrock_derived/event_monitoring_live_v1/materialized_view.sql	2026-02-18 17:01:24.868648117 +0000
@@ -119,7 +119,7 @@
 FROM
   combined
 WHERE
-  DATE(submission_timestamp) >= "2026-02-18"
+  DATE(submission_timestamp) >= "2026-02-17"
 GROUP BY
   submission_date,
   window_start,
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	2026-02-18 17:01:28.849673931 +0000
+++ /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/debug_ping_view_derived/event_monitoring_live_v1/materialized_view.sql	2026-02-18 17:01:24.876648168 +0000
@@ -53,7 +53,7 @@
 FROM
   combined
 WHERE
-  DATE(submission_timestamp) >= "2026-02-18"
+  DATE(submission_timestamp) >= "2026-02-17"
 GROUP BY
   submission_date,
   window_start,
diff -bur --no-dereference --new-file /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/experimenter_backend_derived/event_monitoring_live_v1/materialized_view.sql /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/experimenter_backend_derived/event_monitoring_live_v1/materialized_view.sql
--- /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/experimenter_backend_derived/event_monitoring_live_v1/materialized_view.sql	2026-02-18 17:01:28.850673937 +0000
+++ /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/experimenter_backend_derived/event_monitoring_live_v1/materialized_view.sql	2026-02-18 17:01:24.876648168 +0000
@@ -53,7 +53,7 @@
 FROM
   combined
 WHERE
-  DATE(submission_timestamp) >= "2026-02-18"
+  DATE(submission_timestamp) >= "2026-02-17"
 GROUP BY
   submission_date,
   window_start,
diff -bur --no-dereference --new-file /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/experimenter_cirrus_derived/event_monitoring_live_v1/materialized_view.sql /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/experimenter_cirrus_derived/event_monitoring_live_v1/materialized_view.sql
--- /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/experimenter_cirrus_derived/event_monitoring_live_v1/materialized_view.sql	2026-02-18 17:01:28.892674210 +0000
+++ /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/experimenter_cirrus_derived/event_monitoring_live_v1/materialized_view.sql	2026-02-18 17:01:24.916648428 +0000
@@ -53,7 +53,7 @@
 FROM
   combined
 WHERE
-  DATE(submission_timestamp) >= "2026-02-18"
+  DATE(submission_timestamp) >= "2026-02-17"
 GROUP BY
   submission_date,
   window_start,
diff -bur --no-dereference --new-file /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/fenix/broken_site_report/metadata.yaml /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/fenix/broken_site_report/metadata.yaml
--- /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/fenix/broken_site_report/metadata.yaml	2026-02-18 17:01:28.893674216 +0000
+++ /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/fenix/broken_site_report/metadata.yaml	2026-02-18 17:01:24.917648434 +0000
@@ -1,10 +1,6 @@
-friendly_name: App-specific view for Glean ping "broken-site-report"
+friendly_name: Broken Site Report
 description: |-
-  This a view that UNIONs the stable ping tables
-  across all channels of the Glean application "Firefox for Android"
-  (org_mozilla_firefox.broken_site_report, org_mozilla_firefox_beta.broken_site_report, org_mozilla_fenix.broken_site_report, org_mozilla_fenix_nightly.broken_site_report, org_mozilla_fennec_aurora.broken_site_report).
-
-  It is used by Looker.
+  Please provide a description for the query
 owners: []
 workgroup_access:
 - role: roles/bigquery.dataViewer
diff -bur --no-dereference --new-file /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/fenix/crash/metadata.yaml /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/fenix/crash/metadata.yaml
--- /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/fenix/crash/metadata.yaml	2026-02-18 17:01:28.893674216 +0000
+++ /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/fenix/crash/metadata.yaml	2026-02-18 17:01:24.917648434 +0000
@@ -1,10 +1,6 @@
-friendly_name: App-specific view for Glean ping "crash"
+friendly_name: Crash
 description: |-
-  This a view that UNIONs the stable ping tables
-  across all channels of the Glean application "Firefox for Android"
-  (org_mozilla_firefox.crash, org_mozilla_firefox_beta.crash, org_mozilla_fenix.crash, org_mozilla_fenix_nightly.crash, org_mozilla_fennec_aurora.crash).
-
-  It is used by Looker.
+  Please provide a description for the query
 owners: []
 workgroup_access:
 - role: roles/bigquery.dataViewer
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	2026-02-18 17:01:28.974674741 +0000
+++ /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/fenix/metrics/schema.yaml	2026-02-18 17:01:25.004648998 +0000
@@ -12764,8 +12764,7 @@
       - name: value
         type: INTEGER
         mode: NULLABLE
-      description: 'Failure occurs when initializing the audio stream. (Migrated from
-        the geckoview metric of the same name).
+      description: 'Failure occurs when initializing the audio stream.
 
         '
     - name: glean_validation_pings_submitted
@@ -18285,76 +18284,6 @@
         get a human readable error for these values.  Records up to 16 codes.
 
         '
-    - name: urlclassifier_global_cache_hit
-      type: RECORD
-      mode: REPEATED
-      fields:
-      - name: key
-        type: STRING
-        mode: NULLABLE
-      - name: value
-        type: INTEGER
-        mode: NULLABLE
-      description: 'Count of top-level navigations that hit the Global Cache table.
-        Keyed by ETP mode and window type.
-
-        '
-    - name: urlclassifier_global_cache_miss
-      type: RECORD
-      mode: REPEATED
-      fields:
-      - name: key
-        type: STRING
-        mode: NULLABLE
-      - name: value
-        type: INTEGER
-        mode: NULLABLE
-      description: 'Count of top-level navigations that miss the Global Cache table.
-        Keyed by ETP mode and window type.
-
-        '
-    - name: urlclassifier_realtime_simulation_request_count
-      type: RECORD
-      mode: REPEATED
-      fields:
-      - name: key
-        type: STRING
-        mode: NULLABLE
-      - name: value
-        type: INTEGER
-        mode: NULLABLE
-      description: 'Count of simulated real-time Safe Browsing lookup requests. Keyed
-        by ETP mode and window type.
-
-        '
-    - name: urlclassifier_realtime_simulation_request_size
-      type: RECORD
-      mode: REPEATED
-      fields:
-      - name: key
-        type: STRING
-        mode: NULLABLE
-      - name: value
-        type: INTEGER
-        mode: NULLABLE
-      description: 'Total estimated data usage of simulated real-time Safe Browsing
-        lookup requests in bytes. Keyed by ETP mode and window type.
-
-        '
-    - name: urlclassifier_realtime_simulation_response_size
-      type: RECORD
-      mode: REPEATED
-      fields:
-      - name: key
-        type: STRING
-        mode: NULLABLE
-      - name: value
-        type: INTEGER
-        mode: NULLABLE
-      description: 'Total estimated data usage of simulated real-time Safe Browsing
-        lookup responses in bytes. Keyed by ETP mode and window type.
-
-        '
   - name: quantity
     type: RECORD
     mode: NULLABLE
diff -bur --no-dereference --new-file /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/fenix/metrics/view.sql /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/fenix/metrics/view.sql
--- /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/fenix/metrics/view.sql	2026-02-18 17:01:28.975674748 +0000
+++ /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/fenix/metrics/view.sql	2026-02-18 17:01:25.003648992 +0000
@@ -1092,12 +1092,7 @@
       metrics.labeled_counter.geolocation_geolocation_cache_hit,
       metrics.labeled_counter.geolocation_geolocation_service,
       metrics.labeled_counter.geolocation_linux_portal_error,
-      metrics.labeled_counter.geolocation_macos_error_code,
-      metrics.labeled_counter.urlclassifier_global_cache_hit,
-      metrics.labeled_counter.urlclassifier_global_cache_miss,
-      metrics.labeled_counter.urlclassifier_realtime_simulation_request_count,
-      metrics.labeled_counter.urlclassifier_realtime_simulation_request_size,
-      metrics.labeled_counter.urlclassifier_realtime_simulation_response_size
+      metrics.labeled_counter.geolocation_macos_error_code
     ) AS `labeled_counter`,
     STRUCT(
       metrics.quantity.gfx_adapter_primary_ram,
@@ -3168,12 +3163,7 @@
       metrics.labeled_counter.geolocation_geolocation_cache_hit,
       metrics.labeled_counter.geolocation_geolocation_service,
       metrics.labeled_counter.geolocation_linux_portal_error,
-      metrics.labeled_counter.geolocation_macos_error_code,
-      metrics.labeled_counter.urlclassifier_global_cache_hit,
-      metrics.labeled_counter.urlclassifier_global_cache_miss,
-      metrics.labeled_counter.urlclassifier_realtime_simulation_request_count,
-      metrics.labeled_counter.urlclassifier_realtime_simulation_request_size,
-      metrics.labeled_counter.urlclassifier_realtime_simulation_response_size
+      metrics.labeled_counter.geolocation_macos_error_code
     ) AS `labeled_counter`,
     STRUCT(
       metrics.quantity.gfx_adapter_primary_ram,
@@ -5264,12 +5254,7 @@
       metrics.labeled_counter.geolocation_geolocation_cache_hit,
       metrics.labeled_counter.geolocation_geolocation_service,
       metrics.labeled_counter.geolocation_linux_portal_error,
-      metrics.labeled_counter.geolocation_macos_error_code,
-      metrics.labeled_counter.urlclassifier_global_cache_hit,
-      metrics.labeled_counter.urlclassifier_global_cache_miss,
-      metrics.labeled_counter.urlclassifier_realtime_simulation_request_count,
-      metrics.labeled_counter.urlclassifier_realtime_simulation_request_size,
-      metrics.labeled_counter.urlclassifier_realtime_simulation_response_size
+      metrics.labeled_counter.geolocation_macos_error_code
     ) AS `labeled_counter`,
     STRUCT(
       metrics.quantity.gfx_adapter_primary_ram,
diff -bur --no-dereference --new-file /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/fenix/user_characteristics/schema.yaml /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/fenix/user_characteristics/schema.yaml
--- /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/fenix/user_characteristics/schema.yaml	2026-02-18 17:01:29.121675694 +0000
+++ /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/fenix/user_characteristics/schema.yaml	2026-02-18 17:01:25.034649193 +0000
@@ -1062,13 +1062,6 @@
         behaving as they generally expect non-anomalous browsers to behave.
 
         '
-    - name: characteristics_storage_quota
-      type: INTEGER
-      mode: NULLABLE
-      description: 'Storage quota in MB from StorageManager.estimate(), rounded to
-        integer. Acts as a disk-size proxy for fingerprinting entropy analysis.
-
-        '
   - name: string
     type: RECORD
     mode: NULLABLE
@@ -3124,21 +3117,6 @@
         is a JSON stringified array like: ["123.456", "789.012", ...]
 
         '
-    - name: characteristics_sdp_codec_list
-      type: STRING
-      mode: NULLABLE
-      description: 'JSON-stringified SDP codec section from RTCPeerConnection.createOffer().
-        Contains m-lines, a=rtpmap, a=fmtp, and a=rtcp-fb lines with session-specific
-        values (ICE credentials, DTLS fingerprint) stripped.
-
-        '
-    - name: characteristics_webauthn_capabilities
-      type: STRING
-      mode: NULLABLE
-      description: 'JSON-stringified dictionary from PublicKeyCredential.getClientCapabilities().
-        Contains boolean values indicating passkey and authenticator support.
-
-        '
   - name: uuid
     type: RECORD
     mode: NULLABLE
diff -bur --no-dereference --new-file /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/fenix/user_characteristics/view.sql /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/fenix/user_characteristics/view.sql
--- /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/fenix/user_characteristics/view.sql	2026-02-18 17:01:29.124675714 +0000
+++ /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/fenix/user_characteristics/view.sql	2026-02-18 17:01:25.034649193 +0000
@@ -156,8 +156,7 @@
       metrics.quantity.characteristics_wgpu_minuniformbufferoffsetalignment,
       metrics.quantity.characteristics_gl2_version_software,
       metrics.quantity.characteristics_timezone_offset_web,
-      metrics.quantity.characteristics_audio_unique_samples,
-      metrics.quantity.characteristics_storage_quota
+      metrics.quantity.characteristics_audio_unique_samples
     ) AS `quantity`,
     STRUCT(
       metrics.string.characteristics_canvasdata1,
@@ -487,9 +486,7 @@
       metrics.text2.characteristics_canvasdata9_software_raw,
       metrics.text2.characteristics_css_system_colors,
       metrics.text2.characteristics_css_system_fonts,
-      metrics.text2.characteristics_mathml_diag_values,
-      metrics.text2.characteristics_sdp_codec_list,
-      metrics.text2.characteristics_webauthn_capabilities
+      metrics.text2.characteristics_mathml_diag_values
     ) AS `text2`,
     STRUCT(metrics.uuid.characteristics_client_identifier) AS `uuid`
   ) AS `metrics`,
@@ -657,8 +654,7 @@
       metrics.quantity.characteristics_wgpu_minuniformbufferoffsetalignment,
       metrics.quantity.characteristics_gl2_version_software,
       metrics.quantity.characteristics_timezone_offset_web,
-      metrics.quantity.characteristics_audio_unique_samples,
-      metrics.quantity.characteristics_storage_quota
+      metrics.quantity.characteristics_audio_unique_samples
     ) AS `quantity`,
     STRUCT(
       metrics.string.characteristics_canvasdata1,
@@ -988,9 +984,7 @@
       metrics.text2.characteristics_canvasdata9_software_raw,
       metrics.text2.characteristics_css_system_colors,
       metrics.text2.characteristics_css_system_fonts,
-      metrics.text2.characteristics_mathml_diag_values,
-      metrics.text2.characteristics_sdp_codec_list,
-      metrics.text2.characteristics_webauthn_capabilities
+      metrics.text2.characteristics_mathml_diag_values
     ) AS `text2`,
     STRUCT(metrics.uuid.characteristics_client_identifier) AS `uuid`
   ) AS `metrics`,
@@ -1158,8 +1152,7 @@
       metrics.quantity.characteristics_wgpu_minuniformbufferoffsetalignment,
       metrics.quantity.characteristics_gl2_version_software,
       metrics.quantity.characteristics_timezone_offset_web,
-      metrics.quantity.characteristics_audio_unique_samples,
-      metrics.quantity.characteristics_storage_quota
+      metrics.quantity.characteristics_audio_unique_samples
     ) AS `quantity`,
     STRUCT(
       metrics.string.characteristics_canvasdata1,
@@ -1489,9 +1482,7 @@
       metrics.text2.characteristics_canvasdata9_software_raw,
       metrics.text2.characteristics_css_system_colors,
       metrics.text2.characteristics_css_system_fonts,
-      metrics.text2.characteristics_mathml_diag_values,
-      metrics.text2.characteristics_sdp_codec_list,
-      metrics.text2.characteristics_webauthn_capabilities
+      metrics.text2.characteristics_mathml_diag_values
     ) AS `text2`,
     STRUCT(metrics.uuid.characteristics_client_identifier) AS `uuid`
   ) AS `metrics`,
@@ -1659,8 +1650,7 @@
       metrics.quantity.characteristics_wgpu_minuniformbufferoffsetalignment,
       metrics.quantity.characteristics_gl2_version_software,
       metrics.quantity.characteristics_timezone_offset_web,
-      metrics.quantity.characteristics_audio_unique_samples,
-      metrics.quantity.characteristics_storage_quota
+      metrics.quantity.characteristics_audio_unique_samples
     ) AS `quantity`,
     STRUCT(
       metrics.string.characteristics_canvasdata1,
@@ -1990,9 +1980,7 @@
       metrics.text2.characteristics_canvasdata9_software_raw,
       metrics.text2.characteristics_css_system_colors,
       metrics.text2.characteristics_css_system_fonts,
-      metrics.text2.characteristics_mathml_diag_values,
-      metrics.text2.characteristics_sdp_codec_list,
-      metrics.text2.characteristics_webauthn_capabilities
+      metrics.text2.characteristics_mathml_diag_values
     ) AS `text2`,
     STRUCT(metrics.uuid.characteristics_client_identifier) AS `uuid`
   ) AS `metrics`,
@@ -2160,8 +2148,7 @@
       metrics.quantity.characteristics_wgpu_minuniformbufferoffsetalignment,
       metrics.quantity.characteristics_gl2_version_software,
       metrics.quantity.characteristics_timezone_offset_web,
-      metrics.quantity.characteristics_audio_unique_samples,
-      metrics.quantity.characteristics_storage_quota
+      metrics.quantity.characteristics_audio_unique_samples
     ) AS `quantity`,
     STRUCT(
       metrics.string.characteristics_canvasdata1,
@@ -2491,9 +2478,7 @@
       metrics.text2.characteristics_canvasdata9_software_raw,
       metrics.text2.characteristics_css_system_colors,
       metrics.text2.characteristics_css_system_fonts,
-      metrics.text2.characteristics_mathml_diag_values,
-      metrics.text2.characteristics_sdp_codec_list,
-      metrics.text2.characteristics_webauthn_capabilities
+      metrics.text2.characteristics_mathml_diag_values
     ) AS `text2`,
     STRUCT(metrics.uuid.characteristics_client_identifier) AS `uuid`
   ) AS `metrics`,
diff -bur --no-dereference --new-file /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/firefox_crashreporter/crash/metadata.yaml /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/firefox_crashreporter/crash/metadata.yaml
--- /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/firefox_crashreporter/crash/metadata.yaml	2026-02-18 17:01:29.115675656 +0000
+++ /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/firefox_crashreporter/crash/metadata.yaml	2026-02-18 17:01:25.146649919 +0000
@@ -1,14 +1,6 @@
-friendly_name: Historical Pings for `firefox-crashreporter/crash`
+friendly_name: Crash
 description: |-
-  A historical view of pings sent for the
-  `firefox-crashreporter/crash`
-  document type.
-
-  This view is guaranteed to contain only complete days
-  (per `submission_timestamp`)
-  and to contain only one row per distinct `document_id` within a given date.
-
-  Clustering fields: `normalized_channel`, `sample_id`
+  Please provide a description for the query
 owners: []
 labels:
   authorized: true
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	2026-02-18 17:01:29.092675506 +0000
+++ /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/firefox_crashreporter_derived/event_monitoring_live_v1/materialized_view.sql	2026-02-18 17:01:25.138649867 +0000
@@ -53,7 +53,7 @@
 FROM
   combined
 WHERE
-  DATE(submission_timestamp) >= "2026-02-18"
+  DATE(submission_timestamp) >= "2026-02-17"
 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/broken_site_report/metadata.yaml /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/firefox_desktop/broken_site_report/metadata.yaml
--- /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/firefox_desktop/broken_site_report/metadata.yaml	2026-02-18 17:01:29.116675662 +0000
+++ /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/firefox_desktop/broken_site_report/metadata.yaml	2026-02-18 17:01:25.147649926 +0000
@@ -1,14 +1,6 @@
-friendly_name: Historical Pings for `firefox-desktop/broken-site-report`
+friendly_name: Broken Site Report
 description: |-
-  A historical view of pings sent for the
-  `firefox-desktop/broken-site-report`
-  document type.
-
-  This view is guaranteed to contain only complete days
-  (per `submission_timestamp`)
-  and to contain only one row per distinct `document_id` within a given date.
-
-  Clustering fields: `normalized_channel`, `sample_id`
+  Please provide a description for the query
 owners: []
 labels:
   authorized: true
diff -bur --no-dereference --new-file /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/firefox_desktop/crash/metadata.yaml /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/firefox_desktop/crash/metadata.yaml
--- /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/firefox_desktop/crash/metadata.yaml	2026-02-18 17:01:29.116675662 +0000
+++ /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/firefox_desktop/crash/metadata.yaml	2026-02-18 17:01:25.147649926 +0000
@@ -1,14 +1,6 @@
-friendly_name: Historical Pings for `firefox-desktop/crash`
+friendly_name: Crash
 description: |-
-  A historical view of pings sent for the
-  `firefox-desktop/crash`
-  document type.
-
-  This view is guaranteed to contain only complete days
-  (per `submission_timestamp`)
-  and to contain only one row per distinct `document_id` within a given date.
-
-  Clustering fields: `normalized_channel`, `sample_id`
+  Please provide a description for the query
 owners: []
 labels:
   authorized: true
diff -bur --no-dereference --new-file /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/firefox_desktop/metrics/schema.yaml /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/firefox_desktop/metrics/schema.yaml
--- /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/firefox_desktop/metrics/schema.yaml	2026-02-18 17:01:29.223676356 +0000
+++ /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/firefox_desktop/metrics/schema.yaml	2026-02-18 17:01:25.244650555 +0000
@@ -12350,76 +12350,6 @@
       description: "Records counts of SERP pages with adverts displayed where the\
         \ search was started from the AI window assistant. The key format is \u2018\
         <provider>:<tagged|organic>\u2019. See https://firefox-source-docs.mozilla.org/browser/search/telemetry.html#browser-search-content\n"
-    - name: urlclassifier_global_cache_hit
-      type: RECORD
-      mode: REPEATED
-      fields:
-      - name: key
-        type: STRING
-        mode: NULLABLE
-      - name: value
-        type: INTEGER
-        mode: NULLABLE
-      description: 'Count of top-level navigations that hit the Global Cache table.
-        Keyed by ETP mode and window type.
-
-        '
-    - name: urlclassifier_global_cache_miss
-      type: RECORD
-      mode: REPEATED
-      fields:
-      - name: key
-        type: STRING
-        mode: NULLABLE
-      - name: value
-        type: INTEGER
-        mode: NULLABLE
-      description: 'Count of top-level navigations that miss the Global Cache table.
-        Keyed by ETP mode and window type.
-
-        '
-    - name: urlclassifier_realtime_simulation_request_count
-      type: RECORD
-      mode: REPEATED
-      fields:
-      - name: key
-        type: STRING
-        mode: NULLABLE
-      - name: value
-        type: INTEGER
-        mode: NULLABLE
-      description: 'Count of simulated real-time Safe Browsing lookup requests. Keyed
-        by ETP mode and window type.
-
-        '
-    - name: urlclassifier_realtime_simulation_request_size
-      type: RECORD
-      mode: REPEATED
-      fields:
-      - name: key
-        type: STRING
-        mode: NULLABLE
-      - name: value
-        type: INTEGER
-        mode: NULLABLE
-      description: 'Total estimated data usage of simulated real-time Safe Browsing
-        lookup requests in bytes. Keyed by ETP mode and window type.
-
-        '
-    - name: urlclassifier_realtime_simulation_response_size
-      type: RECORD
-      mode: REPEATED
-      fields:
-      - name: key
-        type: STRING
-        mode: NULLABLE
-      - name: value
-        type: INTEGER
-        mode: NULLABLE
-      description: 'Total estimated data usage of simulated real-time Safe Browsing
-        lookup responses in bytes. Keyed by ETP mode and window type.
-
-        '
   - name: memory_distribution
     type: RECORD
     mode: NULLABLE
diff -bur --no-dereference --new-file /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/firefox_desktop/newtab/metadata.yaml /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/firefox_desktop/newtab/metadata.yaml
--- /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/firefox_desktop/newtab/metadata.yaml	2026-02-18 17:01:29.173676032 +0000
+++ /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/firefox_desktop/newtab/metadata.yaml	2026-02-18 17:01:25.200650269 +0000
@@ -1,14 +1,6 @@
-friendly_name: Historical Pings for `firefox-desktop/newtab`
+friendly_name: Newtab
 description: |-
-  A historical view of pings sent for the
-  `firefox-desktop/newtab`
-  document type.
-
-  This view is guaranteed to contain only complete days
-  (per `submission_timestamp`)
-  and to contain only one row per distinct `document_id` within a given date.
-
-  Clustering fields: `normalized_channel`, `sample_id`
+  Please provide a description for the query
 owners: []
 workgroup_access:
 - role: roles/bigquery.dataViewer
diff -bur --no-dereference --new-file /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/firefox_desktop/user_characteristics/schema.yaml /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/firefox_desktop/user_characteristics/schema.yaml
--- /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/firefox_desktop/user_characteristics/schema.yaml	2026-02-18 17:01:29.221676343 +0000
+++ /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/firefox_desktop/user_characteristics/schema.yaml	2026-02-18 17:01:25.243650548 +0000
@@ -1054,13 +1054,6 @@
         behaving as they generally expect non-anomalous browsers to behave.
 
         '
-    - name: characteristics_storage_quota
-      type: INTEGER
-      mode: NULLABLE
-      description: 'Storage quota in MB from StorageManager.estimate(), rounded to
-        integer. Acts as a disk-size proxy for fingerprinting entropy analysis.
-
-        '
   - name: string
     type: RECORD
     mode: NULLABLE
@@ -3116,21 +3109,6 @@
         is a JSON stringified array like: ["123.456", "789.012", ...]
 
         '
-    - name: characteristics_sdp_codec_list
-      type: STRING
-      mode: NULLABLE
-      description: 'JSON-stringified SDP codec section from RTCPeerConnection.createOffer().
-        Contains m-lines, a=rtpmap, a=fmtp, and a=rtcp-fb lines with session-specific
-        values (ICE credentials, DTLS fingerprint) stripped.
-
-        '
-    - name: characteristics_webauthn_capabilities
-      type: STRING
-      mode: NULLABLE
-      description: 'JSON-stringified dictionary from PublicKeyCredential.getClientCapabilities().
-        Contains boolean values indicating passkey and authenticator support.
-
-        '
   - name: uuid
     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	2026-02-18 17:01:29.205676239 +0000
+++ /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/firefox_desktop_background_defaultagent_derived/event_monitoring_live_v1/materialized_view.sql	2026-02-18 17:01:25.221650405 +0000
@@ -53,7 +53,7 @@
 FROM
   combined
 WHERE
-  DATE(submission_timestamp) >= "2026-02-18"
+  DATE(submission_timestamp) >= "2026-02-17"
 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	2026-02-18 17:01:29.199676200 +0000
+++ /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/firefox_desktop_background_tasks_derived/event_monitoring_live_v1/materialized_view.sql	2026-02-18 17:01:25.223650418 +0000
@@ -86,7 +86,7 @@
 FROM
   combined
 WHERE
-  DATE(submission_timestamp) >= "2026-02-18"
+  DATE(submission_timestamp) >= "2026-02-17"
 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/metrics/schema.yaml /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/firefox_desktop_background_update/metrics/schema.yaml
--- /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/firefox_desktop_background_update/metrics/schema.yaml	2026-02-18 17:01:29.468677944 +0000
+++ /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/firefox_desktop_background_update/metrics/schema.yaml	2026-02-18 17:01:25.492652163 +0000
@@ -7879,76 +7879,6 @@
         get a human readable error for these values.  Records up to 16 codes.
 
         '
-    - name: urlclassifier_global_cache_hit
-      type: RECORD
-      mode: REPEATED
-      fields:
-      - name: key
-        type: STRING
-        mode: NULLABLE
-      - name: value
-        type: INTEGER
-        mode: NULLABLE
-      description: 'Count of top-level navigations that hit the Global Cache table.
-        Keyed by ETP mode and window type.
-
-        '
-    - name: urlclassifier_global_cache_miss
-      type: RECORD
-      mode: REPEATED
-      fields:
-      - name: key
-        type: STRING
-        mode: NULLABLE
-      - name: value
-        type: INTEGER
-        mode: NULLABLE
-      description: 'Count of top-level navigations that miss the Global Cache table.
-        Keyed by ETP mode and window type.
-
-        '
-    - name: urlclassifier_realtime_simulation_request_count
-      type: RECORD
-      mode: REPEATED
-      fields:
-      - name: key
-        type: STRING
-        mode: NULLABLE
-      - name: value
-        type: INTEGER
-        mode: NULLABLE
-      description: 'Count of simulated real-time Safe Browsing lookup requests. Keyed
-        by ETP mode and window type.
-
-        '
-    - name: urlclassifier_realtime_simulation_request_size
-      type: RECORD
-      mode: REPEATED
-      fields:
-      - name: key
-        type: STRING
-        mode: NULLABLE
-      - name: value
-        type: INTEGER
-        mode: NULLABLE
-      description: 'Total estimated data usage of simulated real-time Safe Browsing
-        lookup requests in bytes. Keyed by ETP mode and window type.
-
-        '
-    - name: urlclassifier_realtime_simulation_response_size
-      type: RECORD
-      mode: REPEATED
-      fields:
-      - name: key
-        type: STRING
-        mode: NULLABLE
-      - name: value
-        type: INTEGER
-        mode: NULLABLE
-      description: 'Total estimated data usage of simulated real-time Safe Browsing
-        lookup responses in bytes. Keyed by ETP mode and window type.
-
-        '
   - name: memory_distribution
     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/user_characteristics/schema.yaml /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/firefox_desktop_background_update/user_characteristics/schema.yaml
--- /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/firefox_desktop_background_update/user_characteristics/schema.yaml	2026-02-18 17:01:29.465677924 +0000
+++ /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/firefox_desktop_background_update/user_characteristics/schema.yaml	2026-02-18 17:01:25.489652143 +0000
@@ -1054,13 +1054,6 @@
         behaving as they generally expect non-anomalous browsers to behave.
 
         '
-    - name: characteristics_storage_quota
-      type: INTEGER
-      mode: NULLABLE
-      description: 'Storage quota in MB from StorageManager.estimate(), rounded to
-        integer. Acts as a disk-size proxy for fingerprinting entropy analysis.
-
-        '
   - name: string
     type: RECORD
     mode: NULLABLE
@@ -3116,21 +3109,6 @@
         is a JSON stringified array like: ["123.456", "789.012", ...]
 
         '
-    - name: characteristics_sdp_codec_list
-      type: STRING
-      mode: NULLABLE
-      description: 'JSON-stringified SDP codec section from RTCPeerConnection.createOffer().
-        Contains m-lines, a=rtpmap, a=fmtp, and a=rtcp-fb lines with session-specific
-        values (ICE credentials, DTLS fingerprint) stripped.
-
-        '
-    - name: characteristics_webauthn_capabilities
-      type: STRING
-      mode: NULLABLE
-      description: 'JSON-stringified dictionary from PublicKeyCredential.getClientCapabilities().
-        Contains boolean values indicating passkey and authenticator support.
-
-        '
   - name: uuid
     type: RECORD
     mode: NULLABLE
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	2026-02-18 17:01:29.421677639 +0000
+++ /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/firefox_desktop_derived/event_monitoring_live_v1/materialized_view.sql	2026-02-18 17:01:25.419651689 +0000
@@ -392,7 +392,7 @@
 FROM
   combined
 WHERE
-  DATE(submission_timestamp) >= "2026-02-18"
+  DATE(submission_timestamp) >= "2026-02-17"
 GROUP BY
   submission_date,
   window_start,
diff -bur --no-dereference --new-file /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/firefox_installer/install/schema.yaml /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/firefox_installer/install/schema.yaml
--- /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/firefox_installer/install/schema.yaml	2026-02-18 17:01:29.423677651 +0000
+++ /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/firefox_installer/install/schema.yaml	2026-02-18 17:01:25.453651910 +0000
@@ -426,10 +426,6 @@
   mode: NULLABLE
   description: Program that launched the installer, according to the /LaunchedBy command-line
     argument
-- name: download_requests_blocked_by_server
-  type: INTEGER
-  mode: NULLABLE
-  description: Number of download requests blocked by the server
 - name: funnel_derived
   type: STRING
   mode: NULLABLE
diff -bur --no-dereference --new-file /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/focus_android/metrics/schema.yaml /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/focus_android/metrics/schema.yaml
--- /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/focus_android/metrics/schema.yaml	2026-02-18 17:01:29.477678002 +0000
+++ /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/focus_android/metrics/schema.yaml	2026-02-18 17:01:25.508652266 +0000
@@ -8133,76 +8133,6 @@
         get a human readable error for these values.  Records up to 16 codes.
 
         '
-    - name: urlclassifier_global_cache_hit
-      type: RECORD
-      mode: REPEATED
-      fields:
-      - name: key
-        type: STRING
-        mode: NULLABLE
-      - name: value
-        type: INTEGER
-        mode: NULLABLE
-      description: 'Count of top-level navigations that hit the Global Cache table.
-        Keyed by ETP mode and window type.
-
-        '
-    - name: urlclassifier_global_cache_miss
-      type: RECORD
-      mode: REPEATED
-      fields:
-      - name: key
-        type: STRING
-        mode: NULLABLE
-      - name: value
-        type: INTEGER
-        mode: NULLABLE
-      description: 'Count of top-level navigations that miss the Global Cache table.
-        Keyed by ETP mode and window type.
-
-        '
-    - name: urlclassifier_realtime_simulation_request_count
-      type: RECORD
-      mode: REPEATED
-      fields:
-      - name: key
-        type: STRING
-        mode: NULLABLE
-      - name: value
-        type: INTEGER
-        mode: NULLABLE
-      description: 'Count of simulated real-time Safe Browsing lookup requests. Keyed
-        by ETP mode and window type.
-
-        '
-    - name: urlclassifier_realtime_simulation_request_size
-      type: RECORD
-      mode: REPEATED
-      fields:
-      - name: key
-        type: STRING
-        mode: NULLABLE
-      - name: value
-        type: INTEGER
-        mode: NULLABLE
-      description: 'Total estimated data usage of simulated real-time Safe Browsing
-        lookup requests in bytes. Keyed by ETP mode and window type.
-
-        '
-    - name: urlclassifier_realtime_simulation_response_size
-      type: RECORD
-      mode: REPEATED
-      fields:
-      - name: key
-        type: STRING
-        mode: NULLABLE
-      - name: value
-        type: INTEGER
-        mode: NULLABLE
-      description: 'Total estimated data usage of simulated real-time Safe Browsing
-        lookup responses in bytes. Keyed by ETP mode and window type.
-
-        '
   - name: memory_distribution
     type: RECORD
     mode: NULLABLE
diff -bur --no-dereference --new-file /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/focus_android/metrics/view.sql /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/focus_android/metrics/view.sql
--- /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/focus_android/metrics/view.sql	2026-02-18 17:01:29.492678099 +0000
+++ /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/focus_android/metrics/view.sql	2026-02-18 17:01:25.509652273 +0000
@@ -666,12 +666,7 @@
       metrics.labeled_counter.geolocation_geolocation_cache_hit,
       metrics.labeled_counter.geolocation_geolocation_service,
       metrics.labeled_counter.geolocation_linux_portal_error,
-      metrics.labeled_counter.geolocation_macos_error_code,
-      metrics.labeled_counter.urlclassifier_global_cache_hit,
-      metrics.labeled_counter.urlclassifier_global_cache_miss,
-      metrics.labeled_counter.urlclassifier_realtime_simulation_request_count,
-      metrics.labeled_counter.urlclassifier_realtime_simulation_request_size,
-      metrics.labeled_counter.urlclassifier_realtime_simulation_response_size
+      metrics.labeled_counter.geolocation_macos_error_code
     ) AS `labeled_counter`,
     STRUCT(
       metrics.memory_distribution.glean_database_size,
@@ -2493,12 +2488,7 @@
       metrics.labeled_counter.geolocation_geolocation_cache_hit,
       metrics.labeled_counter.geolocation_geolocation_service,
       metrics.labeled_counter.geolocation_linux_portal_error,
-      metrics.labeled_counter.geolocation_macos_error_code,
-      metrics.labeled_counter.urlclassifier_global_cache_hit,
-      metrics.labeled_counter.urlclassifier_global_cache_miss,
-      metrics.labeled_counter.urlclassifier_realtime_simulation_request_count,
-      metrics.labeled_counter.urlclassifier_realtime_simulation_request_size,
-      metrics.labeled_counter.urlclassifier_realtime_simulation_response_size
+      metrics.labeled_counter.geolocation_macos_error_code
     ) AS `labeled_counter`,
     STRUCT(
       metrics.memory_distribution.glean_database_size,
@@ -4320,12 +4310,7 @@
       metrics.labeled_counter.geolocation_geolocation_cache_hit,
       metrics.labeled_counter.geolocation_geolocation_service,
       metrics.labeled_counter.geolocation_linux_portal_error,
-      metrics.labeled_counter.geolocation_macos_error_code,
-      metrics.labeled_counter.urlclassifier_global_cache_hit,
-      metrics.labeled_counter.urlclassifier_global_cache_miss,
-      metrics.labeled_counter.urlclassifier_realtime_simulation_request_count,
-      metrics.labeled_counter.urlclassifier_realtime_simulation_request_size,
-      metrics.labeled_counter.urlclassifier_realtime_simulation_response_size
+      metrics.labeled_counter.geolocation_macos_error_code
     ) AS `labeled_counter`,
     STRUCT(
       metrics.memory_distribution.glean_database_size,
diff -bur --no-dereference --new-file /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/focus_android/user_characteristics/schema.yaml /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/focus_android/user_characteristics/schema.yaml
--- /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/focus_android/user_characteristics/schema.yaml	2026-02-18 17:01:29.632679008 +0000
+++ /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/focus_android/user_characteristics/schema.yaml	2026-02-18 17:01:25.646653161 +0000
@@ -1062,13 +1062,6 @@
         behaving as they generally expect non-anomalous browsers to behave.
 
         '
-    - name: characteristics_storage_quota
-      type: INTEGER
-      mode: NULLABLE
-      description: 'Storage quota in MB from StorageManager.estimate(), rounded to
-        integer. Acts as a disk-size proxy for fingerprinting entropy analysis.
-
-        '
   - name: string
     type: RECORD
     mode: NULLABLE
@@ -3124,21 +3117,6 @@
         is a JSON stringified array like: ["123.456", "789.012", ...]
 
         '
-    - name: characteristics_sdp_codec_list
-      type: STRING
-      mode: NULLABLE
-      description: 'JSON-stringified SDP codec section from RTCPeerConnection.createOffer().
-        Contains m-lines, a=rtpmap, a=fmtp, and a=rtcp-fb lines with session-specific
-        values (ICE credentials, DTLS fingerprint) stripped.
-
-        '
-    - name: characteristics_webauthn_capabilities
-      type: STRING
-      mode: NULLABLE
-      description: 'JSON-stringified dictionary from PublicKeyCredential.getClientCapabilities().
-        Contains boolean values indicating passkey and authenticator support.
-
-        '
   - name: uuid
     type: RECORD
     mode: NULLABLE
diff -bur --no-dereference --new-file /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/focus_android/user_characteristics/view.sql /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/focus_android/user_characteristics/view.sql
--- /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/focus_android/user_characteristics/view.sql	2026-02-18 17:01:29.629678988 +0000
+++ /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/focus_android/user_characteristics/view.sql	2026-02-18 17:01:25.643653142 +0000
@@ -154,8 +154,7 @@
       metrics.quantity.characteristics_wgpu_minuniformbufferoffsetalignment,
       metrics.quantity.characteristics_gl2_version_software,
       metrics.quantity.characteristics_timezone_offset_web,
-      metrics.quantity.characteristics_audio_unique_samples,
-      metrics.quantity.characteristics_storage_quota
+      metrics.quantity.characteristics_audio_unique_samples
     ) AS `quantity`,
     STRUCT(
       metrics.string.characteristics_canvasdata1,
@@ -485,9 +484,7 @@
       metrics.text2.characteristics_canvasdata9_software_raw,
       metrics.text2.characteristics_css_system_colors,
       metrics.text2.characteristics_css_system_fonts,
-      metrics.text2.characteristics_mathml_diag_values,
-      metrics.text2.characteristics_sdp_codec_list,
-      metrics.text2.characteristics_webauthn_capabilities
+      metrics.text2.characteristics_mathml_diag_values
     ) AS `text2`,
     STRUCT(metrics.uuid.characteristics_client_identifier) AS `uuid`
   ) AS `metrics`,
@@ -653,8 +650,7 @@
       metrics.quantity.characteristics_wgpu_minuniformbufferoffsetalignment,
       metrics.quantity.characteristics_gl2_version_software,
       metrics.quantity.characteristics_timezone_offset_web,
-      metrics.quantity.characteristics_audio_unique_samples,
-      metrics.quantity.characteristics_storage_quota
+      metrics.quantity.characteristics_audio_unique_samples
     ) AS `quantity`,
     STRUCT(
       metrics.string.characteristics_canvasdata1,
@@ -984,9 +980,7 @@
       metrics.text2.characteristics_canvasdata9_software_raw,
       metrics.text2.characteristics_css_system_colors,
       metrics.text2.characteristics_css_system_fonts,
-      metrics.text2.characteristics_mathml_diag_values,
-      metrics.text2.characteristics_sdp_codec_list,
-      metrics.text2.characteristics_webauthn_capabilities
+      metrics.text2.characteristics_mathml_diag_values
     ) AS `text2`,
     STRUCT(metrics.uuid.characteristics_client_identifier) AS `uuid`
   ) AS `metrics`,
@@ -1152,8 +1146,7 @@
       metrics.quantity.characteristics_wgpu_minuniformbufferoffsetalignment,
       metrics.quantity.characteristics_gl2_version_software,
       metrics.quantity.characteristics_timezone_offset_web,
-      metrics.quantity.characteristics_audio_unique_samples,
-      metrics.quantity.characteristics_storage_quota
+      metrics.quantity.characteristics_audio_unique_samples
     ) AS `quantity`,
     STRUCT(
       metrics.string.characteristics_canvasdata1,
@@ -1483,9 +1476,7 @@
       metrics.text2.characteristics_canvasdata9_software_raw,
       metrics.text2.characteristics_css_system_colors,
       metrics.text2.characteristics_css_system_fonts,
-      metrics.text2.characteristics_mathml_diag_values,
-      metrics.text2.characteristics_sdp_codec_list,
-      metrics.text2.characteristics_webauthn_capabilities
+      metrics.text2.characteristics_mathml_diag_values
     ) AS `text2`,
     STRUCT(metrics.uuid.characteristics_client_identifier) AS `uuid`
   ) AS `metrics`,
diff -bur --no-dereference --new-file /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/glam_derived/event_monitoring_live_v1/materialized_view.sql /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/glam_derived/event_monitoring_live_v1/materialized_view.sql
--- /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/glam_derived/event_monitoring_live_v1/materialized_view.sql	2026-02-18 17:01:29.591678742 +0000
+++ /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/glam_derived/event_monitoring_live_v1/materialized_view.sql	2026-02-18 17:01:25.621652999 +0000
@@ -53,7 +53,7 @@
 FROM
   combined
 WHERE
-  DATE(submission_timestamp) >= "2026-02-18"
+  DATE(submission_timestamp) >= "2026-02-17"
 GROUP BY
   submission_date,
   window_start,
diff -bur --no-dereference --new-file /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/glean_dictionary_derived/event_monitoring_live_v1/materialized_view.sql /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/glean_dictionary_derived/event_monitoring_live_v1/materialized_view.sql
--- /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/glean_dictionary_derived/event_monitoring_live_v1/materialized_view.sql	2026-02-18 17:01:29.592678749 +0000
+++ /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/glean_dictionary_derived/event_monitoring_live_v1/materialized_view.sql	2026-02-18 17:01:25.608652915 +0000
@@ -53,7 +53,7 @@
 FROM
   combined
 WHERE
-  DATE(submission_timestamp) >= "2026-02-18"
+  DATE(submission_timestamp) >= "2026-02-17"
 GROUP BY
   submission_date,
   window_start,
diff -bur --no-dereference --new-file /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/gleanjs_docs_derived/event_monitoring_live_v1/materialized_view.sql /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/gleanjs_docs_derived/event_monitoring_live_v1/materialized_view.sql
--- /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/gleanjs_docs_derived/event_monitoring_live_v1/materialized_view.sql	2026-02-18 17:01:29.593678755 +0000
+++ /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/gleanjs_docs_derived/event_monitoring_live_v1/materialized_view.sql	2026-02-18 17:01:25.609652921 +0000
@@ -53,7 +53,7 @@
 FROM
   combined
 WHERE
-  DATE(submission_timestamp) >= "2026-02-18"
+  DATE(submission_timestamp) >= "2026-02-17"
 GROUP BY
   submission_date,
   window_start,
diff -bur --no-dereference --new-file /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/klar_android/metrics/schema.yaml /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/klar_android/metrics/schema.yaml
--- /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/klar_android/metrics/schema.yaml	2026-02-18 17:01:30.065681816 +0000
+++ /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/klar_android/metrics/schema.yaml	2026-02-18 17:01:26.027655632 +0000
@@ -8133,76 +8133,6 @@
         get a human readable error for these values.  Records up to 16 codes.
 
         '
-    - name: urlclassifier_global_cache_hit
-      type: RECORD
-      mode: REPEATED
-      fields:
-      - name: key
-        type: STRING
-        mode: NULLABLE
-      - name: value
-        type: INTEGER
-        mode: NULLABLE
-      description: 'Count of top-level navigations that hit the Global Cache table.
-        Keyed by ETP mode and window type.
-
-        '
-    - name: urlclassifier_global_cache_miss
-      type: RECORD
-      mode: REPEATED
-      fields:
-      - name: key
-        type: STRING
-        mode: NULLABLE
-      - name: value
-        type: INTEGER
-        mode: NULLABLE
-      description: 'Count of top-level navigations that miss the Global Cache table.
-        Keyed by ETP mode and window type.
-
-        '
-    - name: urlclassifier_realtime_simulation_request_count
-      type: RECORD
-      mode: REPEATED
-      fields:
-      - name: key
-        type: STRING
-        mode: NULLABLE
-      - name: value
-        type: INTEGER
-        mode: NULLABLE
-      description: 'Count of simulated real-time Safe Browsing lookup requests. Keyed
-        by ETP mode and window type.
-
-        '
-    - name: urlclassifier_realtime_simulation_request_size
-      type: RECORD
-      mode: REPEATED
-      fields:
-      - name: key
-        type: STRING
-        mode: NULLABLE
-      - name: value
-        type: INTEGER
-        mode: NULLABLE
-      description: 'Total estimated data usage of simulated real-time Safe Browsing
-        lookup requests in bytes. Keyed by ETP mode and window type.
-
-        '
-    - name: urlclassifier_realtime_simulation_response_size
-      type: RECORD
-      mode: REPEATED
-      fields:
-      - name: key
-        type: STRING
-        mode: NULLABLE
-      - name: value
-        type: INTEGER
-        mode: NULLABLE
-      description: 'Total estimated data usage of simulated real-time Safe Browsing
-        lookup responses in bytes. Keyed by ETP mode and window type.
-
-        '
   - name: memory_distribution
     type: RECORD
     mode: NULLABLE
diff -bur --no-dereference --new-file /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/klar_android/metrics/view.sql /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/klar_android/metrics/view.sql
--- /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/klar_android/metrics/view.sql	2026-02-18 17:01:30.054681744 +0000
+++ /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/klar_android/metrics/view.sql	2026-02-18 17:01:26.017655567 +0000
@@ -666,12 +666,7 @@
       metrics.labeled_counter.geolocation_geolocation_cache_hit,
       metrics.labeled_counter.geolocation_geolocation_service,
       metrics.labeled_counter.geolocation_linux_portal_error,
-      metrics.labeled_counter.geolocation_macos_error_code,
-      metrics.labeled_counter.urlclassifier_global_cache_hit,
-      metrics.labeled_counter.urlclassifier_global_cache_miss,
-      metrics.labeled_counter.urlclassifier_realtime_simulation_request_count,
-      metrics.labeled_counter.urlclassifier_realtime_simulation_request_size,
-      metrics.labeled_counter.urlclassifier_realtime_simulation_response_size
+      metrics.labeled_counter.geolocation_macos_error_code
     ) AS `labeled_counter`,
     STRUCT(
       metrics.memory_distribution.glean_database_size,
diff -bur --no-dereference --new-file /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/klar_android/user_characteristics/schema.yaml /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/klar_android/user_characteristics/schema.yaml
--- /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/klar_android/user_characteristics/schema.yaml	2026-02-18 17:01:30.063681803 +0000
+++ /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/klar_android/user_characteristics/schema.yaml	2026-02-18 17:01:26.025655619 +0000
@@ -1062,13 +1062,6 @@
         behaving as they generally expect non-anomalous browsers to behave.
 
         '
-    - name: characteristics_storage_quota
-      type: INTEGER
-      mode: NULLABLE
-      description: 'Storage quota in MB from StorageManager.estimate(), rounded to
-        integer. Acts as a disk-size proxy for fingerprinting entropy analysis.
-
-        '
   - name: string
     type: RECORD
     mode: NULLABLE
@@ -3124,21 +3117,6 @@
         is a JSON stringified array like: ["123.456", "789.012", ...]
 
         '
-    - name: characteristics_sdp_codec_list
-      type: STRING
-      mode: NULLABLE
-      description: 'JSON-stringified SDP codec section from RTCPeerConnection.createOffer().
-        Contains m-lines, a=rtpmap, a=fmtp, and a=rtcp-fb lines with session-specific
-        values (ICE credentials, DTLS fingerprint) stripped.
-
-        '
-    - name: characteristics_webauthn_capabilities
-      type: STRING
-      mode: NULLABLE
-      description: 'JSON-stringified dictionary from PublicKeyCredential.getClientCapabilities().
-        Contains boolean values indicating passkey and authenticator support.
-
-        '
   - name: uuid
     type: RECORD
     mode: NULLABLE
diff -bur --no-dereference --new-file /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/klar_android/user_characteristics/view.sql /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/klar_android/user_characteristics/view.sql
--- /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/klar_android/user_characteristics/view.sql	2026-02-18 17:01:29.994681355 +0000
+++ /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/klar_android/user_characteristics/view.sql	2026-02-18 17:01:25.968655249 +0000
@@ -154,8 +154,7 @@
       metrics.quantity.characteristics_wgpu_minuniformbufferoffsetalignment,
       metrics.quantity.characteristics_gl2_version_software,
       metrics.quantity.characteristics_timezone_offset_web,
-      metrics.quantity.characteristics_audio_unique_samples,
-      metrics.quantity.characteristics_storage_quota
+      metrics.quantity.characteristics_audio_unique_samples
     ) AS `quantity`,
     STRUCT(
       metrics.string.characteristics_canvasdata1,
@@ -485,9 +484,7 @@
       metrics.text2.characteristics_canvasdata9_software_raw,
       metrics.text2.characteristics_css_system_colors,
       metrics.text2.characteristics_css_system_fonts,
-      metrics.text2.characteristics_mathml_diag_values,
-      metrics.text2.characteristics_sdp_codec_list,
-      metrics.text2.characteristics_webauthn_capabilities
+      metrics.text2.characteristics_mathml_diag_values
     ) AS `text2`,
     STRUCT(metrics.uuid.characteristics_client_identifier) AS `uuid`
   ) AS `metrics`,
diff -bur --no-dereference --new-file /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/mdn_fred_derived/event_monitoring_live_v1/materialized_view.sql /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/mdn_fred_derived/event_monitoring_live_v1/materialized_view.sql
--- /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/mdn_fred_derived/event_monitoring_live_v1/materialized_view.sql	2026-02-18 17:01:30.043681673 +0000
+++ /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/mdn_fred_derived/event_monitoring_live_v1/materialized_view.sql	2026-02-18 17:01:25.906654847 +0000
@@ -53,7 +53,7 @@
 FROM
   combined
 WHERE
-  DATE(submission_timestamp) >= "2026-02-18"
+  DATE(submission_timestamp) >= "2026-02-17"
 GROUP BY
   submission_date,
   window_start,
diff -bur --no-dereference --new-file /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/mdn_yari_derived/event_monitoring_live_v1/materialized_view.sql /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/mdn_yari_derived/event_monitoring_live_v1/materialized_view.sql
--- /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/mdn_yari_derived/event_monitoring_live_v1/materialized_view.sql	2026-02-18 17:01:29.916680849 +0000
+++ /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/mdn_yari_derived/event_monitoring_live_v1/materialized_view.sql	2026-02-18 17:01:25.907654854 +0000
@@ -86,7 +86,7 @@
 FROM
   combined
 WHERE
-  DATE(submission_timestamp) >= "2026-02-18"
+  DATE(submission_timestamp) >= "2026-02-17"
 GROUP BY
   submission_date,
   window_start,
diff -bur --no-dereference --new-file /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/monitor_backend_derived/event_monitoring_live_v1/materialized_view.sql /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/monitor_backend_derived/event_monitoring_live_v1/materialized_view.sql
--- /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/monitor_backend_derived/event_monitoring_live_v1/materialized_view.sql	2026-02-18 17:01:29.918680862 +0000
+++ /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/monitor_backend_derived/event_monitoring_live_v1/materialized_view.sql	2026-02-18 17:01:25.957655178 +0000
@@ -53,7 +53,7 @@
 FROM
   combined
 WHERE
-  DATE(submission_timestamp) >= "2026-02-18"
+  DATE(submission_timestamp) >= "2026-02-17"
 GROUP BY
   submission_date,
   window_start,
diff -bur --no-dereference --new-file /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/monitor_cirrus_derived/event_monitoring_live_v1/materialized_view.sql /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/monitor_cirrus_derived/event_monitoring_live_v1/materialized_view.sql
--- /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/monitor_cirrus_derived/event_monitoring_live_v1/materialized_view.sql	2026-02-18 17:01:29.974681226 +0000
+++ /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/monitor_cirrus_derived/event_monitoring_live_v1/materialized_view.sql	2026-02-18 17:01:25.911654880 +0000
@@ -53,7 +53,7 @@
 FROM
   combined
 WHERE
-  DATE(submission_timestamp) >= "2026-02-18"
+  DATE(submission_timestamp) >= "2026-02-17"
 GROUP BY
   submission_date,
   window_start,
diff -bur --no-dereference --new-file /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/monitor_frontend_derived/event_monitoring_live_v1/materialized_view.sql /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/monitor_frontend_derived/event_monitoring_live_v1/materialized_view.sql
--- /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/monitor_frontend_derived/event_monitoring_live_v1/materialized_view.sql	2026-02-18 17:01:29.921680882 +0000
+++ /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/monitor_frontend_derived/event_monitoring_live_v1/materialized_view.sql	2026-02-18 17:01:26.007655502 +0000
@@ -53,7 +53,7 @@
 FROM
   combined
 WHERE
-  DATE(submission_timestamp) >= "2026-02-18"
+  DATE(submission_timestamp) >= "2026-02-17"
 GROUP BY
   submission_date,
   window_start,
diff -bur --no-dereference --new-file /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/mozilla_mach_derived/event_monitoring_live_v1/materialized_view.sql /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/mozilla_mach_derived/event_monitoring_live_v1/materialized_view.sql
--- /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/mozilla_mach_derived/event_monitoring_live_v1/materialized_view.sql	2026-02-18 17:01:29.936680979 +0000
+++ /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/mozilla_mach_derived/event_monitoring_live_v1/materialized_view.sql	2026-02-18 17:01:25.922654951 +0000
@@ -53,7 +53,7 @@
 FROM
   combined
 WHERE
-  DATE(submission_timestamp) >= "2026-02-18"
+  DATE(submission_timestamp) >= "2026-02-17"
 GROUP BY
   submission_date,
   window_start,
diff -bur --no-dereference --new-file /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/mozillavpn_backend_cirrus_derived/event_monitoring_live_v1/materialized_view.sql /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/mozillavpn_backend_cirrus_derived/event_monitoring_live_v1/materialized_view.sql
--- /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/mozillavpn_backend_cirrus_derived/event_monitoring_live_v1/materialized_view.sql	2026-02-18 17:01:29.950681070 +0000
+++ /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/mozillavpn_backend_cirrus_derived/event_monitoring_live_v1/materialized_view.sql	2026-02-18 17:01:25.965655230 +0000
@@ -53,7 +53,7 @@
 FROM
   combined
 WHERE
-  DATE(submission_timestamp) >= "2026-02-18"
+  DATE(submission_timestamp) >= "2026-02-17"
 GRO

⚠️ Only part of the diff is displayed.

Link to full diff

@github-actions
Copy link
Copy Markdown

Integration report for "feat: update filters to include more countries in desktop_conversion_events and glean_desktop_conversion_events results"

sql.diff

Click to expand!
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	2026-02-18 17:05:29.214950492 +0000
+++ /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/accounts_backend_derived/event_monitoring_live_v1/materialized_view.sql	2026-02-18 17:05:25.410276416 +0000
@@ -53,7 +53,7 @@
 FROM
   combined
 WHERE
-  DATE(submission_timestamp) >= "2026-02-18"
+  DATE(submission_timestamp) >= "2026-02-17"
 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	2026-02-18 17:05:29.171968067 +0000
+++ /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/accounts_cirrus_derived/event_monitoring_live_v1/materialized_view.sql	2026-02-18 17:05:25.440276895 +0000
@@ -53,7 +53,7 @@
 FROM
   combined
 WHERE
-  DATE(submission_timestamp) >= "2026-02-18"
+  DATE(submission_timestamp) >= "2026-02-17"
 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	2026-02-18 17:05:29.183963163 +0000
+++ /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/accounts_frontend_derived/event_monitoring_live_v1/materialized_view.sql	2026-02-18 17:05:25.449277039 +0000
@@ -53,7 +53,7 @@
 FROM
   combined
 WHERE
-  DATE(submission_timestamp) >= "2026-02-18"
+  DATE(submission_timestamp) >= "2026-02-17"
 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	2026-02-18 17:05:29.158973381 +0000
+++ /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/bedrock_derived/event_monitoring_live_v1/materialized_view.sql	2026-02-18 17:05:25.368275745 +0000
@@ -119,7 +119,7 @@
 FROM
   combined
 WHERE
-  DATE(submission_timestamp) >= "2026-02-18"
+  DATE(submission_timestamp) >= "2026-02-17"
 GROUP BY
   submission_date,
   window_start,
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	2026-02-18 17:05:29.124987278 +0000
+++ /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/debug_ping_view_derived/event_monitoring_live_v1/materialized_view.sql	2026-02-18 17:05:25.385276017 +0000
@@ -53,7 +53,7 @@
 FROM
   combined
 WHERE
-  DATE(submission_timestamp) >= "2026-02-18"
+  DATE(submission_timestamp) >= "2026-02-17"
 GROUP BY
   submission_date,
   window_start,
diff -bur --no-dereference --new-file /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/experimenter_backend_derived/event_monitoring_live_v1/materialized_view.sql /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/experimenter_backend_derived/event_monitoring_live_v1/materialized_view.sql
--- /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/experimenter_backend_derived/event_monitoring_live_v1/materialized_view.sql	2026-02-18 17:05:29.130984825 +0000
+++ /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/experimenter_backend_derived/event_monitoring_live_v1/materialized_view.sql	2026-02-18 17:05:25.388276065 +0000
@@ -53,7 +53,7 @@
 FROM
   combined
 WHERE
-  DATE(submission_timestamp) >= "2026-02-18"
+  DATE(submission_timestamp) >= "2026-02-17"
 GROUP BY
   submission_date,
   window_start,
diff -bur --no-dereference --new-file /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/experimenter_cirrus_derived/event_monitoring_live_v1/materialized_view.sql /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/experimenter_cirrus_derived/event_monitoring_live_v1/materialized_view.sql
--- /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/experimenter_cirrus_derived/event_monitoring_live_v1/materialized_view.sql	2026-02-18 17:05:29.164970928 +0000
+++ /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/experimenter_cirrus_derived/event_monitoring_live_v1/materialized_view.sql	2026-02-18 17:05:25.391276112 +0000
@@ -53,7 +53,7 @@
 FROM
   combined
 WHERE
-  DATE(submission_timestamp) >= "2026-02-18"
+  DATE(submission_timestamp) >= "2026-02-17"
 GROUP BY
   submission_date,
   window_start,
diff -bur --no-dereference --new-file /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/fenix/broken_site_report/metadata.yaml /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/fenix/broken_site_report/metadata.yaml
--- /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/fenix/broken_site_report/metadata.yaml	2026-02-18 17:05:29.223946813 +0000
+++ /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/fenix/broken_site_report/metadata.yaml	2026-02-18 17:05:25.490277694 +0000
@@ -1,10 +1,6 @@
-friendly_name: App-specific view for Glean ping "broken-site-report"
+friendly_name: Broken Site Report
 description: |-
-  This a view that UNIONs the stable ping tables
-  across all channels of the Glean application "Firefox for Android"
-  (org_mozilla_firefox.broken_site_report, org_mozilla_firefox_beta.broken_site_report, org_mozilla_fenix.broken_site_report, org_mozilla_fenix_nightly.broken_site_report, org_mozilla_fennec_aurora.broken_site_report).
-
-  It is used by Looker.
+  Please provide a description for the query
 owners: []
 workgroup_access:
 - role: roles/bigquery.dataViewer
diff -bur --no-dereference --new-file /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/fenix/crash/metadata.yaml /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/fenix/crash/metadata.yaml
--- /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/fenix/crash/metadata.yaml	2026-02-18 17:05:29.224946405 +0000
+++ /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/fenix/crash/metadata.yaml	2026-02-18 17:05:25.491277710 +0000
@@ -1,10 +1,6 @@
-friendly_name: App-specific view for Glean ping "crash"
+friendly_name: Crash
 description: |-
-  This a view that UNIONs the stable ping tables
-  across all channels of the Glean application "Firefox for Android"
-  (org_mozilla_firefox.crash, org_mozilla_firefox_beta.crash, org_mozilla_fenix.crash, org_mozilla_fenix_nightly.crash, org_mozilla_fennec_aurora.crash).
-
-  It is used by Looker.
+  Please provide a description for the query
 owners: []
 workgroup_access:
 - role: roles/bigquery.dataViewer
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	2026-02-18 17:05:29.291919020 +0000
+++ /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/fenix/metrics/schema.yaml	2026-02-18 17:05:25.573279019 +0000
@@ -12764,8 +12764,7 @@
       - name: value
         type: INTEGER
         mode: NULLABLE
-      description: 'Failure occurs when initializing the audio stream. (Migrated from
-        the geckoview metric of the same name).
+      description: 'Failure occurs when initializing the audio stream.
 
         '
     - name: glean_validation_pings_submitted
@@ -18285,76 +18284,6 @@
         get a human readable error for these values.  Records up to 16 codes.
 
         '
-    - name: urlclassifier_global_cache_hit
-      type: RECORD
-      mode: REPEATED
-      fields:
-      - name: key
-        type: STRING
-        mode: NULLABLE
-      - name: value
-        type: INTEGER
-        mode: NULLABLE
-      description: 'Count of top-level navigations that hit the Global Cache table.
-        Keyed by ETP mode and window type.
-
-        '
-    - name: urlclassifier_global_cache_miss
-      type: RECORD
-      mode: REPEATED
-      fields:
-      - name: key
-        type: STRING
-        mode: NULLABLE
-      - name: value
-        type: INTEGER
-        mode: NULLABLE
-      description: 'Count of top-level navigations that miss the Global Cache table.
-        Keyed by ETP mode and window type.
-
-        '
-    - name: urlclassifier_realtime_simulation_request_count
-      type: RECORD
-      mode: REPEATED
-      fields:
-      - name: key
-        type: STRING
-        mode: NULLABLE
-      - name: value
-        type: INTEGER
-        mode: NULLABLE
-      description: 'Count of simulated real-time Safe Browsing lookup requests. Keyed
-        by ETP mode and window type.
-
-        '
-    - name: urlclassifier_realtime_simulation_request_size
-      type: RECORD
-      mode: REPEATED
-      fields:
-      - name: key
-        type: STRING
-        mode: NULLABLE
-      - name: value
-        type: INTEGER
-        mode: NULLABLE
-      description: 'Total estimated data usage of simulated real-time Safe Browsing
-        lookup requests in bytes. Keyed by ETP mode and window type.
-
-        '
-    - name: urlclassifier_realtime_simulation_response_size
-      type: RECORD
-      mode: REPEATED
-      fields:
-      - name: key
-        type: STRING
-        mode: NULLABLE
-      - name: value
-        type: INTEGER
-        mode: NULLABLE
-      description: 'Total estimated data usage of simulated real-time Safe Browsing
-        lookup responses in bytes. Keyed by ETP mode and window type.
-
-        '
   - name: quantity
     type: RECORD
     mode: NULLABLE
diff -bur --no-dereference --new-file /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/fenix/metrics/view.sql /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/fenix/metrics/view.sql
--- /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/fenix/metrics/view.sql	2026-02-18 17:05:29.299915750 +0000
+++ /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/fenix/metrics/view.sql	2026-02-18 17:05:25.573279019 +0000
@@ -1092,12 +1092,7 @@
       metrics.labeled_counter.geolocation_geolocation_cache_hit,
       metrics.labeled_counter.geolocation_geolocation_service,
       metrics.labeled_counter.geolocation_linux_portal_error,
-      metrics.labeled_counter.geolocation_macos_error_code,
-      metrics.labeled_counter.urlclassifier_global_cache_hit,
-      metrics.labeled_counter.urlclassifier_global_cache_miss,
-      metrics.labeled_counter.urlclassifier_realtime_simulation_request_count,
-      metrics.labeled_counter.urlclassifier_realtime_simulation_request_size,
-      metrics.labeled_counter.urlclassifier_realtime_simulation_response_size
+      metrics.labeled_counter.geolocation_macos_error_code
     ) AS `labeled_counter`,
     STRUCT(
       metrics.quantity.gfx_adapter_primary_ram,
@@ -3168,12 +3163,7 @@
       metrics.labeled_counter.geolocation_geolocation_cache_hit,
       metrics.labeled_counter.geolocation_geolocation_service,
       metrics.labeled_counter.geolocation_linux_portal_error,
-      metrics.labeled_counter.geolocation_macos_error_code,
-      metrics.labeled_counter.urlclassifier_global_cache_hit,
-      metrics.labeled_counter.urlclassifier_global_cache_miss,
-      metrics.labeled_counter.urlclassifier_realtime_simulation_request_count,
-      metrics.labeled_counter.urlclassifier_realtime_simulation_request_size,
-      metrics.labeled_counter.urlclassifier_realtime_simulation_response_size
+      metrics.labeled_counter.geolocation_macos_error_code
     ) AS `labeled_counter`,
     STRUCT(
       metrics.quantity.gfx_adapter_primary_ram,
@@ -5264,12 +5254,7 @@
       metrics.labeled_counter.geolocation_geolocation_cache_hit,
       metrics.labeled_counter.geolocation_geolocation_service,
       metrics.labeled_counter.geolocation_linux_portal_error,
-      metrics.labeled_counter.geolocation_macos_error_code,
-      metrics.labeled_counter.urlclassifier_global_cache_hit,
-      metrics.labeled_counter.urlclassifier_global_cache_miss,
-      metrics.labeled_counter.urlclassifier_realtime_simulation_request_count,
-      metrics.labeled_counter.urlclassifier_realtime_simulation_request_size,
-      metrics.labeled_counter.urlclassifier_realtime_simulation_response_size
+      metrics.labeled_counter.geolocation_macos_error_code
     ) AS `labeled_counter`,
     STRUCT(
       metrics.quantity.gfx_adapter_primary_ram,
diff -bur --no-dereference --new-file /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/fenix/user_characteristics/schema.yaml /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/fenix/user_characteristics/schema.yaml
--- /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/fenix/user_characteristics/schema.yaml	2026-02-18 17:05:29.534917335 +0000
+++ /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/fenix/user_characteristics/schema.yaml	2026-02-18 17:05:25.601279467 +0000
@@ -1062,13 +1062,6 @@
         behaving as they generally expect non-anomalous browsers to behave.
 
         '
-    - name: characteristics_storage_quota
-      type: INTEGER
-      mode: NULLABLE
-      description: 'Storage quota in MB from StorageManager.estimate(), rounded to
-        integer. Acts as a disk-size proxy for fingerprinting entropy analysis.
-
-        '
   - name: string
     type: RECORD
     mode: NULLABLE
@@ -3124,21 +3117,6 @@
         is a JSON stringified array like: ["123.456", "789.012", ...]
 
         '
-    - name: characteristics_sdp_codec_list
-      type: STRING
-      mode: NULLABLE
-      description: 'JSON-stringified SDP codec section from RTCPeerConnection.createOffer().
-        Contains m-lines, a=rtpmap, a=fmtp, and a=rtcp-fb lines with session-specific
-        values (ICE credentials, DTLS fingerprint) stripped.
-
-        '
-    - name: characteristics_webauthn_capabilities
-      type: STRING
-      mode: NULLABLE
-      description: 'JSON-stringified dictionary from PublicKeyCredential.getClientCapabilities().
-        Contains boolean values indicating passkey and authenticator support.
-
-        '
   - name: uuid
     type: RECORD
     mode: NULLABLE
diff -bur --no-dereference --new-file /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/fenix/user_characteristics/view.sql /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/fenix/user_characteristics/view.sql
--- /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/fenix/user_characteristics/view.sql	2026-02-18 17:05:29.535917352 +0000
+++ /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/fenix/user_characteristics/view.sql	2026-02-18 17:05:25.602279483 +0000
@@ -156,8 +156,7 @@
       metrics.quantity.characteristics_wgpu_minuniformbufferoffsetalignment,
       metrics.quantity.characteristics_gl2_version_software,
       metrics.quantity.characteristics_timezone_offset_web,
-      metrics.quantity.characteristics_audio_unique_samples,
-      metrics.quantity.characteristics_storage_quota
+      metrics.quantity.characteristics_audio_unique_samples
     ) AS `quantity`,
     STRUCT(
       metrics.string.characteristics_canvasdata1,
@@ -487,9 +486,7 @@
       metrics.text2.characteristics_canvasdata9_software_raw,
       metrics.text2.characteristics_css_system_colors,
       metrics.text2.characteristics_css_system_fonts,
-      metrics.text2.characteristics_mathml_diag_values,
-      metrics.text2.characteristics_sdp_codec_list,
-      metrics.text2.characteristics_webauthn_capabilities
+      metrics.text2.characteristics_mathml_diag_values
     ) AS `text2`,
     STRUCT(metrics.uuid.characteristics_client_identifier) AS `uuid`
   ) AS `metrics`,
@@ -657,8 +654,7 @@
       metrics.quantity.characteristics_wgpu_minuniformbufferoffsetalignment,
       metrics.quantity.characteristics_gl2_version_software,
       metrics.quantity.characteristics_timezone_offset_web,
-      metrics.quantity.characteristics_audio_unique_samples,
-      metrics.quantity.characteristics_storage_quota
+      metrics.quantity.characteristics_audio_unique_samples
     ) AS `quantity`,
     STRUCT(
       metrics.string.characteristics_canvasdata1,
@@ -988,9 +984,7 @@
       metrics.text2.characteristics_canvasdata9_software_raw,
       metrics.text2.characteristics_css_system_colors,
       metrics.text2.characteristics_css_system_fonts,
-      metrics.text2.characteristics_mathml_diag_values,
-      metrics.text2.characteristics_sdp_codec_list,
-      metrics.text2.characteristics_webauthn_capabilities
+      metrics.text2.characteristics_mathml_diag_values
     ) AS `text2`,
     STRUCT(metrics.uuid.characteristics_client_identifier) AS `uuid`
   ) AS `metrics`,
@@ -1158,8 +1152,7 @@
       metrics.quantity.characteristics_wgpu_minuniformbufferoffsetalignment,
       metrics.quantity.characteristics_gl2_version_software,
       metrics.quantity.characteristics_timezone_offset_web,
-      metrics.quantity.characteristics_audio_unique_samples,
-      metrics.quantity.characteristics_storage_quota
+      metrics.quantity.characteristics_audio_unique_samples
     ) AS `quantity`,
     STRUCT(
       metrics.string.characteristics_canvasdata1,
@@ -1489,9 +1482,7 @@
       metrics.text2.characteristics_canvasdata9_software_raw,
       metrics.text2.characteristics_css_system_colors,
       metrics.text2.characteristics_css_system_fonts,
-      metrics.text2.characteristics_mathml_diag_values,
-      metrics.text2.characteristics_sdp_codec_list,
-      metrics.text2.characteristics_webauthn_capabilities
+      metrics.text2.characteristics_mathml_diag_values
     ) AS `text2`,
     STRUCT(metrics.uuid.characteristics_client_identifier) AS `uuid`
   ) AS `metrics`,
@@ -1659,8 +1650,7 @@
       metrics.quantity.characteristics_wgpu_minuniformbufferoffsetalignment,
       metrics.quantity.characteristics_gl2_version_software,
       metrics.quantity.characteristics_timezone_offset_web,
-      metrics.quantity.characteristics_audio_unique_samples,
-      metrics.quantity.characteristics_storage_quota
+      metrics.quantity.characteristics_audio_unique_samples
     ) AS `quantity`,
     STRUCT(
       metrics.string.characteristics_canvasdata1,
@@ -1990,9 +1980,7 @@
       metrics.text2.characteristics_canvasdata9_software_raw,
       metrics.text2.characteristics_css_system_colors,
       metrics.text2.characteristics_css_system_fonts,
-      metrics.text2.characteristics_mathml_diag_values,
-      metrics.text2.characteristics_sdp_codec_list,
-      metrics.text2.characteristics_webauthn_capabilities
+      metrics.text2.characteristics_mathml_diag_values
     ) AS `text2`,
     STRUCT(metrics.uuid.characteristics_client_identifier) AS `uuid`
   ) AS `metrics`,
@@ -2160,8 +2148,7 @@
       metrics.quantity.characteristics_wgpu_minuniformbufferoffsetalignment,
       metrics.quantity.characteristics_gl2_version_software,
       metrics.quantity.characteristics_timezone_offset_web,
-      metrics.quantity.characteristics_audio_unique_samples,
-      metrics.quantity.characteristics_storage_quota
+      metrics.quantity.characteristics_audio_unique_samples
     ) AS `quantity`,
     STRUCT(
       metrics.string.characteristics_canvasdata1,
@@ -2491,9 +2478,7 @@
       metrics.text2.characteristics_canvasdata9_software_raw,
       metrics.text2.characteristics_css_system_colors,
       metrics.text2.characteristics_css_system_fonts,
-      metrics.text2.characteristics_mathml_diag_values,
-      metrics.text2.characteristics_sdp_codec_list,
-      metrics.text2.characteristics_webauthn_capabilities
+      metrics.text2.characteristics_mathml_diag_values
     ) AS `text2`,
     STRUCT(metrics.uuid.characteristics_client_identifier) AS `uuid`
   ) AS `metrics`,
diff -bur --no-dereference --new-file /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/firefox_crashreporter/crash/metadata.yaml /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/firefox_crashreporter/crash/metadata.yaml
--- /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/firefox_crashreporter/crash/metadata.yaml	2026-02-18 17:05:29.528917239 +0000
+++ /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/firefox_crashreporter/crash/metadata.yaml	2026-02-18 17:05:25.713281256 +0000
@@ -1,14 +1,6 @@
-friendly_name: Historical Pings for `firefox-crashreporter/crash`
+friendly_name: Crash
 description: |-
-  A historical view of pings sent for the
-  `firefox-crashreporter/crash`
-  document type.
-
-  This view is guaranteed to contain only complete days
-  (per `submission_timestamp`)
-  and to contain only one row per distinct `document_id` within a given date.
-
-  Clustering fields: `normalized_channel`, `sample_id`
+  Please provide a description for the query
 owners: []
 labels:
   authorized: true
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	2026-02-18 17:05:29.522917142 +0000
+++ /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/firefox_crashreporter_derived/event_monitoring_live_v1/materialized_view.sql	2026-02-18 17:05:25.697281000 +0000
@@ -53,7 +53,7 @@
 FROM
   combined
 WHERE
-  DATE(submission_timestamp) >= "2026-02-18"
+  DATE(submission_timestamp) >= "2026-02-17"
 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/broken_site_report/metadata.yaml /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/firefox_desktop/broken_site_report/metadata.yaml
--- /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/firefox_desktop/broken_site_report/metadata.yaml	2026-02-18 17:05:29.533917319 +0000
+++ /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/firefox_desktop/broken_site_report/metadata.yaml	2026-02-18 17:05:25.714281272 +0000
@@ -1,14 +1,6 @@
-friendly_name: Historical Pings for `firefox-desktop/broken-site-report`
+friendly_name: Broken Site Report
 description: |-
-  A historical view of pings sent for the
-  `firefox-desktop/broken-site-report`
-  document type.
-
-  This view is guaranteed to contain only complete days
-  (per `submission_timestamp`)
-  and to contain only one row per distinct `document_id` within a given date.
-
-  Clustering fields: `normalized_channel`, `sample_id`
+  Please provide a description for the query
 owners: []
 labels:
   authorized: true
diff -bur --no-dereference --new-file /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/firefox_desktop/crash/metadata.yaml /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/firefox_desktop/crash/metadata.yaml
--- /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/firefox_desktop/crash/metadata.yaml	2026-02-18 17:05:29.529917255 +0000
+++ /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/firefox_desktop/crash/metadata.yaml	2026-02-18 17:05:25.716281304 +0000
@@ -1,14 +1,6 @@
-friendly_name: Historical Pings for `firefox-desktop/crash`
+friendly_name: Crash
 description: |-
-  A historical view of pings sent for the
-  `firefox-desktop/crash`
-  document type.
-
-  This view is guaranteed to contain only complete days
-  (per `submission_timestamp`)
-  and to contain only one row per distinct `document_id` within a given date.
-
-  Clustering fields: `normalized_channel`, `sample_id`
+  Please provide a description for the query
 owners: []
 labels:
   authorized: true
diff -bur --no-dereference --new-file /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/firefox_desktop/metrics/schema.yaml /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/firefox_desktop/metrics/schema.yaml
--- /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/firefox_desktop/metrics/schema.yaml	2026-02-18 17:05:29.632918914 +0000
+++ /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/firefox_desktop/metrics/schema.yaml	2026-02-18 17:05:25.808282773 +0000
@@ -12350,76 +12350,6 @@
       description: "Records counts of SERP pages with adverts displayed where the\
         \ search was started from the AI window assistant. The key format is \u2018\
         <provider>:<tagged|organic>\u2019. See https://firefox-source-docs.mozilla.org/browser/search/telemetry.html#browser-search-content\n"
-    - name: urlclassifier_global_cache_hit
-      type: RECORD
-      mode: REPEATED
-      fields:
-      - name: key
-        type: STRING
-        mode: NULLABLE
-      - name: value
-        type: INTEGER
-        mode: NULLABLE
-      description: 'Count of top-level navigations that hit the Global Cache table.
-        Keyed by ETP mode and window type.
-
-        '
-    - name: urlclassifier_global_cache_miss
-      type: RECORD
-      mode: REPEATED
-      fields:
-      - name: key
-        type: STRING
-        mode: NULLABLE
-      - name: value
-        type: INTEGER
-        mode: NULLABLE
-      description: 'Count of top-level navigations that miss the Global Cache table.
-        Keyed by ETP mode and window type.
-
-        '
-    - name: urlclassifier_realtime_simulation_request_count
-      type: RECORD
-      mode: REPEATED
-      fields:
-      - name: key
-        type: STRING
-        mode: NULLABLE
-      - name: value
-        type: INTEGER
-        mode: NULLABLE
-      description: 'Count of simulated real-time Safe Browsing lookup requests. Keyed
-        by ETP mode and window type.
-
-        '
-    - name: urlclassifier_realtime_simulation_request_size
-      type: RECORD
-      mode: REPEATED
-      fields:
-      - name: key
-        type: STRING
-        mode: NULLABLE
-      - name: value
-        type: INTEGER
-        mode: NULLABLE
-      description: 'Total estimated data usage of simulated real-time Safe Browsing
-        lookup requests in bytes. Keyed by ETP mode and window type.
-
-        '
-    - name: urlclassifier_realtime_simulation_response_size
-      type: RECORD
-      mode: REPEATED
-      fields:
-      - name: key
-        type: STRING
-        mode: NULLABLE
-      - name: value
-        type: INTEGER
-        mode: NULLABLE
-      description: 'Total estimated data usage of simulated real-time Safe Browsing
-        lookup responses in bytes. Keyed by ETP mode and window type.
-
-        '
   - name: memory_distribution
     type: RECORD
     mode: NULLABLE
diff -bur --no-dereference --new-file /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/firefox_desktop/newtab/metadata.yaml /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/firefox_desktop/newtab/metadata.yaml
--- /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/firefox_desktop/newtab/metadata.yaml	2026-02-18 17:05:29.585918157 +0000
+++ /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/firefox_desktop/newtab/metadata.yaml	2026-02-18 17:05:25.781282342 +0000
@@ -1,14 +1,6 @@
-friendly_name: Historical Pings for `firefox-desktop/newtab`
+friendly_name: Newtab
 description: |-
-  A historical view of pings sent for the
-  `firefox-desktop/newtab`
-  document type.
-
-  This view is guaranteed to contain only complete days
-  (per `submission_timestamp`)
-  and to contain only one row per distinct `document_id` within a given date.
-
-  Clustering fields: `normalized_channel`, `sample_id`
+  Please provide a description for the query
 owners: []
 workgroup_access:
 - role: roles/bigquery.dataViewer
diff -bur --no-dereference --new-file /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/firefox_desktop/user_characteristics/schema.yaml /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/firefox_desktop/user_characteristics/schema.yaml
--- /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/firefox_desktop/user_characteristics/schema.yaml	2026-02-18 17:05:29.631918898 +0000
+++ /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/firefox_desktop/user_characteristics/schema.yaml	2026-02-18 17:05:25.808282773 +0000
@@ -1054,13 +1054,6 @@
         behaving as they generally expect non-anomalous browsers to behave.
 
         '
-    - name: characteristics_storage_quota
-      type: INTEGER
-      mode: NULLABLE
-      description: 'Storage quota in MB from StorageManager.estimate(), rounded to
-        integer. Acts as a disk-size proxy for fingerprinting entropy analysis.
-
-        '
   - name: string
     type: RECORD
     mode: NULLABLE
@@ -3116,21 +3109,6 @@
         is a JSON stringified array like: ["123.456", "789.012", ...]
 
         '
-    - name: characteristics_sdp_codec_list
-      type: STRING
-      mode: NULLABLE
-      description: 'JSON-stringified SDP codec section from RTCPeerConnection.createOffer().
-        Contains m-lines, a=rtpmap, a=fmtp, and a=rtcp-fb lines with session-specific
-        values (ICE credentials, DTLS fingerprint) stripped.
-
-        '
-    - name: characteristics_webauthn_capabilities
-      type: STRING
-      mode: NULLABLE
-      description: 'JSON-stringified dictionary from PublicKeyCredential.getClientCapabilities().
-        Contains boolean values indicating passkey and authenticator support.
-
-        '
   - name: uuid
     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	2026-02-18 17:05:29.614918624 +0000
+++ /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/firefox_desktop_background_defaultagent_derived/event_monitoring_live_v1/materialized_view.sql	2026-02-18 17:05:25.788282454 +0000
@@ -53,7 +53,7 @@
 FROM
   combined
 WHERE
-  DATE(submission_timestamp) >= "2026-02-18"
+  DATE(submission_timestamp) >= "2026-02-17"
 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	2026-02-18 17:05:29.616918656 +0000
+++ /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/firefox_desktop_background_tasks_derived/event_monitoring_live_v1/materialized_view.sql	2026-02-18 17:05:25.803282693 +0000
@@ -86,7 +86,7 @@
 FROM
   combined
 WHERE
-  DATE(submission_timestamp) >= "2026-02-18"
+  DATE(submission_timestamp) >= "2026-02-17"
 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/metrics/schema.yaml /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/firefox_desktop_background_update/metrics/schema.yaml
--- /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/firefox_desktop_background_update/metrics/schema.yaml	2026-02-18 17:05:29.869922731 +0000
+++ /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/firefox_desktop_background_update/metrics/schema.yaml	2026-02-18 17:05:26.051286654 +0000
@@ -7879,76 +7879,6 @@
         get a human readable error for these values.  Records up to 16 codes.
 
         '
-    - name: urlclassifier_global_cache_hit
-      type: RECORD
-      mode: REPEATED
-      fields:
-      - name: key
-        type: STRING
-        mode: NULLABLE
-      - name: value
-        type: INTEGER
-        mode: NULLABLE
-      description: 'Count of top-level navigations that hit the Global Cache table.
-        Keyed by ETP mode and window type.
-
-        '
-    - name: urlclassifier_global_cache_miss
-      type: RECORD
-      mode: REPEATED
-      fields:
-      - name: key
-        type: STRING
-        mode: NULLABLE
-      - name: value
-        type: INTEGER
-        mode: NULLABLE
-      description: 'Count of top-level navigations that miss the Global Cache table.
-        Keyed by ETP mode and window type.
-
-        '
-    - name: urlclassifier_realtime_simulation_request_count
-      type: RECORD
-      mode: REPEATED
-      fields:
-      - name: key
-        type: STRING
-        mode: NULLABLE
-      - name: value
-        type: INTEGER
-        mode: NULLABLE
-      description: 'Count of simulated real-time Safe Browsing lookup requests. Keyed
-        by ETP mode and window type.
-
-        '
-    - name: urlclassifier_realtime_simulation_request_size
-      type: RECORD
-      mode: REPEATED
-      fields:
-      - name: key
-        type: STRING
-        mode: NULLABLE
-      - name: value
-        type: INTEGER
-        mode: NULLABLE
-      description: 'Total estimated data usage of simulated real-time Safe Browsing
-        lookup requests in bytes. Keyed by ETP mode and window type.
-
-        '
-    - name: urlclassifier_realtime_simulation_response_size
-      type: RECORD
-      mode: REPEATED
-      fields:
-      - name: key
-        type: STRING
-        mode: NULLABLE
-      - name: value
-        type: INTEGER
-        mode: NULLABLE
-      description: 'Total estimated data usage of simulated real-time Safe Browsing
-        lookup responses in bytes. Keyed by ETP mode and window type.
-
-        '
   - name: memory_distribution
     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/user_characteristics/schema.yaml /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/firefox_desktop_background_update/user_characteristics/schema.yaml
--- /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/firefox_desktop_background_update/user_characteristics/schema.yaml	2026-02-18 17:05:29.866922682 +0000
+++ /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/firefox_desktop_background_update/user_characteristics/schema.yaml	2026-02-18 17:05:26.049286622 +0000
@@ -1054,13 +1054,6 @@
         behaving as they generally expect non-anomalous browsers to behave.
 
         '
-    - name: characteristics_storage_quota
-      type: INTEGER
-      mode: NULLABLE
-      description: 'Storage quota in MB from StorageManager.estimate(), rounded to
-        integer. Acts as a disk-size proxy for fingerprinting entropy analysis.
-
-        '
   - name: string
     type: RECORD
     mode: NULLABLE
@@ -3116,21 +3109,6 @@
         is a JSON stringified array like: ["123.456", "789.012", ...]
 
         '
-    - name: characteristics_sdp_codec_list
-      type: STRING
-      mode: NULLABLE
-      description: 'JSON-stringified SDP codec section from RTCPeerConnection.createOffer().
-        Contains m-lines, a=rtpmap, a=fmtp, and a=rtcp-fb lines with session-specific
-        values (ICE credentials, DTLS fingerprint) stripped.
-
-        '
-    - name: characteristics_webauthn_capabilities
-      type: STRING
-      mode: NULLABLE
-      description: 'JSON-stringified dictionary from PublicKeyCredential.getClientCapabilities().
-        Contains boolean values indicating passkey and authenticator support.
-
-        '
   - name: uuid
     type: RECORD
     mode: NULLABLE
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	2026-02-18 17:05:29.799921604 +0000
+++ /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/firefox_desktop_derived/event_monitoring_live_v1/materialized_view.sql	2026-02-18 17:05:25.978285488 +0000
@@ -392,7 +392,7 @@
 FROM
   combined
 WHERE
-  DATE(submission_timestamp) >= "2026-02-18"
+  DATE(submission_timestamp) >= "2026-02-17"
 GROUP BY
   submission_date,
   window_start,
diff -bur --no-dereference --new-file /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/firefox_installer/install/schema.yaml /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/firefox_installer/install/schema.yaml
--- /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/firefox_installer/install/schema.yaml	2026-02-18 17:05:29.832922135 +0000
+++ /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/firefox_installer/install/schema.yaml	2026-02-18 17:05:25.986285616 +0000
@@ -426,10 +426,6 @@
   mode: NULLABLE
   description: Program that launched the installer, according to the /LaunchedBy command-line
     argument
-- name: download_requests_blocked_by_server
-  type: INTEGER
-  mode: NULLABLE
-  description: Number of download requests blocked by the server
 - name: funnel_derived
   type: STRING
   mode: NULLABLE
diff -bur --no-dereference --new-file /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/focus_android/metrics/schema.yaml /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/focus_android/metrics/schema.yaml
--- /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/focus_android/metrics/schema.yaml	2026-02-18 17:05:29.944923939 +0000
+++ /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/focus_android/metrics/schema.yaml	2026-02-18 17:05:26.067286910 +0000
@@ -8133,76 +8133,6 @@
         get a human readable error for these values.  Records up to 16 codes.
 
         '
-    - name: urlclassifier_global_cache_hit
-      type: RECORD
-      mode: REPEATED
-      fields:
-      - name: key
-        type: STRING
-        mode: NULLABLE
-      - name: value
-        type: INTEGER
-        mode: NULLABLE
-      description: 'Count of top-level navigations that hit the Global Cache table.
-        Keyed by ETP mode and window type.
-
-        '
-    - name: urlclassifier_global_cache_miss
-      type: RECORD
-      mode: REPEATED
-      fields:
-      - name: key
-        type: STRING
-        mode: NULLABLE
-      - name: value
-        type: INTEGER
-        mode: NULLABLE
-      description: 'Count of top-level navigations that miss the Global Cache table.
-        Keyed by ETP mode and window type.
-
-        '
-    - name: urlclassifier_realtime_simulation_request_count
-      type: RECORD
-      mode: REPEATED
-      fields:
-      - name: key
-        type: STRING
-        mode: NULLABLE
-      - name: value
-        type: INTEGER
-        mode: NULLABLE
-      description: 'Count of simulated real-time Safe Browsing lookup requests. Keyed
-        by ETP mode and window type.
-
-        '
-    - name: urlclassifier_realtime_simulation_request_size
-      type: RECORD
-      mode: REPEATED
-      fields:
-      - name: key
-        type: STRING
-        mode: NULLABLE
-      - name: value
-        type: INTEGER
-        mode: NULLABLE
-      description: 'Total estimated data usage of simulated real-time Safe Browsing
-        lookup requests in bytes. Keyed by ETP mode and window type.
-
-        '
-    - name: urlclassifier_realtime_simulation_response_size
-      type: RECORD
-      mode: REPEATED
-      fields:
-      - name: key
-        type: STRING
-        mode: NULLABLE
-      - name: value
-        type: INTEGER
-        mode: NULLABLE
-      description: 'Total estimated data usage of simulated real-time Safe Browsing
-        lookup responses in bytes. Keyed by ETP mode and window type.
-
-        '
   - name: memory_distribution
     type: RECORD
     mode: NULLABLE
diff -bur --no-dereference --new-file /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/focus_android/metrics/view.sql /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/focus_android/metrics/view.sql
--- /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/focus_android/metrics/view.sql	2026-02-18 17:05:29.871922763 +0000
+++ /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/focus_android/metrics/view.sql	2026-02-18 17:05:26.068286926 +0000
@@ -666,12 +666,7 @@
       metrics.labeled_counter.geolocation_geolocation_cache_hit,
       metrics.labeled_counter.geolocation_geolocation_service,
       metrics.labeled_counter.geolocation_linux_portal_error,
-      metrics.labeled_counter.geolocation_macos_error_code,
-      metrics.labeled_counter.urlclassifier_global_cache_hit,
-      metrics.labeled_counter.urlclassifier_global_cache_miss,
-      metrics.labeled_counter.urlclassifier_realtime_simulation_request_count,
-      metrics.labeled_counter.urlclassifier_realtime_simulation_request_size,
-      metrics.labeled_counter.urlclassifier_realtime_simulation_response_size
+      metrics.labeled_counter.geolocation_macos_error_code
     ) AS `labeled_counter`,
     STRUCT(
       metrics.memory_distribution.glean_database_size,
@@ -2493,12 +2488,7 @@
       metrics.labeled_counter.geolocation_geolocation_cache_hit,
       metrics.labeled_counter.geolocation_geolocation_service,
       metrics.labeled_counter.geolocation_linux_portal_error,
-      metrics.labeled_counter.geolocation_macos_error_code,
-      metrics.labeled_counter.urlclassifier_global_cache_hit,
-      metrics.labeled_counter.urlclassifier_global_cache_miss,
-      metrics.labeled_counter.urlclassifier_realtime_simulation_request_count,
-      metrics.labeled_counter.urlclassifier_realtime_simulation_request_size,
-      metrics.labeled_counter.urlclassifier_realtime_simulation_response_size
+      metrics.labeled_counter.geolocation_macos_error_code
     ) AS `labeled_counter`,
     STRUCT(
       metrics.memory_distribution.glean_database_size,
@@ -4320,12 +4310,7 @@
       metrics.labeled_counter.geolocation_geolocation_cache_hit,
       metrics.labeled_counter.geolocation_geolocation_service,
       metrics.labeled_counter.geolocation_linux_portal_error,
-      metrics.labeled_counter.geolocation_macos_error_code,
-      metrics.labeled_counter.urlclassifier_global_cache_hit,
-      metrics.labeled_counter.urlclassifier_global_cache_miss,
-      metrics.labeled_counter.urlclassifier_realtime_simulation_request_count,
-      metrics.labeled_counter.urlclassifier_realtime_simulation_request_size,
-      metrics.labeled_counter.urlclassifier_realtime_simulation_response_size
+      metrics.labeled_counter.geolocation_macos_error_code
     ) AS `labeled_counter`,
     STRUCT(
       metrics.memory_distribution.glean_database_size,
diff -bur --no-dereference --new-file /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/focus_android/user_characteristics/schema.yaml /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/focus_android/user_characteristics/schema.yaml
--- /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/focus_android/user_characteristics/schema.yaml	2026-02-18 17:05:30.019925147 +0000
+++ /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/focus_android/user_characteristics/schema.yaml	2026-02-18 17:05:26.182288747 +0000
@@ -1062,13 +1062,6 @@
         behaving as they generally expect non-anomalous browsers to behave.
 
         '
-    - name: characteristics_storage_quota
-      type: INTEGER
-      mode: NULLABLE
-      description: 'Storage quota in MB from StorageManager.estimate(), rounded to
-        integer. Acts as a disk-size proxy for fingerprinting entropy analysis.
-
-        '
   - name: string
     type: RECORD
     mode: NULLABLE
@@ -3124,21 +3117,6 @@
         is a JSON stringified array like: ["123.456", "789.012", ...]
 
         '
-    - name: characteristics_sdp_codec_list
-      type: STRING
-      mode: NULLABLE
-      description: 'JSON-stringified SDP codec section from RTCPeerConnection.createOffer().
-        Contains m-lines, a=rtpmap, a=fmtp, and a=rtcp-fb lines with session-specific
-        values (ICE credentials, DTLS fingerprint) stripped.
-
-        '
-    - name: characteristics_webauthn_capabilities
-      type: STRING
-      mode: NULLABLE
-      description: 'JSON-stringified dictionary from PublicKeyCredential.getClientCapabilities().
-        Contains boolean values indicating passkey and authenticator support.
-
-        '
   - name: uuid
     type: RECORD
     mode: NULLABLE
diff -bur --no-dereference --new-file /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/focus_android/user_characteristics/view.sql /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/focus_android/user_characteristics/view.sql
--- /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/focus_android/user_characteristics/view.sql	2026-02-18 17:05:30.018925131 +0000
+++ /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/focus_android/user_characteristics/view.sql	2026-02-18 17:05:26.181288731 +0000
@@ -154,8 +154,7 @@
       metrics.quantity.characteristics_wgpu_minuniformbufferoffsetalignment,
       metrics.quantity.characteristics_gl2_version_software,
       metrics.quantity.characteristics_timezone_offset_web,
-      metrics.quantity.characteristics_audio_unique_samples,
-      metrics.quantity.characteristics_storage_quota
+      metrics.quantity.characteristics_audio_unique_samples
     ) AS `quantity`,
     STRUCT(
       metrics.string.characteristics_canvasdata1,
@@ -485,9 +484,7 @@
       metrics.text2.characteristics_canvasdata9_software_raw,
       metrics.text2.characteristics_css_system_colors,
       metrics.text2.characteristics_css_system_fonts,
-      metrics.text2.characteristics_mathml_diag_values,
-      metrics.text2.characteristics_sdp_codec_list,
-      metrics.text2.characteristics_webauthn_capabilities
+      metrics.text2.characteristics_mathml_diag_values
     ) AS `text2`,
     STRUCT(metrics.uuid.characteristics_client_identifier) AS `uuid`
   ) AS `metrics`,
@@ -653,8 +650,7 @@
       metrics.quantity.characteristics_wgpu_minuniformbufferoffsetalignment,
       metrics.quantity.characteristics_gl2_version_software,
       metrics.quantity.characteristics_timezone_offset_web,
-      metrics.quantity.characteristics_audio_unique_samples,
-      metrics.quantity.characteristics_storage_quota
+      metrics.quantity.characteristics_audio_unique_samples
     ) AS `quantity`,
     STRUCT(
       metrics.string.characteristics_canvasdata1,
@@ -984,9 +980,7 @@
       metrics.text2.characteristics_canvasdata9_software_raw,
       metrics.text2.characteristics_css_system_colors,
       metrics.text2.characteristics_css_system_fonts,
-      metrics.text2.characteristics_mathml_diag_values,
-      metrics.text2.characteristics_sdp_codec_list,
-      metrics.text2.characteristics_webauthn_capabilities
+      metrics.text2.characteristics_mathml_diag_values
     ) AS `text2`,
     STRUCT(metrics.uuid.characteristics_client_identifier) AS `uuid`
   ) AS `metrics`,
@@ -1152,8 +1146,7 @@
       metrics.quantity.characteristics_wgpu_minuniformbufferoffsetalignment,
       metrics.quantity.characteristics_gl2_version_software,
       metrics.quantity.characteristics_timezone_offset_web,
-      metrics.quantity.characteristics_audio_unique_samples,
-      metrics.quantity.characteristics_storage_quota
+      metrics.quantity.characteristics_audio_unique_samples
     ) AS `quantity`,
     STRUCT(
       metrics.string.characteristics_canvasdata1,
@@ -1483,9 +1476,7 @@
       metrics.text2.characteristics_canvasdata9_software_raw,
       metrics.text2.characteristics_css_system_colors,
       metrics.text2.characteristics_css_system_fonts,
-      metrics.text2.characteristics_mathml_diag_values,
-      metrics.text2.characteristics_sdp_codec_list,
-      metrics.text2.characteristics_webauthn_capabilities
+      metrics.text2.characteristics_mathml_diag_values
     ) AS `text2`,
     STRUCT(metrics.uuid.characteristics_client_identifier) AS `uuid`
   ) AS `metrics`,
diff -bur --no-dereference --new-file /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/glam_derived/event_monitoring_live_v1/materialized_view.sql /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/glam_derived/event_monitoring_live_v1/materialized_view.sql
--- /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/glam_derived/event_monitoring_live_v1/materialized_view.sql	2026-02-18 17:05:29.979924503 +0000
+++ /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/glam_derived/event_monitoring_live_v1/materialized_view.sql	2026-02-18 17:05:26.158288363 +0000
@@ -53,7 +53,7 @@
 FROM
   combined
 WHERE
-  DATE(submission_timestamp) >= "2026-02-18"
+  DATE(submission_timestamp) >= "2026-02-17"
 GROUP BY
   submission_date,
   window_start,
diff -bur --no-dereference --new-file /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/glean_dictionary_derived/event_monitoring_live_v1/materialized_view.sql /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/glean_dictionary_derived/event_monitoring_live_v1/materialized_view.sql
--- /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/glean_dictionary_derived/event_monitoring_live_v1/materialized_view.sql	2026-02-18 17:05:29.980924519 +0000
+++ /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/glean_dictionary_derived/event_monitoring_live_v1/materialized_view.sql	2026-02-18 17:05:26.178288683 +0000
@@ -53,7 +53,7 @@
 FROM
   combined
 WHERE
-  DATE(submission_timestamp) >= "2026-02-18"
+  DATE(submission_timestamp) >= "2026-02-17"
 GROUP BY
   submission_date,
   window_start,
diff -bur --no-dereference --new-file /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/gleanjs_docs_derived/event_monitoring_live_v1/materialized_view.sql /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/gleanjs_docs_derived/event_monitoring_live_v1/materialized_view.sql
--- /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/gleanjs_docs_derived/event_monitoring_live_v1/materialized_view.sql	2026-02-18 17:05:29.982924551 +0000
+++ /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/gleanjs_docs_derived/event_monitoring_live_v1/materialized_view.sql	2026-02-18 17:05:26.159288379 +0000
@@ -53,7 +53,7 @@
 FROM
   combined
 WHERE
-  DATE(submission_timestamp) >= "2026-02-18"
+  DATE(submission_timestamp) >= "2026-02-17"
 GROUP BY
   submission_date,
   window_start,
diff -bur --no-dereference --new-file /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/klar_android/metrics/schema.yaml /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/klar_android/metrics/schema.yaml
--- /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/klar_android/metrics/schema.yaml	2026-02-18 17:05:30.466932298 +0000
+++ /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/klar_android/metrics/schema.yaml	2026-02-18 17:05:26.537294417 +0000
@@ -8133,76 +8133,6 @@
         get a human readable error for these values.  Records up to 16 codes.
 
         '
-    - name: urlclassifier_global_cache_hit
-      type: RECORD
-      mode: REPEATED
-      fields:
-      - name: key
-        type: STRING
-        mode: NULLABLE
-      - name: value
-        type: INTEGER
-        mode: NULLABLE
-      description: 'Count of top-level navigations that hit the Global Cache table.
-        Keyed by ETP mode and window type.
-
-        '
-    - name: urlclassifier_global_cache_miss
-      type: RECORD
-      mode: REPEATED
-      fields:
-      - name: key
-        type: STRING
-        mode: NULLABLE
-      - name: value
-        type: INTEGER
-        mode: NULLABLE
-      description: 'Count of top-level navigations that miss the Global Cache table.
-        Keyed by ETP mode and window type.
-
-        '
-    - name: urlclassifier_realtime_simulation_request_count
-      type: RECORD
-      mode: REPEATED
-      fields:
-      - name: key
-        type: STRING
-        mode: NULLABLE
-      - name: value
-        type: INTEGER
-        mode: NULLABLE
-      description: 'Count of simulated real-time Safe Browsing lookup requests. Keyed
-        by ETP mode and window type.
-
-        '
-    - name: urlclassifier_realtime_simulation_request_size
-      type: RECORD
-      mode: REPEATED
-      fields:
-      - name: key
-        type: STRING
-        mode: NULLABLE
-      - name: value
-        type: INTEGER
-        mode: NULLABLE
-      description: 'Total estimated data usage of simulated real-time Safe Browsing
-        lookup requests in bytes. Keyed by ETP mode and window type.
-
-        '
-    - name: urlclassifier_realtime_simulation_response_size
-      type: RECORD
-      mode: REPEATED
-      fields:
-      - name: key
-        type: STRING
-        mode: NULLABLE
-      - name: value
-        type: INTEGER
-        mode: NULLABLE
-      description: 'Total estimated data usage of simulated real-time Safe Browsing
-        lookup responses in bytes. Keyed by ETP mode and window type.
-
-        '
   - name: memory_distribution
     type: RECORD
     mode: NULLABLE
diff -bur --no-dereference --new-file /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/klar_android/metrics/view.sql /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/klar_android/metrics/view.sql
--- /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/klar_android/metrics/view.sql	2026-02-18 17:05:30.456932139 +0000
+++ /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/klar_android/metrics/view.sql	2026-02-18 17:05:26.533294353 +0000
@@ -666,12 +666,7 @@
       metrics.labeled_counter.geolocation_geolocation_cache_hit,
       metrics.labeled_counter.geolocation_geolocation_service,
       metrics.labeled_counter.geolocation_linux_portal_error,
-      metrics.labeled_counter.geolocation_macos_error_code,
-      metrics.labeled_counter.urlclassifier_global_cache_hit,
-      metrics.labeled_counter.urlclassifier_global_cache_miss,
-      metrics.labeled_counter.urlclassifier_realtime_simulation_request_count,
-      metrics.labeled_counter.urlclassifier_realtime_simulation_request_size,
-      metrics.labeled_counter.urlclassifier_realtime_simulation_response_size
+      metrics.labeled_counter.geolocation_macos_error_code
     ) AS `labeled_counter`,
     STRUCT(
       metrics.memory_distribution.glean_database_size,
diff -bur --no-dereference --new-file /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/klar_android/user_characteristics/schema.yaml /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/klar_android/user_characteristics/schema.yaml
--- /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/klar_android/user_characteristics/schema.yaml	2026-02-18 17:05:30.465932282 +0000
+++ /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/klar_android/user_characteristics/schema.yaml	2026-02-18 17:05:26.536294401 +0000
@@ -1062,13 +1062,6 @@
         behaving as they generally expect non-anomalous browsers to behave.
 
         '
-    - name: characteristics_storage_quota
-      type: INTEGER
-      mode: NULLABLE
-      description: 'Storage quota in MB from StorageManager.estimate(), rounded to
-        integer. Acts as a disk-size proxy for fingerprinting entropy analysis.
-
-        '
   - name: string
     type: RECORD
     mode: NULLABLE
@@ -3124,21 +3117,6 @@
         is a JSON stringified array like: ["123.456", "789.012", ...]
 
         '
-    - name: characteristics_sdp_codec_list
-      type: STRING
-      mode: NULLABLE
-      description: 'JSON-stringified SDP codec section from RTCPeerConnection.createOffer().
-        Contains m-lines, a=rtpmap, a=fmtp, and a=rtcp-fb lines with session-specific
-        values (ICE credentials, DTLS fingerprint) stripped.
-
-        '
-    - name: characteristics_webauthn_capabilities
-      type: STRING
-      mode: NULLABLE
-      description: 'JSON-stringified dictionary from PublicKeyCredential.getClientCapabilities().
-        Contains boolean values indicating passkey and authenticator support.
-
-        '
   - name: uuid
     type: RECORD
     mode: NULLABLE
diff -bur --no-dereference --new-file /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/klar_android/user_characteristics/view.sql /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/klar_android/user_characteristics/view.sql
--- /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/klar_android/user_characteristics/view.sql	2026-02-18 17:05:30.406931349 +0000
+++ /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/klar_android/user_characteristics/view.sql	2026-02-18 17:05:26.506293922 +0000
@@ -154,8 +154,7 @@
       metrics.quantity.characteristics_wgpu_minuniformbufferoffsetalignment,
       metrics.quantity.characteristics_gl2_version_software,
       metrics.quantity.characteristics_timezone_offset_web,
-      metrics.quantity.characteristics_audio_unique_samples,
-      metrics.quantity.characteristics_storage_quota
+      metrics.quantity.characteristics_audio_unique_samples
     ) AS `quantity`,
     STRUCT(
       metrics.string.characteristics_canvasdata1,
@@ -485,9 +484,7 @@
       metrics.text2.characteristics_canvasdata9_software_raw,
       metrics.text2.characteristics_css_system_colors,
       metrics.text2.characteristics_css_system_fonts,
-      metrics.text2.characteristics_mathml_diag_values,
-      metrics.text2.characteristics_sdp_codec_list,
-      metrics.text2.characteristics_webauthn_capabilities
+      metrics.text2.characteristics_mathml_diag_values
     ) AS `text2`,
     STRUCT(metrics.uuid.characteristics_client_identifier) AS `uuid`
   ) AS `metrics`,
diff -bur --no-dereference --new-file /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/mdn_fred_derived/event_monitoring_live_v1/materialized_view.sql /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/mdn_fred_derived/event_monitoring_live_v1/materialized_view.sql
--- /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/mdn_fred_derived/event_monitoring_live_v1/materialized_view.sql	2026-02-18 17:05:30.319929974 +0000
+++ /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/mdn_fred_derived/event_monitoring_live_v1/materialized_view.sql	2026-02-18 17:05:26.447292979 +0000
@@ -53,7 +53,7 @@
 FROM
   combined
 WHERE
-  DATE(submission_timestamp) >= "2026-02-18"
+  DATE(submission_timestamp) >= "2026-02-17"
 GROUP BY
   submission_date,
   window_start,
diff -bur --no-dereference --new-file /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/mdn_yari_derived/event_monitoring_live_v1/materialized_view.sql /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/mdn_yari_derived/event_monitoring_live_v1/materialized_view.sql
--- /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/mdn_yari_derived/event_monitoring_live_v1/materialized_view.sql	2026-02-18 17:05:30.319929974 +0000
+++ /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/mdn_yari_derived/event_monitoring_live_v1/materialized_view.sql	2026-02-18 17:05:26.447292979 +0000
@@ -86,7 +86,7 @@
 FROM
   combined
 WHERE
-  DATE(submission_timestamp) >= "2026-02-18"
+  DATE(submission_timestamp) >= "2026-02-17"
 GROUP BY
   submission_date,
   window_start,
diff -bur --no-dereference --new-file /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/monitor_backend_derived/event_monitoring_live_v1/materialized_view.sql /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/monitor_backend_derived/event_monitoring_live_v1/materialized_view.sql
--- /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/monitor_backend_derived/event_monitoring_live_v1/materialized_view.sql	2026-02-18 17:05:30.328930116 +0000
+++ /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/monitor_backend_derived/event_monitoring_live_v1/materialized_view.sql	2026-02-18 17:05:26.450293027 +0000
@@ -53,7 +53,7 @@
 FROM
   combined
 WHERE
-  DATE(submission_timestamp) >= "2026-02-18"
+  DATE(submission_timestamp) >= "2026-02-17"
 GROUP BY
   submission_date,
   window_start,
diff -bur --no-dereference --new-file /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/monitor_cirrus_derived/event_monitoring_live_v1/materialized_view.sql /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/monitor_cirrus_derived/event_monitoring_live_v1/materialized_view.sql
--- /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/monitor_cirrus_derived/event_monitoring_live_v1/materialized_view.sql	2026-02-18 17:05:30.330930148 +0000
+++ /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/monitor_cirrus_derived/event_monitoring_live_v1/materialized_view.sql	2026-02-18 17:05:26.489293650 +0000
@@ -53,7 +53,7 @@
 FROM
   combined
 WHERE
-  DATE(submission_timestamp) >= "2026-02-18"
+  DATE(submission_timestamp) >= "2026-02-17"
 GROUP BY
   submission_date,
   window_start,
diff -bur --no-dereference --new-file /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/monitor_frontend_derived/event_monitoring_live_v1/materialized_view.sql /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/monitor_frontend_derived/event_monitoring_live_v1/materialized_view.sql
--- /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/monitor_frontend_derived/event_monitoring_live_v1/materialized_view.sql	2026-02-18 17:05:30.331930164 +0000
+++ /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/monitor_frontend_derived/event_monitoring_live_v1/materialized_view.sql	2026-02-18 17:05:26.452293059 +0000
@@ -53,7 +53,7 @@
 FROM
   combined
 WHERE
-  DATE(submission_timestamp) >= "2026-02-18"
+  DATE(submission_timestamp) >= "2026-02-17"
 GROUP BY
   submission_date,
   window_start,
diff -bur --no-dereference --new-file /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/mozilla_mach_derived/event_monitoring_live_v1/materialized_view.sql /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/mozilla_mach_derived/event_monitoring_live_v1/materialized_view.sql
--- /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/mozilla_mach_derived/event_monitoring_live_v1/materialized_view.sql	2026-02-18 17:05:30.345930385 +0000
+++ /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/mozilla_mach_derived/event_monitoring_live_v1/materialized_view.sql	2026-02-18 17:05:26.465293267 +0000
@@ -53,7 +53,7 @@
 FROM
   combined
 WHERE
-  DATE(submission_timestamp) >= "2026-02-18"
+  DATE(submission_timestamp) >= "2026-02-17"
 GROUP BY
   submission_date,
   window_start,
diff -bur --no-dereference --new-file /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/mozillavpn_backend_cirrus_derived/event_monitoring_live_v1/materialized_view.sql /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/mozillavpn_backend_cirrus_derived/event_monitoring_live_v1/materialized_view.sql
--- /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/mozillavpn_backend_cirrus_derived/event_monitoring_live_v1/materialized_view.sql	2026-02-18 17:05:30.363930670 +0000
+++ /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/mozillavpn_backend_cirrus_derived/event_monitoring_live_v1/materialized_view.sql	2026-02-18 17:05:26.483293554 +0000
@@ -53,7 +53,7 @@
 FROM
   combined
 WHERE
-  DATE(submission_timestamp) >= "2026-02-18"
+  DATE(submission_timestamp) >= "2026-02-17"
 GRO

⚠️ Only part of the diff is displayed.

Link to full diff

@kik-kik kik-kik changed the title feat: update filters to include more countries in desktop_conversion_events and glean_desktop_conversion_events results feat(DENG-10688): update filters to include more countries in desktop_conversion_events and glean_desktop_conversion_events results Feb 18, 2026
@kik-kik kik-kik self-assigned this Feb 18, 2026
@kik-kik kik-kik added the enhancement New feature or request label Feb 18, 2026
@kik-kik kik-kik requested a review from SuYoungHong February 20, 2026 14:33
@github-actions
Copy link
Copy Markdown

Integration report for "feat(DENG-10688): update filters to include more countries in desktop_conversion_events and glean_desktop_conversion_events results"

sql.diff

No content detected.

Copy link
Copy Markdown

@SuYoungHong SuYoungHong left a comment

Choose a reason for hiding this comment

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

Looks good to me, thank you!

@kik-kik kik-kik added this pull request to the merge queue Feb 24, 2026
Merged via the queue into main with commit a89acea Feb 24, 2026
30 checks passed
@kik-kik kik-kik deleted the feat/DENG-10688/update-firefoxdotcom.desktop_conversion_events-filter branch February 24, 2026 12:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants