Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 29, 2025

Bumps google-auth from 2.41.1 to 2.42.0.

Release notes

Sourced from google-auth's releases.

v2.42.0

2.42.0 (2025-10-24)

Features

  • Add trust boundary support for external accounts. (#1809) (36ecb1d)

Bug Fixes

  • Read scopes from ADC json for impersoanted cred (#1820) (62c0fc8)
Changelog

Sourced from google-auth's changelog.

2.42.0 (2025-10-24)

Features

  • Add trust boundary support for external accounts. (#1809) (36ecb1d)

Bug Fixes

  • Read scopes from ADC json for impersoanted cred (#1820) (62c0fc8)
Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [google-auth](https://github.com/googleapis/google-auth-library-python) from 2.41.1 to 2.42.0.
- [Release notes](https://github.com/googleapis/google-auth-library-python/releases)
- [Changelog](https://github.com/googleapis/google-auth-library-python/blob/main/CHANGELOG.md)
- [Commits](googleapis/google-auth-library-python@v2.41.1...v2.42.0)

---
updated-dependencies:
- dependency-name: google-auth
  dependency-version: 2.42.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Oct 29, 2025
@dependabot dependabot bot requested a review from a team as a code owner October 29, 2025 07:11
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Oct 29, 2025
@dataops-ci-bot
Copy link

Integration report for "chore(deps): bump google-auth from 2.41.1 to 2.42.0"

sql.diff

Click to expand!
Only in /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/ads/ppa_measurements: schema.yaml
Only in /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/ads/ppa_measurements_limited: schema.yaml
Only in /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/app_store_v2_syndicate/apple_store_territory_report: schema.yaml
Only in /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/monitoring/shredder_progress: schema.yaml
Only in /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/monitoring/structured_missing_columns: schema.yaml
Only in /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/monitoring/telemetry_missing_columns: schema.yaml
Only in /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/pocket/pocket_reach_mau: schema.yaml
Only in /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/search_terms/aggregated_search_terms_daily: schema.yaml
Only in /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/search_terms/sanitization_job_data_validation_metrics: schema.yaml
Only in /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/search_terms/sanitization_job_languages: schema.yaml
Only in /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/search_terms/search_terms_daily: schema.yaml
Only in /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/taskclusteretl/person_mozilla_com: schema.yaml
Only in /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/telemetry/buildhub2: schema.yaml
diff -bur --no-dereference --new-file /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/activity_stream/impression_stats_by_experiment/schema.yaml /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/activity_stream/impression_stats_by_experiment/schema.yaml
--- /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/activity_stream/impression_stats_by_experiment/schema.yaml	2025-10-29 07:31:35.000000000 +0000
+++ /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/activity_stream/impression_stats_by_experiment/schema.yaml	2025-10-29 07:20:49.000000000 +0000
@@ -1 +1,37 @@
-{}
+fields:
+- name: tile_id
+  type: INTEGER
+  mode: NULLABLE
+- name: tile_type
+  type: STRING
+  mode: NULLABLE
+- name: submission_timestamp
+  type: TIMESTAMP
+  mode: NULLABLE
+- name: experiment_id
+  type: STRING
+  mode: NULLABLE
+- name: experiment_branch
+  type: STRING
+  mode: NULLABLE
+- name: client_id
+  type: STRING
+  mode: NULLABLE
+- name: blocked
+  type: INTEGER
+  mode: NULLABLE
+- name: clicks
+  type: INTEGER
+  mode: NULLABLE
+- name: impressions
+  type: INTEGER
+  mode: NULLABLE
+- name: position
+  type: INTEGER
+  mode: NULLABLE
+- name: source
+  type: STRING
+  mode: NULLABLE
+- name: user_prefs
+  type: INTEGER
+  mode: NULLABLE
diff -bur --no-dereference --new-file /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/activity_stream/impression_stats_flat/schema.yaml /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/activity_stream/impression_stats_flat/schema.yaml
--- /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/activity_stream/impression_stats_flat/schema.yaml	2025-10-29 07:31:35.000000000 +0000
+++ /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/activity_stream/impression_stats_flat/schema.yaml	2025-10-29 07:20:50.000000000 +0000
@@ -1 +1,75 @@
-{}
+fields:
+- name: tile_id
+  type: INTEGER
+  mode: NULLABLE
+- name: tile_type
+  type: STRING
+  mode: NULLABLE
+- name: submission_timestamp
+  type: TIMESTAMP
+  mode: NULLABLE
+- name: client_id
+  type: STRING
+  mode: NULLABLE
+- name: addon_version
+  type: STRING
+  mode: NULLABLE
+- name: loaded
+  type: INTEGER
+  mode: NULLABLE
+- name: impressions
+  type: INTEGER
+  mode: NULLABLE
+- name: clicks
+  type: INTEGER
+  mode: NULLABLE
+- name: blocked
+  type: INTEGER
+  mode: NULLABLE
+- name: pocketed
+  type: INTEGER
+  mode: NULLABLE
+- name: position
+  type: INTEGER
+  mode: NULLABLE
+- name: page
+  type: STRING
+  mode: NULLABLE
+- name: source
+  type: STRING
+  mode: NULLABLE
+- name: locale
+  type: STRING
+  mode: NULLABLE
+- name: country_code
+  type: STRING
+  mode: NULLABLE
+- name: version
+  type: STRING
+  mode: NULLABLE
+- name: user_prefs
+  type: INTEGER
+  mode: NULLABLE
+- name: release_channel
+  type: STRING
+  mode: NULLABLE
+- name: shield_id
+  type: STRING
+  mode: NULLABLE
+- name: experiments
+  type: RECORD
+  mode: REPEATED
+  fields:
+  - name: key
+    type: STRING
+    mode: NULLABLE
+  - name: value
+    type: RECORD
+    mode: NULLABLE
+    fields:
+    - name: branch
+      type: STRING
+      mode: NULLABLE
+- name: sample_id
+  type: INTEGER
+  mode: NULLABLE
diff -bur --no-dereference --new-file /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/ads/ppa_measurements/schema.yaml /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/ads/ppa_measurements/schema.yaml
--- /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/ads/ppa_measurements/schema.yaml	2025-10-29 07:31:35.000000000 +0000
+++ /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/ads/ppa_measurements/schema.yaml	1970-01-01 00:00:00.000000000 +0000
@@ -1 +0,0 @@
-{}
diff -bur --no-dereference --new-file /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/ads/ppa_measurements_limited/schema.yaml /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/ads/ppa_measurements_limited/schema.yaml
--- /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/ads/ppa_measurements_limited/schema.yaml	2025-10-29 07:31:35.000000000 +0000
+++ /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/ads/ppa_measurements_limited/schema.yaml	1970-01-01 00:00:00.000000000 +0000
@@ -1 +0,0 @@
-{}
diff -bur --no-dereference --new-file /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/app_store/firefox_app_store_territory_source_type_report/schema.yaml /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/app_store/firefox_app_store_territory_source_type_report/schema.yaml
--- /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/app_store/firefox_app_store_territory_source_type_report/schema.yaml	2025-10-29 07:31:35.000000000 +0000
+++ /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/app_store/firefox_app_store_territory_source_type_report/schema.yaml	2025-10-29 07:20:18.000000000 +0000
@@ -1 +1,31 @@
-{}
+fields:
+- name: app_id
+  type: INTEGER
+  mode: NULLABLE
+- name: date
+  type: TIMESTAMP
+  mode: NULLABLE
+- name: source_type
+  type: STRING
+  mode: NULLABLE
+- name: territory
+  type: STRING
+  mode: NULLABLE
+- name: _fivetran_synced
+  type: TIMESTAMP
+  mode: NULLABLE
+- name: impressions
+  type: INTEGER
+  mode: NULLABLE
+- name: impressions_unique_device
+  type: INTEGER
+  mode: NULLABLE
+- name: meets_threshold
+  type: BOOLEAN
+  mode: NULLABLE
+- name: page_views
+  type: INTEGER
+  mode: NULLABLE
+- name: page_views_unique_device
+  type: INTEGER
+  mode: NULLABLE
diff -bur --no-dereference --new-file /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/app_store/firefox_app_store_territory_web_referrer_report/schema.yaml /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/app_store/firefox_app_store_territory_web_referrer_report/schema.yaml
--- /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/app_store/firefox_app_store_territory_web_referrer_report/schema.yaml	2025-10-29 07:31:35.000000000 +0000
+++ /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/app_store/firefox_app_store_territory_web_referrer_report/schema.yaml	2025-10-29 07:20:20.000000000 +0000
@@ -1 +1,34 @@
-{}
+fields:
+- name: app_id
+  type: INTEGER
+  mode: NULLABLE
+- name: date
+  type: TIMESTAMP
+  mode: NULLABLE
+- name: territory
+  type: STRING
+  mode: NULLABLE
+- name: web_referrer
+  type: STRING
+  mode: NULLABLE
+- name: _fivetran_synced
+  type: TIMESTAMP
+  mode: NULLABLE
+- name: impressions
+  type: INTEGER
+  mode: NULLABLE
+- name: impressions_unique_device
+  type: INTEGER
+  mode: NULLABLE
+- name: meets_threshold
+  type: BOOLEAN
+  mode: NULLABLE
+- name: page_views
+  type: INTEGER
+  mode: NULLABLE
+- name: page_views_unique_device
+  type: INTEGER
+  mode: NULLABLE
+- name: date_pst
+  type: TIMESTAMP
+  mode: NULLABLE
diff -bur --no-dereference --new-file /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/app_store/firefox_downloads_territory_source_type_report/schema.yaml /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/app_store/firefox_downloads_territory_source_type_report/schema.yaml
--- /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/app_store/firefox_downloads_territory_source_type_report/schema.yaml	2025-10-29 07:31:35.000000000 +0000
+++ /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/app_store/firefox_downloads_territory_source_type_report/schema.yaml	2025-10-29 07:20:16.000000000 +0000
@@ -1 +1,31 @@
-{}
+fields:
+- name: app_id
+  type: INTEGER
+  mode: NULLABLE
+- name: date
+  type: TIMESTAMP
+  mode: NULLABLE
+- name: source_type
+  type: STRING
+  mode: NULLABLE
+- name: territory
+  type: STRING
+  mode: NULLABLE
+- name: _fivetran_synced
+  type: TIMESTAMP
+  mode: NULLABLE
+- name: first_time_downloads
+  type: INTEGER
+  mode: NULLABLE
+- name: meets_threshold
+  type: BOOLEAN
+  mode: NULLABLE
+- name: redownloads
+  type: INTEGER
+  mode: NULLABLE
+- name: total_downloads
+  type: INTEGER
+  mode: NULLABLE
+- name: date_pst
+  type: TIMESTAMP
+  mode: NULLABLE
diff -bur --no-dereference --new-file /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/app_store/firefox_downloads_territory_web_referrer_report/schema.yaml /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/app_store/firefox_downloads_territory_web_referrer_report/schema.yaml
--- /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/app_store/firefox_downloads_territory_web_referrer_report/schema.yaml	2025-10-29 07:31:35.000000000 +0000
+++ /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/app_store/firefox_downloads_territory_web_referrer_report/schema.yaml	2025-10-29 07:20:17.000000000 +0000
@@ -1 +1,31 @@
-{}
+fields:
+- name: app_id
+  type: INTEGER
+  mode: NULLABLE
+- name: date
+  type: TIMESTAMP
+  mode: NULLABLE
+- name: territory
+  type: STRING
+  mode: NULLABLE
+- name: web_referrer
+  type: STRING
+  mode: NULLABLE
+- name: _fivetran_synced
+  type: TIMESTAMP
+  mode: NULLABLE
+- name: first_time_downloads
+  type: INTEGER
+  mode: NULLABLE
+- name: meets_threshold
+  type: BOOLEAN
+  mode: NULLABLE
+- name: redownloads
+  type: INTEGER
+  mode: NULLABLE
+- name: total_downloads
+  type: INTEGER
+  mode: NULLABLE
+- name: date_pst
+  type: TIMESTAMP
+  mode: NULLABLE
diff -bur --no-dereference --new-file /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/app_store/firefox_usage_territory_source_type_report/schema.yaml /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/app_store/firefox_usage_territory_source_type_report/schema.yaml
--- /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/app_store/firefox_usage_territory_source_type_report/schema.yaml	2025-10-29 07:31:35.000000000 +0000
+++ /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/app_store/firefox_usage_territory_source_type_report/schema.yaml	2025-10-29 07:20:19.000000000 +0000
@@ -1 +1,37 @@
-{}
+fields:
+- name: app_id
+  type: INTEGER
+  mode: NULLABLE
+- name: date
+  type: TIMESTAMP
+  mode: NULLABLE
+- name: source_type
+  type: STRING
+  mode: NULLABLE
+- name: territory
+  type: STRING
+  mode: NULLABLE
+- name: _fivetran_synced
+  type: TIMESTAMP
+  mode: NULLABLE
+- name: active_devices
+  type: INTEGER
+  mode: NULLABLE
+- name: active_devices_last_30_days
+  type: INTEGER
+  mode: NULLABLE
+- name: deletions
+  type: INTEGER
+  mode: NULLABLE
+- name: installations
+  type: INTEGER
+  mode: NULLABLE
+- name: meets_threshold
+  type: BOOLEAN
+  mode: NULLABLE
+- name: sessions
+  type: INTEGER
+  mode: NULLABLE
+- name: date_pst
+  type: TIMESTAMP
+  mode: NULLABLE
diff -bur --no-dereference --new-file /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/app_store/firefox_usage_territory_web_referrer_report/schema.yaml /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/app_store/firefox_usage_territory_web_referrer_report/schema.yaml
--- /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/app_store/firefox_usage_territory_web_referrer_report/schema.yaml	2025-10-29 07:31:35.000000000 +0000
+++ /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/app_store/firefox_usage_territory_web_referrer_report/schema.yaml	2025-10-29 07:20:21.000000000 +0000
@@ -1 +1,37 @@
-{}
+fields:
+- name: app_id
+  type: INTEGER
+  mode: NULLABLE
+- name: date
+  type: TIMESTAMP
+  mode: NULLABLE
+- name: territory
+  type: STRING
+  mode: NULLABLE
+- name: web_referrer
+  type: STRING
+  mode: NULLABLE
+- name: _fivetran_synced
+  type: TIMESTAMP
+  mode: NULLABLE
+- name: active_devices
+  type: INTEGER
+  mode: NULLABLE
+- name: active_devices_last_30_days
+  type: INTEGER
+  mode: NULLABLE
+- name: deletions
+  type: INTEGER
+  mode: NULLABLE
+- name: installations
+  type: INTEGER
+  mode: NULLABLE
+- name: meets_threshold
+  type: BOOLEAN
+  mode: NULLABLE
+- name: sessions
+  type: INTEGER
+  mode: NULLABLE
+- name: date_pst
+  type: TIMESTAMP
+  mode: NULLABLE
diff -bur --no-dereference --new-file /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/app_store_v2_syndicate/apple_store_territory_report/schema.yaml /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/app_store_v2_syndicate/apple_store_territory_report/schema.yaml
--- /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/app_store_v2_syndicate/apple_store_territory_report/schema.yaml	2025-10-29 07:31:35.000000000 +0000
+++ /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/app_store_v2_syndicate/apple_store_territory_report/schema.yaml	1970-01-01 00:00:00.000000000 +0000
@@ -1 +0,0 @@
-{}
diff -bur --no-dereference --new-file /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/contextual_services/adm_forecasting/schema.yaml /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/contextual_services/adm_forecasting/schema.yaml
--- /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/contextual_services/adm_forecasting/schema.yaml	2025-10-29 07:31:35.000000000 +0000
+++ /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/contextual_services/adm_forecasting/schema.yaml	2025-10-29 07:20:51.000000000 +0000
@@ -1 +1,47 @@
-{}
+fields:
+- name: product
+  type: STRING
+  mode: NULLABLE
+- name: submission_date
+  type: DATE
+  mode: NULLABLE
+  description: The date when the telemetry ping is received on the server side.
+- name: country
+  type: STRING
+  mode: NULLABLE
+  description: Name of the country in which the activity took place, as determined
+    by the IP geolocation.
+- name: device
+  type: STRING
+  mode: NULLABLE
+  description: Device Type - e.g. desktop or mobile.
+- name: eligible_share_country
+  type: FLOAT
+  mode: NULLABLE
+- name: clients
+  type: INTEGER
+  mode: NULLABLE
+- name: p_amazon
+  type: FLOAT
+  mode: NULLABLE
+- name: p_other
+  type: FLOAT
+  mode: NULLABLE
+- name: amazon_clients
+  type: FLOAT
+  mode: NULLABLE
+- name: other_clients
+  type: FLOAT
+  mode: NULLABLE
+- name: amazon_clicks
+  type: INTEGER
+  mode: NULLABLE
+- name: other_clicks
+  type: INTEGER
+  mode: NULLABLE
+- name: amazon_clicks_per_client
+  type: FLOAT
+  mode: NULLABLE
+- name: other_clicks_per_client
+  type: FLOAT
+  mode: NULLABLE
diff -bur --no-dereference --new-file /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/contextual_services/event_aggregates/schema.yaml /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/contextual_services/event_aggregates/schema.yaml
--- /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/contextual_services/event_aggregates/schema.yaml	2025-10-29 07:31:35.000000000 +0000
+++ /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/contextual_services/event_aggregates/schema.yaml	2025-10-29 07:21:01.000000000 +0000
@@ -1 +1,49 @@
-{}
+fields:
+- name: submission_date
+  type: DATE
+  mode: NULLABLE
+- name: source
+  type: STRING
+  mode: NULLABLE
+- name: event_type
+  type: STRING
+  mode: NULLABLE
+- name: form_factor
+  type: STRING
+  mode: NULLABLE
+- name: country
+  type: STRING
+  mode: NULLABLE
+- name: subdivision1
+  type: STRING
+  mode: NULLABLE
+- name: advertiser
+  type: STRING
+  mode: NULLABLE
+- name: release_channel
+  type: STRING
+  mode: NULLABLE
+- name: position
+  type: INTEGER
+  mode: NULLABLE
+- name: provider
+  type: STRING
+  mode: NULLABLE
+- name: match_type
+  type: STRING
+  mode: NULLABLE
+- name: normalized_os
+  type: STRING
+  mode: NULLABLE
+- name: suggest_data_sharing_enabled
+  type: BOOLEAN
+  mode: NULLABLE
+- name: event_count
+  type: INTEGER
+  mode: NULLABLE
+- name: user_count
+  type: INTEGER
+  mode: NULLABLE
+- name: query_type
+  type: STRING
+  mode: NULLABLE
diff -bur --no-dereference --new-file /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/contextual_services/event_aggregates_spons_tiles/schema.yaml /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/contextual_services/event_aggregates_spons_tiles/schema.yaml
--- /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/contextual_services/event_aggregates_spons_tiles/schema.yaml	2025-10-29 07:31:35.000000000 +0000
+++ /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/contextual_services/event_aggregates_spons_tiles/schema.yaml	2025-10-29 07:20:44.000000000 +0000
@@ -1 +1,31 @@
-{}
+fields:
+- name: submission_date
+  type: DATE
+  mode: NULLABLE
+- name: form_factor
+  type: STRING
+  mode: NULLABLE
+- name: country
+  type: STRING
+  mode: NULLABLE
+- name: advertiser
+  type: STRING
+  mode: NULLABLE
+- name: normalized_os
+  type: STRING
+  mode: NULLABLE
+- name: release_channel
+  type: STRING
+  mode: NULLABLE
+- name: position
+  type: INTEGER
+  mode: NULLABLE
+- name: provider
+  type: STRING
+  mode: NULLABLE
+- name: impression_count
+  type: INTEGER
+  mode: NULLABLE
+- name: click_count
+  type: INTEGER
+  mode: NULLABLE
diff -bur --no-dereference --new-file /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/contextual_services/event_aggregates_suggest/schema.yaml /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/contextual_services/event_aggregates_suggest/schema.yaml
--- /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/contextual_services/event_aggregates_suggest/schema.yaml	2025-10-29 07:31:35.000000000 +0000
+++ /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/contextual_services/event_aggregates_suggest/schema.yaml	2025-10-29 07:20:48.000000000 +0000
@@ -1 +1,40 @@
-{}
+fields:
+- name: submission_date
+  type: DATE
+  mode: NULLABLE
+- name: form_factor
+  type: STRING
+  mode: NULLABLE
+- name: country
+  type: STRING
+  mode: NULLABLE
+- name: advertiser
+  type: STRING
+  mode: NULLABLE
+- name: normalized_os
+  type: STRING
+  mode: NULLABLE
+- name: release_channel
+  type: STRING
+  mode: NULLABLE
+- name: position
+  type: INTEGER
+  mode: NULLABLE
+- name: provider
+  type: STRING
+  mode: NULLABLE
+- name: match_type
+  type: STRING
+  mode: NULLABLE
+- name: suggest_data_sharing_enabled
+  type: BOOLEAN
+  mode: NULLABLE
+- name: impression_count
+  type: INTEGER
+  mode: NULLABLE
+- name: click_count
+  type: INTEGER
+  mode: NULLABLE
+- name: query_type
+  type: STRING
+  mode: NULLABLE
diff -bur --no-dereference --new-file /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/contextual_services/quicksuggest_click_live/schema.yaml /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/contextual_services/quicksuggest_click_live/schema.yaml
--- /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/contextual_services/quicksuggest_click_live/schema.yaml	2025-10-29 07:31:35.000000000 +0000
+++ /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/contextual_services/quicksuggest_click_live/schema.yaml	2025-10-29 07:20:42.000000000 +0000
@@ -1 +1,174 @@
-{}
+fields:
+- name: additional_properties
+  type: STRING
+  mode: NULLABLE
+- name: advertiser
+  type: STRING
+  mode: NULLABLE
+- name: block_id
+  type: INTEGER
+  mode: NULLABLE
+- name: context_id
+  type: STRING
+  mode: NULLABLE
+- name: document_id
+  type: STRING
+  mode: NULLABLE
+- name: experiments
+  type: RECORD
+  mode: REPEATED
+  fields:
+  - name: key
+    type: STRING
+    mode: NULLABLE
+  - name: value
+    type: RECORD
+    mode: NULLABLE
+    fields:
+    - name: branch
+      type: STRING
+      mode: NULLABLE
+- name: locale
+  type: STRING
+  mode: NULLABLE
+- name: metadata
+  type: RECORD
+  mode: NULLABLE
+  fields:
+  - name: geo
+    type: RECORD
+    mode: NULLABLE
+    fields:
+    - name: city
+      type: STRING
+      mode: NULLABLE
+    - name: country
+      type: STRING
+      mode: NULLABLE
+    - name: db_version
+      type: STRING
+      mode: NULLABLE
+    - name: subdivision1
+      type: STRING
+      mode: NULLABLE
+    - name: subdivision2
+      type: STRING
+      mode: NULLABLE
+  - name: header
+    type: RECORD
+    mode: NULLABLE
+    fields:
+    - name: date
+      type: STRING
+      mode: NULLABLE
+    - name: dnt
+      type: STRING
+      mode: NULLABLE
+    - name: x_debug_id
+      type: STRING
+      mode: NULLABLE
+    - name: x_pingsender_version
+      type: STRING
+      mode: NULLABLE
+    - name: x_source_tags
+      type: STRING
+      mode: NULLABLE
+    - name: x_telemetry_agent
+      type: STRING
+      mode: NULLABLE
+    - name: x_foxsec_ip_reputation
+      type: STRING
+      mode: NULLABLE
+    - name: x_lb_tags
+      type: STRING
+      mode: NULLABLE
+    - name: parsed_date
+      type: TIMESTAMP
+      mode: NULLABLE
+    - name: parsed_x_source_tags
+      type: STRING
+      mode: REPEATED
+    - name: parsed_x_lb_tags
+      type: RECORD
+      mode: NULLABLE
+      fields:
+      - name: tls_version
+        type: STRING
+        mode: NULLABLE
+      - name: tls_cipher_hex
+        type: STRING
+        mode: NULLABLE
+  - name: isp
+    type: RECORD
+    mode: NULLABLE
+    fields:
+    - name: db_version
+      type: STRING
+      mode: NULLABLE
+    - name: name
+      type: STRING
+      mode: NULLABLE
+    - name: organization
+      type: STRING
+      mode: NULLABLE
+  - name: user_agent
+    type: RECORD
+    mode: NULLABLE
+    fields:
+    - name: browser
+      type: STRING
+      mode: NULLABLE
+    - name: os
+      type: STRING
+      mode: NULLABLE
+    - name: version
+      type: STRING
+      mode: NULLABLE
+- name: normalized_app_name
+  type: STRING
+  mode: NULLABLE
+- name: normalized_channel
+  type: STRING
+  mode: NULLABLE
+- name: normalized_country_code
+  type: STRING
+  mode: NULLABLE
+- name: normalized_os
+  type: STRING
+  mode: NULLABLE
+- name: normalized_os_version
+  type: STRING
+  mode: NULLABLE
+- name: position
+  type: INTEGER
+  mode: NULLABLE
+- name: release_channel
+  type: STRING
+  mode: NULLABLE
+- name: reporting_url
+  type: STRING
+  mode: NULLABLE
+- name: sample_id
+  type: INTEGER
+  mode: NULLABLE
+- name: submission_timestamp
+  type: TIMESTAMP
+  mode: NULLABLE
+- name: version
+  type: STRING
+  mode: NULLABLE
+- name: scenario
+  type: STRING
+  mode: NULLABLE
+- name: request_id
+  type: STRING
+  mode: NULLABLE
+- name: match_type
+  type: STRING
+  mode: NULLABLE
+- name: improve_suggest_experience_checked
+  type: BOOLEAN
+  mode: NULLABLE
+- name: source
+  type: STRING
+  mode: NULLABLE
diff -bur --no-dereference --new-file /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/contextual_services/quicksuggest_impression_live/schema.yaml /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/contextual_services/quicksuggest_impression_live/schema.yaml
--- /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/contextual_services/quicksuggest_impression_live/schema.yaml	2025-10-29 07:31:35.000000000 +0000
+++ /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/contextual_services/quicksuggest_impression_live/schema.yaml	2025-10-29 07:20:49.000000000 +0000
@@ -1 +1,177 @@
-{}
+fields:
+- name: additional_properties
+  type: STRING
+  mode: NULLABLE
+- name: advertiser
+  type: STRING
+  mode: NULLABLE
+- name: block_id
+  type: INTEGER
+  mode: NULLABLE
+- name: context_id
+  type: STRING
+  mode: NULLABLE
+- name: document_id
+  type: STRING
+  mode: NULLABLE
+- name: experiments
+  type: RECORD
+  mode: REPEATED
+  fields:
+  - name: key
+    type: STRING
+    mode: NULLABLE
+  - name: value
+    type: RECORD
+    mode: NULLABLE
+    fields:
+    - name: branch
+      type: STRING
+      mode: NULLABLE
+- name: is_clicked
+  type: BOOLEAN
+  mode: NULLABLE
+- name: locale
+  type: STRING
+  mode: NULLABLE
+- name: metadata
+  type: RECORD
+  mode: NULLABLE
+  fields:
+  - name: geo
+    type: RECORD
+    mode: NULLABLE
+    fields:
+    - name: city
+      type: STRING
+      mode: NULLABLE
+    - name: country
+      type: STRING
+      mode: NULLABLE
+    - name: db_version
+      type: STRING
+      mode: NULLABLE
+    - name: subdivision1
+      type: STRING
+      mode: NULLABLE
+    - name: subdivision2
+      type: STRING
+      mode: NULLABLE
+  - name: header
+    type: RECORD
+    mode: NULLABLE
+    fields:
+    - name: date
+      type: STRING
+      mode: NULLABLE
+    - name: dnt
+      type: STRING
+      mode: NULLABLE
+    - name: x_debug_id
+      type: STRING
+      mode: NULLABLE
+    - name: x_pingsender_version
+      type: STRING
+      mode: NULLABLE
+    - name: x_source_tags
+      type: STRING
+      mode: NULLABLE
+    - name: x_telemetry_agent
+      type: STRING
+      mode: NULLABLE
+    - name: x_foxsec_ip_reputation
+      type: STRING
+      mode: NULLABLE
+    - name: x_lb_tags
+      type: STRING
+      mode: NULLABLE
+    - name: parsed_date
+      type: TIMESTAMP
+      mode: NULLABLE
+    - name: parsed_x_source_tags
+      type: STRING
+      mode: REPEATED
+    - name: parsed_x_lb_tags
+      type: RECORD
+      mode: NULLABLE
+      fields:
+      - name: tls_version
+        type: STRING
+        mode: NULLABLE
+      - name: tls_cipher_hex
+        type: STRING
+        mode: NULLABLE
+  - name: isp
+    type: RECORD
+    mode: NULLABLE
+    fields:
+    - name: db_version
+      type: STRING
+      mode: NULLABLE
+    - name: name
+      type: STRING
+      mode: NULLABLE
+    - name: organization
+      type: STRING
+      mode: NULLABLE
+  - name: user_agent
+    type: RECORD
+    mode: NULLABLE
+    fields:
+    - name: browser
+      type: STRING
+      mode: NULLABLE
+    - name: os
+      type: STRING
+      mode: NULLABLE
+    - name: version
+      type: STRING
+      mode: NULLABLE
+- name: normalized_app_name
+  type: STRING
+  mode: NULLABLE
+- name: normalized_channel
+  type: STRING
+  mode: NULLABLE
+- name: normalized_country_code
+  type: STRING
+  mode: NULLABLE
+- name: normalized_os
+  type: STRING
+  mode: NULLABLE
+- name: normalized_os_version
+  type: STRING
+  mode: NULLABLE
+- name: position
+  type: INTEGER
+  mode: NULLABLE
+- name: release_channel
+  type: STRING
+  mode: NULLABLE
+- name: reporting_url
+  type: STRING
+  mode: NULLABLE
+- name: sample_id
+  type: INTEGER
+  mode: NULLABLE
+- name: submission_timestamp
+  type: TIMESTAMP
+  mode: NULLABLE
+- name: version
+  type: STRING
+  mode: NULLABLE
+- name: scenario
+  type: STRING
+  mode: NULLABLE
+- name: request_id
+  type: STRING
+  mode: NULLABLE
+- name: match_type
+  type: STRING
+  mode: NULLABLE
+- name: improve_suggest_experience_checked
+  type: BOOLEAN
+  mode: NULLABLE
+- name: source
+  type: STRING
+  mode: NULLABLE
diff -bur --no-dereference --new-file /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/contextual_services/request_payload_suggest/schema.yaml /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/contextual_services/request_payload_suggest/schema.yaml
--- /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/contextual_services/request_payload_suggest/schema.yaml	2025-10-29 07:31:35.000000000 +0000
+++ /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/contextual_services/request_payload_suggest/schema.yaml	2025-10-29 07:20:52.000000000 +0000
@@ -1 +1,28 @@
-{}
+fields:
+- name: form_factor
+  type: STRING
+  mode: NULLABLE
+- name: flagged_fraud
+  type: BOOLEAN
+  mode: NULLABLE
+- name: submission_date
+  type: DATE
+  mode: NULLABLE
+- name: country_code
+  type: STRING
+  mode: NULLABLE
+- name: region_code
+  type: STRING
+  mode: NULLABLE
+- name: os_family
+  type: STRING
+  mode: NULLABLE
+- name: product_version
+  type: INTEGER
+  mode: NULLABLE
+- name: impression_count
+  type: INTEGER
+  mode: NULLABLE
+- name: click_count
+  type: INTEGER
+  mode: NULLABLE
diff -bur --no-dereference --new-file /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/contextual_services/request_payload_tiles/schema.yaml /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/contextual_services/request_payload_tiles/schema.yaml
--- /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/contextual_services/request_payload_tiles/schema.yaml	2025-10-29 07:31:35.000000000 +0000
+++ /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/contextual_services/request_payload_tiles/schema.yaml	2025-10-29 07:20:43.000000000 +0000
@@ -1 +1,34 @@
-{}
+fields:
+- name: form_factor
+  type: STRING
+  mode: NULLABLE
+- name: flagged_fraud
+  type: BOOLEAN
+  mode: NULLABLE
+- name: submission_date
+  type: DATE
+  mode: NULLABLE
+- name: begin_timestamp
+  type: TIMESTAMP
+  mode: NULLABLE
+- name: end_timestamp
+  type: TIMESTAMP
+  mode: NULLABLE
+- name: country_code
+  type: STRING
+  mode: NULLABLE
+- name: region_code
+  type: STRING
+  mode: NULLABLE
+- name: os_family
+  type: STRING
+  mode: NULLABLE
+- name: product_version
+  type: INTEGER
+  mode: NULLABLE
+- name: impression_count
+  type: INTEGER
+  mode: NULLABLE
+- name: click_count
+  type: INTEGER
+  mode: NULLABLE
diff -bur --no-dereference --new-file /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/contextual_services/suggest_revenue_levers_daily/schema.yaml /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/contextual_services/suggest_revenue_levers_daily/schema.yaml
--- /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/contextual_services/suggest_revenue_levers_daily/schema.yaml	2025-10-29 07:31:35.000000000 +0000
+++ /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/contextual_services/suggest_revenue_levers_daily/schema.yaml	2025-10-29 07:20:46.000000000 +0000
@@ -1 +1,34 @@
-{}
+fields:
+- name: country
+  type: STRING
+  mode: NULLABLE
+- name: submission_date
+  type: DATE
+  mode: NULLABLE
+- name: device
+  type: STRING
+  mode: NULLABLE
+- name: eligible_share_country
+  type: FLOAT
+  mode: NULLABLE
+- name: live_market_dau
+  type: INTEGER
+  mode: NULLABLE
+- name: urlbar_search_dau
+  type: INTEGER
+  mode: NULLABLE
+- name: suggest_exposed_clients
+  type: INTEGER
+  mode: NULLABLE
+- name: urlbar_search
+  type: INTEGER
+  mode: NULLABLE
+- name: total_impressions
+  type: INTEGER
+  mode: NULLABLE
+- name: spons_impressions
+  type: INTEGER
+  mode: NULLABLE
+- name: spons_clicks
+  type: INTEGER
+  mode: NULLABLE
diff -bur --no-dereference --new-file /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/contextual_services/topsites_click_live/schema.yaml /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/contextual_services/topsites_click_live/schema.yaml
--- /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/contextual_services/topsites_click_live/schema.yaml	2025-10-29 07:31:35.000000000 +0000
+++ /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/contextual_services/topsites_click_live/schema.yaml	2025-10-29 07:20:53.000000000 +0000
@@ -1 +1,162 @@
-{}
+fields:
+- name: additional_properties
+  type: STRING
+  mode: NULLABLE
+- name: advertiser
+  type: STRING
+  mode: NULLABLE
+- name: context_id
+  type: STRING
+  mode: NULLABLE
+- name: document_id
+  type: STRING
+  mode: NULLABLE
+- name: experiments
+  type: RECORD
+  mode: REPEATED
+  fields:
+  - name: key
+    type: STRING
+    mode: NULLABLE
+  - name: value
+    type: RECORD
+    mode: NULLABLE
+    fields:
+    - name: branch
+      type: STRING
+      mode: NULLABLE
+- name: locale
+  type: STRING
+  mode: NULLABLE
+- name: metadata
+  type: RECORD
+  mode: NULLABLE
+  fields:
+  - name: geo
+    type: RECORD
+    mode: NULLABLE
+    fields:
+    - name: city
+      type: STRING
+      mode: NULLABLE
+    - name: country
+      type: STRING
+      mode: NULLABLE
+    - name: db_version
+      type: STRING
+      mode: NULLABLE
+    - name: subdivision1
+      type: STRING
+      mode: NULLABLE
+    - name: subdivision2
+      type: STRING
+      mode: NULLABLE
+  - name: header
+    type: RECORD
+    mode: NULLABLE
+    fields:
+    - name: date
+      type: STRING
+      mode: NULLABLE
+    - name: dnt
+      type: STRING
+      mode: NULLABLE
+    - name: x_debug_id
+      type: STRING
+      mode: NULLABLE
+    - name: x_pingsender_version
+      type: STRING
+      mode: NULLABLE
+    - name: x_source_tags
+      type: STRING
+      mode: NULLABLE
+    - name: x_telemetry_agent
+      type: STRING
+      mode: NULLABLE
+    - name: x_foxsec_ip_reputation
+      type: STRING
+      mode: NULLABLE
+    - name: x_lb_tags
+      type: STRING
+      mode: NULLABLE
+    - name: parsed_date
+      type: TIMESTAMP
+      mode: NULLABLE
+    - name: parsed_x_source_tags
+      type: STRING
+      mode: REPEATED
+    - name: parsed_x_lb_tags
+      type: RECORD
+      mode: NULLABLE
+      fields:
+      - name: tls_version
+        type: STRING
+        mode: NULLABLE
+      - name: tls_cipher_hex
+        type: STRING
+        mode: NULLABLE
+  - name: isp
+    type: RECORD
+    mode: NULLABLE
+    fields:
+    - name: db_version
+      type: STRING
+      mode: NULLABLE
+    - name: name
+      type: STRING
+      mode: NULLABLE
+    - name: organization
+      type: STRING
+      mode: NULLABLE
+  - name: user_agent
+    type: RECORD
+    mode: NULLABLE
+    fields:
+    - name: browser
+      type: STRING
+      mode: NULLABLE
+    - name: os
+      type: STRING
+      mode: NULLABLE
+    - name: version
+      type: STRING
+      mode: NULLABLE
+- name: normalized_app_name
+  type: STRING
+  mode: NULLABLE
+- name: normalized_channel
+  type: STRING
+  mode: NULLABLE
+- name: normalized_country_code
+  type: STRING
+  mode: NULLABLE
+- name: normalized_os
+  type: STRING
+  mode: NULLABLE
+- name: normalized_os_version
+  type: STRING
+  mode: NULLABLE
+- name: position
+  type: INTEGER
+  mode: NULLABLE
+- name: release_channel
+  type: STRING
+  mode: NULLABLE
+- name: reporting_url
+  type: STRING
+  mode: NULLABLE
+- name: sample_id
+  type: INTEGER
+  mode: NULLABLE
+- name: submission_timestamp
+  type: TIMESTAMP
+  mode: NULLABLE
+- name: tile_id
+  type: INTEGER
+  mode: NULLABLE
+- name: version
+  type: STRING
+  mode: NULLABLE
+- name: source
+  type: STRING
+  mode: NULLABLE
diff -bur --no-dereference --new-file /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/contextual_services/topsites_impression_live/schema.yaml /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/contextual_services/topsites_impression_live/schema.yaml
--- /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/contextual_services/topsites_impression_live/schema.yaml	2025-10-29 07:31:35.000000000 +0000
+++ /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/contextual_services/topsites_impression_live/schema.yaml	2025-10-29 07:20:47.000000000 +0000
@@ -1 +1,162 @@
-{}
+fields:
+- name: additional_properties
+  type: STRING
+  mode: NULLABLE
+- name: advertiser
+  type: STRING
+  mode: NULLABLE
+- name: context_id
+  type: STRING
+  mode: NULLABLE
+- name: document_id
+  type: STRING
+  mode: NULLABLE
+- name: experiments
+  type: RECORD
+  mode: REPEATED
+  fields:
+  - name: key
+    type: STRING
+    mode: NULLABLE
+  - name: value
+    type: RECORD
+    mode: NULLABLE
+    fields:
+    - name: branch
+      type: STRING
+      mode: NULLABLE
+- name: locale
+  type: STRING
+  mode: NULLABLE
+- name: metadata
+  type: RECORD
+  mode: NULLABLE
+  fields:
+  - name: geo
+    type: RECORD
+    mode: NULLABLE
+    fields:
+    - name: city
+      type: STRING
+      mode: NULLABLE
+    - name: country
+      type: STRING
+      mode: NULLABLE
+    - name: db_version
+      type: STRING
+      mode: NULLABLE
+    - name: subdivision1
+      type: STRING
+      mode: NULLABLE
+    - name: subdivision2
+      type: STRING
+      mode: NULLABLE
+  - name: header
+    type: RECORD
+    mode: NULLABLE
+    fields:
+    - name: date
+      type: STRING
+      mode: NULLABLE
+    - name: dnt
+      type: STRING
+      mode: NULLABLE
+    - name: x_debug_id
+      type: STRING
+      mode: NULLABLE
+    - name: x_pingsender_version
+      type: STRING
+      mode: NULLABLE
+    - name: x_source_tags
+      type: STRING
+      mode: NULLABLE
+    - name: x_telemetry_agent
+      type: STRING
+      mode: NULLABLE
+    - name: x_foxsec_ip_reputation
+      type: STRING
+      mode: NULLABLE
+    - name: x_lb_tags
+      type: STRING
+      mode: NULLABLE
+    - name: parsed_date
+      type: TIMESTAMP
+      mode: NULLABLE
+    - name: parsed_x_source_tags
+      type: STRING
+      mode: REPEATED
+    - name: parsed_x_lb_tags
+      type: RECORD
+      mode: NULLABLE
+      fields:
+      - name: tls_version
+        type: STRING
+        mode: NULLABLE
+      - name: tls_cipher_hex
+        type: STRING
+        mode: NULLABLE
+  - name: isp
+    type: RECORD
+    mode: NULLABLE
+    fields:
+    - name: db_version
+      type: STRING
+      mode: NULLABLE
+    - name: name
+      type: STRING
+      mode: NULLABLE
+    - name: organization
+      type: STRING
+      mode: NULLABLE
+  - name: user_agent
+    type: RECORD
+    mode: NULLABLE
+    fields:
+    - name: browser
+      type: STRING
+      mode: NULLABLE
+    - name: os
+      type: STRING
+      mode: NULLABLE
+    - name: version
+      type: STRING
+      mode: NULLABLE
+- name: normalized_app_name
+  type: STRING
+  mode: NULLABLE
+- name: normalized_channel
+  type: STRING
+  mode: NULLABLE
+- name: normalized_country_code
+  type: STRING
+  mode: NULLABLE
+- name: normalized_os
+  type: STRING
+  mode: NULLABLE
+- name: normalized_os_version
+  type: STRING
+  mode: NULLABLE
+- name: position
+  type: INTEGER
+  mode: NULLABLE
+- name: release_channel
+  type: STRING
+  mode: NULLABLE
+- name: reporting_url
+  type: STRING
+  mode: NULLABLE
+- name: sample_id
+  type: INTEGER
+  mode: NULLABLE
+- name: submission_timestamp
+  type: TIMESTAMP
+  mode: NULLABLE
+- name: tile_id
+  type: INTEGER
+  mode: NULLABLE
+- name: version
+  type: STRING
+  mode: NULLABLE
+- name: source
+  type: STRING
+  mode: NULLABLE
diff -bur --no-dereference --new-file /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/fenix/client_deduplication/schema.yaml /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/fenix/client_deduplication/schema.yaml
--- /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/fenix/client_deduplication/schema.yaml	2025-10-29 07:31:35.000000000 +0000
+++ /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/fenix/client_deduplication/schema.yaml	2025-10-29 07:20:43.000000000 +0000
@@ -1 +1,424 @@
-{}
+fields:
+- name: client_id
+  type: STRING
+  mode: NULLABLE
+- name: hashed_ad_id
+  type: STRING
+  mode: NULLABLE
+- name: valid_advertising_id
+  type: BOOLEAN
+  mode: NULLABLE
+- name: submission_date
+  type: DATE
+  mode: NULLABLE
+- name: normalized_app_id
+  type: STRING
+  mode: NULLABLE
+- name: additional_properties
+  type: STRING
+  mode: NULLABLE
+- name: client_info
+  type: RECORD
+  mode: NULLABLE
+  fields:
+  - name: android_sdk_version
+    type: STRING
+    mode: NULLABLE
+  - name: app_build
+    type: STRING
+    mode: NULLABLE
+  - name: app_channel
+    type: STRING
+    mode: NULLABLE
+  - name: app_display_version
+    type: STRING
+    mode: NULLABLE
+  - name: architecture
+    type: STRING
+    mode: NULLABLE
+  - name: build_date
+    type: STRING
+    mode: NULLABLE
+  - name: client_id
+    type: STRING
+    mode: NULLABLE
+  - name: device_manufacturer
+    type: STRING
+    mode: NULLABLE
+  - name: device_model
+    type: STRING
+    mode: NULLABLE
+  - name: first_run_date
+    type: STRING
+    mode: NULLABLE
+  - name: locale
+    type: STRING
+    mode: NULLABLE
+  - name: os
+    type: STRING
+    mode: NULLABLE
+  - name: os_version
+    type: STRING
+    mode: NULLABLE
+  - name: telemetry_sdk_build
+    type: STRING
+    mode: NULLABLE
+  - name: windows_build_number
+    type: INTEGER
+    mode: NULLABLE
+  - name: session_count
+    type: INTEGER
+    mode: NULLABLE
+  - name: session_id
+    type: STRING
+    mode: NULLABLE
+  - name: attribution
+    type: RECORD
+    mode: NULLABLE
+    fields:
+    - name: campaign
+      type: STRING
+      mode: NULLABLE
+    - name: content
+      type: STRING
+      mode: NULLABLE
+    - name: medium
+      type: STRING
+      mode: NULLABLE
+    - name: source
+      type: STRING
+      mode: NULLABLE
+    - name: term
+      type: STRING
+      mode: NULLABLE
+  - name: distribution
+    type: RECORD
+    mode: NULLABLE
+    fields:
+    - name: name
+      type: STRING
+      mode: NULLABLE
+- name: document_id
+  type: STRING
+  mode: NULLABLE
+- name: events
+  type: RECORD
+  mode: REPEATED
+  fields:
+  - name: category
+    type: STRING
+    mode: NULLABLE
+  - name: extra
+    type: RECORD
+    mode: REPEATED
+    fields:
+    - name: key
+      type: STRING
+      mode: NULLABLE
+    - name: value
+      type: STRING
+      mode: NULLABLE
+  - name: name
+    type: STRING
+    mode: NULLABLE
+  - name: timestamp
+    type: INTEGER
+    mode: NULLABLE
+- name: metadata
+  type: RECORD
+  mode: NULLABLE
+  fields:
+  - name: geo
+    type: RECORD
+    mode: NULLABLE
+    fields:
+    - name: city
+      type: STRING
+      mode: NULLABLE
+    - name: country
+      type: STRING
+      mode: NULLABLE
+    - name: db_version
+      type: STRING
+      mode: NULLABLE
+    - name: subdivision1
+      type: STRING
+      mode: NULLABLE
+    - name: subdivision2
+      type: STRING
+      mode: NULLABLE
+  - name: header
+    type: RECORD
+    mode: NULLABLE
+    fields:
+    - name: date
+      type: STRING
+      mode: NULLABLE
+    - name: dnt
+      type: STRING
+      mode: NULLABLE
+    - name: x_debug_id
+      type: STRING
+      mode: NULLABLE
+    - name: x_foxsec_ip_reputation
+      type: STRING
+      mode: NULLABLE
+    - name: x_lb_tags
+      type: STRING
+      mode: NULLABLE
+    - name: x_pingsender_version
+      type: STRING
+      mode: NULLABLE
+    - name: x_source_tags
+      type: STRING
+      mode: NULLABLE
+    - name: x_telemetry_agent
+      type: STRING
+      mode: NULLABLE
+    - name: parsed_date
+      type: TIMESTAMP
+      mode: NULLABLE
+    - name: parsed_x_source_tags
+      type: STRING
+      mode: REPEATED
+    - name: parsed_x_lb_tags
+      type: RECORD
+      mode: NULLABLE
+      fields:
+      - name: tls_version
+        type: STRING
+        mode: NULLABLE
+      - name: tls_cipher_hex
+        type: STRING
+        mode: NULLABLE
+  - name: isp
+    type: RECORD
+    mode: NULLABLE
+    fields:
+    - name: db_version
+      type: STRING
+      mode: NULLABLE
+    - name: name
+      type: STRING
+      mode: NULLABLE
+    - name: organization
+      type: STRING
+      mode: NULLABLE
+  - name: user_agent
+    type: RECORD
+    mode: NULLABLE
+    fields:
+    - name: browser
+      type: STRING
+      mode: NULLABLE
+    - name: os
+      type: STRING
+      mode: NULLABLE
+    - name: version
+      type: STRING
+      mode: NULLABLE
+- name: metrics
+  type: RECORD
+  mode: NULLABLE
+  fields:
+  - name: boolean
+    type: RECORD
+    mode: NULLABLE
+    fields:
+    - name: client_deduplication_valid_advertising_id
+      type: BOOLEAN
+      mode: NULLABLE
+  - name: counter
+    type: RECORD
+    mode: NULLABLE
+    fields:
+    - name: events_normal_and_private_uri_count
+      type: INTEGER
+      mode: NULLABLE
+    - name: metrics_tabs_open_count
+      type: INTEGER
+      mode: NULLABLE
+  - name: labeled_counter
+    type: RECORD
+    mode: NULLABLE
+    fields:
+    - name: browser_search_ad_clicks
+      type: RECORD
+      mode: REPEATED
+      fields:
+      - name: key
+        type: STRING
+        mode: NULLABLE
+      - name: value
+        type: INTEGER
+        mode: NULLABLE
+    - name: browser_search_in_content
+      type: RECORD
+      mode: REPEATED
+      fields:
+      - name: key
+        type: STRING
+        mode: NULLABLE
+      - name: value
+        type: INTEGER
+        mode: NULLABLE
+    - name: browser_search_with_ads
+      type: RECORD
+      mode: REPEATED
+      fields:
+      - name: key
+        type: STRING
+        mode: NULLABLE
+      - name: value
+        type: INTEGER
+        mode: NULLABLE
+    - name: glean_error_invalid_label
+      type: RECORD
+      mode: REPEATED
+      fields:
+      - name: key
+        type: STRING
+        mode: NULLABLE
+      - name: value
+        type: INTEGER
+        mode: NULLABLE
+    - name: glean_error_invalid_overflow
+      type: RECORD
+      mode: REPEATED
+      fields:
+      - name: key
+        type: STRING
+        mode: NULLABLE
+      - name: value
+        type: INTEGER
+        mode: NULLABLE
+    - name: glean_error_invalid_state
+      type: RECORD
+      mode: REPEATED
+      fields:
+      - name: key
+        type: STRING
+        mode: NULLABLE
+      - name: value
+        type: INTEGER
+        mode: NULLABLE
+    - name: glean_error_invalid_value
+      type: RECORD
+      mode: REPEATED
+      fields:
+      - name: key
+        type: STRING
+        mode: NULLABLE
+      - name: value
+        type: INTEGER
+        mode: NULLABLE
+    - name: metrics_search_count
+      type: RECORD
+      mode: REPEATED
+      fields:
+      - name: key
+        type: STRING
+        mode: NULLABLE
+      - name: value
+        type: INTEGER
+        mode: NULLABLE
+  - name: string
+    type: RECORD
+    mode: NULLABLE
+    fields:
+    - name: activation_identifier
+      type: STRING
+      mode: NULLABLE
+    - name: client_deduplication_experiment_timeframe
+      type: STRING
+      mode: NULLABLE
+    - name: search_default_engine_code
+      type: STRING
+      mode: NULLABLE
+    - name: search_default_engine_name
+      type: STRING
+      mode: NULLABLE
+    - name: client_deduplication_hashed_gaid
+      type: STRING
+      mode: NULLABLE
+    - name: glean_client_annotation_experimentation_id
+      type: STRING
+      mode: NULLABLE
+  - name: string_list
+    type: RECORD
+    mode: NULLABLE
+    fields:
+    - name: glean_ping_uploader_capabilities
+      type: STRING
+      mode: REPEATED
+- name: normalized_app_name
+  type: STRING
+  mode: NULLABLE
+- name: normalized_channel
+  type: STRING
+  mode: NULLABLE
+  description: Normalized channel name
+- name: normalized_country_code
+  type: STRING
+  mode: NULLABLE
+- name: normalized_os
+  type: STRING
+  mode: NULLABLE
+- name: normalized_os_version
+  type: STRING
+  mode: NULLABLE
+- name: ping_info
+  type: RECORD
+  mode: NULLABLE
+  fields:
+  - name: end_time
+    type: STRING
+    mode: NULLABLE
+  - name: experiments
+    type: RECORD
+    mode: REPEATED
+    fields:
+    - name: key
+      type: STRING
+      mode: NULLABLE
+    - name: value
+      type: RECORD
+      mode: NULLABLE
+      fields:
+      - name: branch
+        type: STRING
+        mode: NULLABLE
+      - name: extra
+        type: RECORD
+        mode: NULLABLE
+        fields:
+        - name: type
+          type: STRING
+          mode: NULLABLE
+        - name: enrollment_id
+          type: STRING
+          mode: NULLABLE
+  - name: ping_type
+    type: STRING
+    mode: NULLABLE
+  - name: reason
+    type: STRING
+    mode: NULLABLE
+  - name: seq
+    type: INTEGER
+    mode: NULLABLE
+  - name: start_time
+    type: STRING
+    mode: NULLABLE
+  - name: parsed_start_time
+    type: TIMESTAMP
+    mode: NULLABLE
+  - name: parsed_end_time
+    type: TIMESTAMP
+    mode: NULLABLE
+- name: sample_id
+  type: INTEGER
+  mode: NULLABLE
+- name: submission_timestamp
+  type: TIMESTAMP
+  mode: NULLABLE
diff -bur --no-dereference --new-file /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/fenix/marketing_attributable_metrics/schema.yaml /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/fenix/marketing_attributable_metrics/schema.yaml
--- /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/fenix/marketing_attributable_metrics/schema.yaml	2025-10-29 07:31:35.000000000 +0000
+++ /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/fenix/marketing_attributable_metrics/schema.yaml	2025-10-29 07:20:40.000000000 +0000
@@ -2,28 +2,21 @@
 - name: submission_date
   type: DATE
   mode: NULLABLE
-  description: The date when the telemetry ping is received on the server side.
 - name: cohort_date
   type: DATE
   mode: NULLABLE
 - name: sample_id
   type: INTEGER
   mode: NULLABLE
-  description: A number, 0-99, that samples by client_id and allows filtering data
-    for analysis. It is a pipeline-generated artifact that should match between pings.
 - name: client_id
   type: STRING
   mode: NULLABLE
-  description: A unique identifier (UUID) for the client.
 - name: country
   type: STRING
   mode: NULLABLE
-  description: Name of the country in which the activity took place, as determined
-    by the IP geolocation.
 - name: adjust_network
   type: STRING
   mode: NULLABLE
-  description: The name of the Adjust Network that sourced the installation.
 - name: adjust_adgroup
   type: STRING
   mode: NULLABLE
diff -bur --no-dereference --new-file /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/firefox_reality_pc/baseline_clients_daily/schema.yaml /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/firefox_reality_pc/baseline_clients_daily/schema.yaml
--- /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/firefox_reality_pc/baseline_clients_daily/schema.yaml	2025-10-29 07:31:35.000000000 +0000
+++ /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/firefox_reality_pc/baseline_clients_daily/schema.yaml	2025-10-29 07:21:20.000000000 +0000
@@ -5,18 +5,27 @@
 - name: submission_date
   type: DATE
   mode: NULLABLE
+  description: The date when the telemetry ping is received on the server side.
 - name: client_id
   type: STRING
   mode: NULLABLE
+  description: A unique identifier (UUID) for the client.
 - name: sample_id
   type: INTEGER
   mode: NULLABLE
+  description: A number, 0-99, that samples by client_id and allows filtering data
+    for analysis. It is a pipeline-generated artifact that should match between pings.
 - name: first_run_date
   type: DATE
   mode: NULLABLE
+  description: The date of the first run of the application.
 - name: durations
   type: INTEGER
   mode: NULLABLE
+  description: 'The sum of the duration of the last foreground session in seconds
+    across each unique baseline ping
+
+    received on this submission date.'
 - name: days_seen_session_start_bits
   type: INTEGER
   mode: NULLABLE
@@ -26,18 +35,23 @@
 - name: normalized_channel
   type: STRING
   mode: NULLABLE
+  description: The normalized channel the application is being distributed on.
 - name: normalized_os
   type: STRING
   mode: NULLABLE
+  description: The normalized name of the operating system running at the client.
 - name: normalized_os_version
   type: STRING
   mode: NULLABLE
 - name: android_sdk_version
   type: STRING
   mode: NULLABLE
+  description: The optional Android specific SDK version of the software running on
+    this hardware device.
 - name: locale
   type: STRING
   mode: NULLABLE
+  description: Set of language- and/or country-based preferences for a user interface.
 - name: city
   type: STRING
   mode: NULLABLE
@@ -47,60 +61,109 @@
 - name: app_build
   type: STRING
   mode: NULLABLE
+  description: 'The build identifier generated by the CI system (e.g. "1234/A").
+
+    If the value was not provided through configuration, this metric gets set to Unknown.'
 - name: app_channel
   type: STRING
   mode: NULLABLE
+  description: The channel the application is being distributed on.
 - name: app_display_version
   type: STRING
   mode: NULLABLE
+  description: 'The user visible version string (e.g. "1.0.3").
+
+    If the value was not provided through configuration, this metric gets set to Unknown.'
 - name: architecture
   type: STRING
   mode: NULLABLE
+  description: The architecture of the device, (e.g. "arm", "x86").
 - name: device_manufacturer
   type: STRING
   mode: NULLABLE
+  description: The manufacturer of the device the application is running on. Not set
+    if the device manufacturer can't be determined (e.g. on Desktop).
 - name: device_model
   type: STRING
   mode: NULLABLE
+  description: The model of the device the application is running on. On Android,
+    this is Build.MODEL, the user-visible marketing name, like "Pixel 2 XL". Not set
+    if the device model can't be determined (e.g. on Desktop).
 - name: telemetry_sdk_build
   type: STRING
   mode: NULLABLE
+  description: The version of the Glean SDK at the time the ping was collected (e.g.
+    25.0.0).
 - name: first_seen_date
   type: DATE
   mode: NULLABLE
+  description: Date when the server first received a ping from this client.
 - name: is_new_profile
   type: BOOLEAN
   mode: NULLABLE
+  description: Indicates if the submission date is the same as the client's first
+    seen date.
 - name: isp
   type: STRING
   mode: NULLABLE
+  description: The name of the internet service provider associated with the client's
+    IP address.
 - name: distribution_id
   type: STRING
   mode: NULLABLE
+  description: The distribution id associated with the install of Firefox.
 - name: geo_subdivision
   type: STRING
   mode: NULLABLE
+  description: First major country subdivision, typically a state, province, or county
+    based on IP address.
 - name: profile_group_id
   type: STRING
   mode: NULLABLE
+  description: A UUID uniquely identifying the profile group, not shared with other
+    telemetry data.
 - name: install_source
   type: STRING
   mode: NULLABLE
 - name: windows_build_number
   type: INTEGER
   mode: NULLABLE
+  description: The optional Windows build number, reported by Windows (e.g. 22000)
+    and not set for other platforms.
 - name: browser_engagement_uri_count
   type: INTEGER
   mode: NULLABLE
+  description: 'The number of total non-unique http(s) URIs visited, including page
+    reloads, after the session has been restored.
+
+    URIs on minimized or background tabs may also be counted. Private browsing uris
+    are included.
+
+    Migrated from Telemetry''s `browser.engagement.total_uri_count_normal_and_private_mode`.'
 - name: browser_engagement_active_ticks
   type: INTEGER
   mode: NULLABLE
+  description: 'The number of five-second intervals (''ticks'') the user was considered
+    ''active''.
+
+    ''active'' means keyboard or mouse interaction with the application.
+
+    It doesn''t take into account whether or not the window has focus or is in the
+    foreground,
+
+    only if it is receiving these interaction events.
+
+    Migrated from Telemetry''s `browser.engagement.active_ticks`.'
 - name: legacy_telemetry_client_id
   type: STRING
   mode: NULLABLE
+  description: A unique identifier (UUID) for the client, based on legacy telemetry
+    data.
 - name: is_default_browser
   type: BOOLEAN
   mode: NULLABLE
+  description: A flag indicating whether the browser is set as the default browser
+    on the client side.
 - name: attribution
   type: RECORD
   mode: NULLABLE
@@ -108,18 +171,23 @@
   - name: campaign
     type: STRING
     mode: NULLABLE
+    description: The attribution campaign (e.g. 'mozilla-org').
   - name: content
     type: STRING
     mode: NULLABLE
+    description: The attribution content (e.g. 'firefoxview').
   - name: medium
     type: STRING
     mode: NULLABLE
+    description: The attribution medium (e.g. 'organic' for a search engine).
   - name: source
     type: STRING
     mode: NULLABLE
+    description: The attribution source (e.g. 'google-play').
   - name: term
     type: STRING
     mode: NULLABLE
+    description: The attribution term (e.g. 'browser with developer tools for android').
 - name: distribution
   type: RECORD
   mode: NULLABLE
@@ -127,21 +195,27 @@
   - name: name
     type: STRING
     mode: NULLABLE
+    description: The distribution name (e.g. 'MozillaOnline').
 - name: attribution_dltoken
   type: STRING
   mode: NULLABLE
+  description: Unique token created at Firefox download time.
 - name: attribution_dlsource
   type: STRING
   mode: NULLABLE
+  description: Identifier that indicates where installations of Firefox originate.
 - name: attribution_experiment
   type: STRING
   mode: NULLABLE
+  description: Name/id of the enrolled funnel experiment.
 - name: attribution_variation
   type: STRING
   mode: NULLABLE
+  description: Name/id of the variation cohort used in the enrolled funnel experiment.
 - name: attribution_ua
   type: STRING
   mode: NULLABLE
+  description: Identifier derived from the user agent downloading the installer.
 - name: experiments
   type: RECORD
   mode: REPEATED
@@ -149,6 +223,7 @@
   - name: key
     type: STRING
     mode: NULLABLE
+    description: Experiment Key
   - name: value
     type: RECORD
     mode: NULLABLE
@@ -156,6 +231,7 @@
     - name: branch
       type: STRING
       mode: NULLABLE
+      description: Experiment Branch
     - name: extra
       type: RECORD
       mode: NULLABLE
@@ -163,9 +239,18 @@
       - name: type
         type: STRING
         mode: NULLABLE
+        description: Experiment Type
       - name: enrollment_id
         type: STRING
         mode: NULLABLE
+        description: Experiment Enrollment ID
+      description: Experiment Extras
+    description: Experiment Value
+  description: A dictionary of active experiments.
 - name: active_hours_sum
   type: FLOAT
   mode: NULLABLE
+  description: 'Sum of Active Hours - calculated by taking the total active ticks
+    (the # of 5 second intervals a user was active)
+
+    and converting this to active hours'
diff -bur --no-dereference --new-file /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/focus_android/use_counters/schema.yaml /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/focus_android/use_counters/schema.yaml
--- /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/focus_android/use_counters/schema.yaml	2025-10-29 07:31:34.000000000 +0000
+++ /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/focus_android/use_counters/schema.yaml	2025-10-29 07:22:45.000000000 +0000
@@ -1,11 +1,11 @@
 fields:
 - name: normalized_app_id
-  mode: NULLABLE
   type: STRING
+  mode: NULLABLE
   description: App ID of the channel data was received from
 - name: normalized_channel
-  mode: NULLABLE
   type: STRING
+  mode: NULLABLE
   description: Normalized channel name
 - name: additional_properties
   type: STRING
diff -bur --no-dereference --new-file /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/google_play_store/reviews/schema.yaml /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/google_play_store/reviews/schema.yaml
--- /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/google_play_store/reviews/schema.yaml	2025-10-29 07:31:34.000000000 +0000
+++ /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/google_play_store/reviews/schema.yaml	2025-10-29 07:20:29.000000000 +0000
@@ -1 +1,55 @@
-{}
+fields:
+- name: Package_Name
+  type: STRING
+  mode: NULLABLE
+- name: App_Version_Code
+  type: INTEGER
+  mode: NULLABLE
+- name: App_Version_Name
+  type: STRING
+  mode: NULLABLE
+- name: Reviewer_Language
+  type: STRING
+  mode: NULLABLE
+- name: Device
+  type: STRING
+  mode: NULLABLE
+- name: Review_Submit_Date_and_Time
+  type: TIMESTAMP
+  mode: NULLABLE
+- name: Review_Submit_Millis_Since_Epoch
+  type: INTEGER
+  mode: NULLABLE
+- name: Review_Last_Update_Date_and_Time
+  type: TIMESTAMP
+  mode: NULLABLE
+- name: Review_Last_Update_Millis_Since_Epoch
+  type: INTEGER
+  mode: NULLABLE
+- name: Star_Rating
+  type: INTEGER
+  mode: NULLABLE
+- name: Review_Title
+  type: STRING
+  mode: NULLABLE
+- name: Review_Text
+  type: STRING
+  mode: NULLABLE
+- name: Developer_Reply_Date_and_Time
+  type: TIMESTAMP
+  mode: NULLABLE
+- name: Developer_Reply_Millis_Since_Epoch
+  type: INTEGER
+  mode: NULLABLE
+- name: Developer_Reply_Text
+  type: STRING
+  mode: NULLABLE
+- name: Review_Link
+  type: STRING
+  mode: NULLABLE
+- name: _LATEST_DATE
+  type: DATE
+  mode: NULLABLE
+- name: _DATA_DATE
+  type: DATE
+  mode: NULLABLE
diff -bur --no-dereference --new-file /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/jira_service_desk/field/schema.yaml /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/jira_service_desk/field/schema.yaml
--- /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/jira_service_desk/field/schema.yaml	2025-10-29 07:31:34.000000000 +0000
+++ /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/jira_service_desk/field/schema.yaml	2025-10-29 07:20:38.000000000 +0000
@@ -1 +1,25 @@
-{}
+fields:
+- name: id
+  type: STRING
+  mode: NULLABLE
+- name: _fivetran_deleted
+  type: BOOLEAN
+  mode: NULLABLE
+- name: _fivetran_synced
+  type: TIMESTAMP
+  mode: NULLABLE
+- name: description
+  type: STRING
+  mode: NULLABLE
+- name: dimension_table
+  type: STRING
+  mode: NULLABLE
+- name: is_array
+  type: BOOLEAN
+  mode: NULLABLE
+- name: is_custom
+  type: BOOLEAN
+  mode: NULLABLE
+- name: name
+  type: STRING
+  mode: NULLABLE
diff -bur --no-dereference --new-file /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/jira_service_desk/field_option/schema.yaml /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/jira_service_desk/field_option/schema.yaml
--- /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/jira_service_desk/field_option/schema.yaml	2025-10-29 07:31:34.000000000 +0000
+++ /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/jira_service_desk/field_option/schema.yaml	2025-10-29 07:20:11.000000000 +0000
@@ -1 +1,13 @@
-{}
+fields:
+- name: id
+  type: INTEGER
+  mode: NULLABLE
+- name: _fivetran_synced
+  type: TIMESTAMP
+  mode: NULLABLE
+- name: name
+  type: STRING
+  mode: NULLABLE
+- name: parent_id
+  type: INTEGER
+  mode: NULLABLE
diff -bur --no-dereference --new-file /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/jira_service_desk/issue/schema.yaml /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/jira_service_desk/issue/schema.yaml
--- /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/jira_service_desk/issue/schema.yaml	2025-10-29 07:31:34.000000000 +0000
+++ /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/jira_service_desk/issue/schema.yaml	2025-10-29 07:20:32.000000000 +0000
@@ -1 +1,172 @@
-{}
+fields:
+- name: id
+  type: INTEGER
+  mode: NULLABLE
+- name: _fivetran_deleted
+  type: BOOLEAN
+  mode: NULLABLE
+- name: _fivetran_synced
+  type: TIMESTAMP
+  mode: NULLABLE
+- name: _original_estimate
+  type: FLOAT
+  mode: NULLABLE
+- name: _progress
+  type: STRING
+  mode: NULLABLE
+- name: _remaining_estimate
+  type: FLOAT
+  mode: NULLABLE
+- name: _time_spent
+  type: FLOAT
+  mode: NULLABLE
+- name: assignee
+  type: STRING
+  mode: NULLABLE
+- name: created
+  type: TIMESTAMP
+  mode: NULLABLE
+- name: creator
+  type: STRING
+  mode: NULLABLE
+- name: description
+  type: STRING
+  mode: NULLABLE
+- name: due_date
+  type: DATE
+  mode: NULLABLE
+- name: environment
+  type: STRING
+  mode: NULLABLE
+- name: issue_type
+  type: INTEGER
+  mode: NULLABLE
+- name: key
+  type: STRING
+  mode: NULLABLE
+- name: last_viewed
+  type: TIMESTAMP
+  mode: NULLABLE
+- name: original_estimate
+  type: FLOAT
+  mode: NULLABLE
+- name: priority
+  type: INTEGER
+  mode: NULLABLE
+- name: progress
+  type: STRING
+  mode: NULLABLE
+- name: project
+  type: INTEGER
+  mode: NULLABLE
+- name: remaining_estimate
+  type: FLOAT
+  mode: NULLABLE
+- name: reporter
+  type: STRING
+  mode: NULLABLE
+- name: resolution
+  type: INTE

⚠️ Only part of the diff is displayed.

Link to full diff

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants