Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DENG-1705 - Add missing client attribution columns to clients daily/first-seen #4505

Merged
merged 2 commits into from Nov 8, 2023

Conversation

ANich
Copy link
Contributor

@ANich ANich commented Nov 1, 2023

Followup to #4482 (review)

Adds missing columns to clients daily and first-seen. Sample data from beta here: moz-fx-data-shared-prod.tmp.anich_clients_daily_1705_test, moz-fx-data-shared-prod.tmp.anich_clients_first_seen_v2_test_1705.

┆Issue is synchronized with this Jira Task

@dataops-ci-bot
Copy link

Integration report for "Revert changes to clients_first_seen_v2 schema"

sql.diff

Click to expand!
diff -bur --no-dereference /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/telemetry/clients_first_seen/schema.yaml /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/telemetry/clients_first_seen/schema.yaml
--- /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/telemetry/clients_first_seen/schema.yaml	2023-11-01 20:08:17.000000000 +0000
+++ /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/telemetry/clients_first_seen/schema.yaml	2023-11-01 20:01:01.000000000 +0000
@@ -162,159 +162,120 @@
 - name: blocklist_enabled
   type: BOOLEAN
   mode: NULLABLE
-  description: null
 - name: channel
   type: STRING
   mode: NULLABLE
-  description: null
 - name: client_clock_skew_mean
   type: FLOAT
   mode: NULLABLE
-  description: null
 - name: client_submission_latency_mean
   type: FLOAT
   mode: NULLABLE
-  description: null
 - name: cpu_cores
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: cpu_count
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: cpu_family
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: cpu_l2_cache_kb
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: cpu_l3_cache_kb
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: cpu_model
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: cpu_speed_mhz
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: cpu_stepping
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: cpu_vendor
   type: STRING
   mode: NULLABLE
-  description: null
 - name: crashes_detected_content_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: crashes_detected_gmplugin_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: crashes_detected_plugin_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: crash_submit_attempt_content_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: crash_submit_attempt_main_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: crash_submit_attempt_plugin_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: crash_submit_success_content_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: crash_submit_success_main_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: crash_submit_success_plugin_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: default_search_engine
   type: STRING
   mode: NULLABLE
-  description: null
 - name: default_search_engine_data_load_path
   type: STRING
   mode: NULLABLE
-  description: null
 - name: default_search_engine_data_name
   type: STRING
   mode: NULLABLE
-  description: null
 - name: default_search_engine_data_origin
   type: STRING
   mode: NULLABLE
-  description: null
 - name: default_search_engine_data_submission_url
   type: STRING
   mode: NULLABLE
-  description: null
 - name: devtools_toolbox_opened_count_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: distribution_id
   type: STRING
   mode: NULLABLE
-  description: null
 - name: e10s_enabled
   type: BOOLEAN
   mode: NULLABLE
-  description: null
 - name: env_build_arch
   type: STRING
   mode: NULLABLE
-  description: null
 - name: env_build_id
   type: STRING
   mode: NULLABLE
-  description: null
 - name: env_build_version
   type: STRING
   mode: NULLABLE
-  description: null
 - name: environment_settings_intl_accept_languages
   type: STRING
   mode: REPEATED
-  description: null
 - name: environment_settings_intl_app_locales
   type: STRING
   mode: REPEATED
-  description: null
 - name: environment_settings_intl_available_locales
   type: STRING
   mode: REPEATED
-  description: null
 - name: environment_settings_intl_requested_locales
   type: STRING
   mode: REPEATED
-  description: null
 - name: environment_settings_intl_system_locales
   type: STRING
   mode: REPEATED
-  description: null
 - name: environment_settings_intl_regional_prefs_locales
   type: STRING
   mode: REPEATED
-  description: null
 - name: experiments
   type: RECORD
   mode: REPEATED
@@ -322,356 +283,267 @@
   - name: key
     type: STRING
     mode: NULLABLE
-    description: null
   - name: value
     type: STRING
     mode: NULLABLE
-    description: null
-  description: null
 - name: first_paint_mean
   type: FLOAT
   mode: NULLABLE
-  description: null
 - name: flash_version
   type: STRING
   mode: NULLABLE
-  description: null
 - name: country
   type: STRING
   mode: NULLABLE
-  description: null
 - name: city
   type: STRING
   mode: NULLABLE
-  description: null
 - name: geo_subdivision1
   type: STRING
   mode: NULLABLE
-  description: null
 - name: geo_subdivision2
   type: STRING
   mode: NULLABLE
-  description: null
 - name: isp_name
   type: STRING
   mode: NULLABLE
-  description: null
 - name: isp_organization
   type: STRING
   mode: NULLABLE
-  description: null
 - name: gfx_features_advanced_layers_status
   type: STRING
   mode: NULLABLE
-  description: null
 - name: gfx_features_d2d_status
   type: STRING
   mode: NULLABLE
-  description: null
 - name: gfx_features_d3d11_status
   type: STRING
   mode: NULLABLE
-  description: null
 - name: gfx_features_gpu_process_status
   type: STRING
   mode: NULLABLE
-  description: null
 - name: histogram_parent_devtools_aboutdebugging_opened_count_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: histogram_parent_devtools_animationinspector_opened_count_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: histogram_parent_devtools_browserconsole_opened_count_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: histogram_parent_devtools_canvasdebugger_opened_count_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: histogram_parent_devtools_computedview_opened_count_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: histogram_parent_devtools_custom_opened_count_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: histogram_parent_devtools_developertoolbar_opened_count_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: histogram_parent_devtools_dom_opened_count_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: histogram_parent_devtools_eyedropper_opened_count_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: histogram_parent_devtools_fontinspector_opened_count_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: histogram_parent_devtools_inspector_opened_count_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: histogram_parent_devtools_jsbrowserdebugger_opened_count_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: histogram_parent_devtools_jsdebugger_opened_count_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: histogram_parent_devtools_jsprofiler_opened_count_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: histogram_parent_devtools_layoutview_opened_count_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: histogram_parent_devtools_memory_opened_count_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: histogram_parent_devtools_menu_eyedropper_opened_count_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: histogram_parent_devtools_netmonitor_opened_count_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: histogram_parent_devtools_options_opened_count_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: histogram_parent_devtools_paintflashing_opened_count_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: histogram_parent_devtools_picker_eyedropper_opened_count_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: histogram_parent_devtools_responsive_opened_count_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: histogram_parent_devtools_ruleview_opened_count_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: histogram_parent_devtools_scratchpad_opened_count_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: histogram_parent_devtools_scratchpad_window_opened_count_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: histogram_parent_devtools_shadereditor_opened_count_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: histogram_parent_devtools_storage_opened_count_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: histogram_parent_devtools_styleeditor_opened_count_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: histogram_parent_devtools_webaudioeditor_opened_count_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: histogram_parent_devtools_webconsole_opened_count_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: histogram_parent_devtools_webide_opened_count_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: install_year
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: is_default_browser
   type: BOOLEAN
   mode: NULLABLE
-  description: null
 - name: is_wow64
   type: BOOLEAN
   mode: NULLABLE
-  description: null
 - name: locale
   type: STRING
   mode: NULLABLE
-  description: null
 - name: memory_mb
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: normalized_channel
   type: STRING
   mode: NULLABLE
-  description: null
 - name: normalized_os_version
   type: STRING
   mode: NULLABLE
-  description: null
 - name: os
   type: STRING
   mode: NULLABLE
-  description: null
 - name: os_service_pack_major
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: os_service_pack_minor
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: os_version
   type: STRING
   mode: NULLABLE
-  description: null
 - name: pings_aggregated_by_this_row
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: places_bookmarks_count_mean
   type: FLOAT
   mode: NULLABLE
-  description: null
 - name: places_pages_count_mean
   type: FLOAT
   mode: NULLABLE
-  description: null
 - name: plugin_hangs_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: plugins_infobar_allow_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: plugins_infobar_block_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: plugins_infobar_shown_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: plugins_notification_shown_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: previous_build_id
   type: STRING
   mode: NULLABLE
-  description: null
 - name: profile_age_in_days
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: profile_creation_date
   type: STRING
   mode: NULLABLE
-  description: null
 - name: push_api_notify_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: sample_id
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: sandbox_effective_content_process_level
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: scalar_combined_webrtc_nicer_stun_retransmits_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: scalar_combined_webrtc_nicer_turn_401s_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: scalar_combined_webrtc_nicer_turn_403s_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: scalar_combined_webrtc_nicer_turn_438s_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: scalar_content_navigator_storage_estimate_count_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: scalar_content_navigator_storage_persist_count_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: scalar_parent_aushelper_websense_reg_version
   type: STRING
   mode: NULLABLE
-  description: null
 - name: scalar_parent_browser_engagement_max_concurrent_tab_count_max
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: scalar_parent_browser_engagement_max_concurrent_window_count_max
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: scalar_parent_browser_engagement_tab_open_event_count_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: scalar_parent_browser_engagement_total_uri_count_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: scalar_parent_browser_engagement_unfiltered_uri_count_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: scalar_parent_browser_engagement_unique_domains_count_max
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: scalar_parent_browser_engagement_unique_domains_count_mean
   type: FLOAT
   mode: NULLABLE
-  description: null
 - name: scalar_parent_browser_engagement_window_open_event_count_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: scalar_parent_devtools_accessibility_node_inspected_count_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: scalar_parent_devtools_accessibility_opened_count_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: scalar_parent_devtools_accessibility_picker_used_count_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: scalar_parent_devtools_accessibility_select_accessible_for_node_sum
   type: RECORD
   mode: REPEATED
@@ -679,219 +551,165 @@
   - name: key
     type: STRING
     mode: NULLABLE
-    description: null
   - name: value
     type: INTEGER
     mode: NULLABLE
-    description: null
-  description: null
 - name: scalar_parent_devtools_accessibility_service_enabled_count_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: scalar_parent_devtools_copy_full_css_selector_opened_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: scalar_parent_devtools_copy_unique_css_selector_opened_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: scalar_parent_devtools_toolbar_eyedropper_opened_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: scalar_parent_dom_contentprocess_troubled_due_to_memory_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: scalar_parent_navigator_storage_estimate_count_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: scalar_parent_navigator_storage_persist_count_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: scalar_parent_storage_sync_api_usage_extensions_using_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: search_cohort
   type: STRING
   mode: NULLABLE
-  description: null
 - name: search_count_abouthome
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: search_count_contextmenu
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: search_count_newtab
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: search_count_searchbar
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: search_count_system
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: search_count_urlbar
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: search_count_all
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: search_count_tagged_sap
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: search_count_tagged_follow_on
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: search_count_organic
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: search_count_urlbar_handoff
   type: INTEGER
   mode: NULLABLE
 - name: session_restored_mean
   type: FLOAT
   mode: NULLABLE
-  description: null
 - name: sessions_started_on_this_day
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: shutdown_kill_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: subsession_hours_sum
   type: NUMERIC
   mode: NULLABLE
-  description: null
 - name: ssl_handshake_result_failure_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: ssl_handshake_result_success_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: sync_configured
   type: BOOLEAN
   mode: NULLABLE
-  description: null
 - name: sync_count_desktop_mean
   type: FLOAT
   mode: NULLABLE
-  description: null
 - name: sync_count_mobile_mean
   type: FLOAT
   mode: NULLABLE
-  description: null
 - name: sync_count_desktop_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: sync_count_mobile_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: telemetry_enabled
   type: BOOLEAN
   mode: NULLABLE
-  description: null
 - name: timezone_offset
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: total_hours_sum
   type: NUMERIC
   mode: NULLABLE
-  description: null
 - name: update_auto_download
   type: BOOLEAN
   mode: NULLABLE
-  description: null
 - name: update_channel
   type: STRING
   mode: NULLABLE
-  description: null
 - name: update_enabled
   type: BOOLEAN
   mode: NULLABLE
-  description: null
 - name: vendor
   type: STRING
   mode: NULLABLE
-  description: null
 - name: web_notification_shown_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: windows_build_number
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: windows_ubr
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: fxa_configured
   type: BOOLEAN
   mode: NULLABLE
-  description: null
 - name: trackers_blocked_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: submission_timestamp_min
   type: TIMESTAMP
   mode: NULLABLE
-  description: null
 - name: ad_clicks_count_all
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: search_with_ads_count_all
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: scalar_parent_urlbar_impression_autofill_about_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: scalar_parent_urlbar_impression_autofill_adaptive_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: scalar_parent_urlbar_impression_autofill_origin_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: scalar_parent_urlbar_impression_autofill_other_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: scalar_parent_urlbar_impression_autofill_preloaded_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: scalar_parent_urlbar_impression_autofill_url_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: scalar_parent_telemetry_event_counts_sum
   type: RECORD
   mode: REPEATED
@@ -899,12 +717,9 @@
   - name: key
     type: STRING
     mode: NULLABLE
-    description: null
   - name: value
     type: INTEGER
     mode: NULLABLE
-    description: null
-  description: null
 - name: scalar_content_telemetry_event_counts_sum
   type: RECORD
   mode: REPEATED
@@ -912,12 +727,9 @@
   - name: key
     type: STRING
     mode: NULLABLE
-    description: null
   - name: value
     type: INTEGER
     mode: NULLABLE
-    description: null
-  description: null
 - name: scalar_parent_urlbar_searchmode_bookmarkmenu_sum
   type: RECORD
   mode: REPEATED
@@ -925,12 +737,9 @@
   - name: key
     type: STRING
     mode: NULLABLE
-    description: null
   - name: value
     type: INTEGER
     mode: NULLABLE
-    description: null
-  description: null
 - name: scalar_parent_urlbar_searchmode_handoff_sum
   type: RECORD
   mode: REPEATED
@@ -938,12 +747,9 @@
   - name: key
     type: STRING
     mode: NULLABLE
-    description: null
   - name: value
     type: INTEGER
     mode: NULLABLE
-    description: null
-  description: null
 - name: scalar_parent_urlbar_searchmode_keywordoffer_sum
   type: RECORD
   mode: REPEATED
@@ -951,12 +757,9 @@
   - name: key
     type: STRING
     mode: NULLABLE
-    description: null
   - name: value
     type: INTEGER
     mode: NULLABLE
-    description: null
-  description: null
 - name: scalar_parent_urlbar_searchmode_oneoff_sum
   type: RECORD
   mode: REPEATED
@@ -964,12 +767,9 @@
   - name: key
     type: STRING
     mode: NULLABLE
-    description: null
   - name: value
     type: INTEGER
     mode: NULLABLE
-    description: null
-  description: null
 - name: scalar_parent_urlbar_searchmode_other_sum
   type: RECORD
   mode: REPEATED
@@ -977,12 +777,9 @@
   - name: key
     type: STRING
     mode: NULLABLE
-    description: null
   - name: value
     type: INTEGER
     mode: NULLABLE
-    description: null
-  description: null
 - name: scalar_parent_urlbar_searchmode_shortcut_sum
   type: RECORD
   mode: REPEATED
@@ -990,12 +787,9 @@
   - name: key
     type: STRING
     mode: NULLABLE
-    description: null
   - name: value
     type: INTEGER
     mode: NULLABLE
-    description: null
-  description: null
 - name: scalar_parent_urlbar_searchmode_tabmenu_sum
   type: RECORD
   mode: REPEATED
@@ -1003,12 +797,9 @@
   - name: key
     type: STRING
     mode: NULLABLE
-    description: null
   - name: value
     type: INTEGER
     mode: NULLABLE
-    description: null
-  description: null
 - name: scalar_parent_urlbar_searchmode_tabtosearch_sum
   type: RECORD
   mode: REPEATED
@@ -1016,12 +807,9 @@
   - name: key
     type: STRING
     mode: NULLABLE
-    description: null
   - name: value
     type: INTEGER
     mode: NULLABLE
-    description: null
-  description: null
 - name: scalar_parent_urlbar_searchmode_tabtosearch_onboard_sum
   type: RECORD
   mode: REPEATED
@@ -1029,12 +817,9 @@
   - name: key
     type: STRING
     mode: NULLABLE
-    description: null
   - name: value
     type: INTEGER
     mode: NULLABLE
-    description: null
-  description: null
 - name: scalar_parent_urlbar_searchmode_topsites_newtab_sum
   type: RECORD
   mode: REPEATED
@@ -1042,12 +827,9 @@
   - name: key
     type: STRING
     mode: NULLABLE
-    description: null
   - name: value
     type: INTEGER
     mode: NULLABLE
-    description: null
-  description: null
 - name: scalar_parent_urlbar_searchmode_topsites_urlbar_sum
   type: RECORD
   mode: REPEATED
@@ -1055,12 +837,9 @@
   - name: key
     type: STRING
     mode: NULLABLE
-    description: null
   - name: value
     type: INTEGER
     mode: NULLABLE
-    description: null
-  description: null
 - name: scalar_parent_urlbar_searchmode_touchbar_sum
   type: RECORD
   mode: REPEATED
@@ -1068,12 +847,9 @@
   - name: key
     type: STRING
     mode: NULLABLE
-    description: null
   - name: value
     type: INTEGER
     mode: NULLABLE
-    description: null
-  description: null
 - name: scalar_parent_urlbar_searchmode_typed_sum
   type: RECORD
   mode: REPEATED
@@ -1081,12 +857,9 @@
   - name: key
     type: STRING
     mode: NULLABLE
-    description: null
   - name: value
     type: INTEGER
     mode: NULLABLE
-    description: null
-  description: null
 - name: scalar_parent_os_environment_is_taskbar_pinned
   type: BOOLEAN
   mode: NULLABLE
diff -bur --no-dereference /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/telemetry_derived/clients_daily_joined_v1/schema.yaml /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/telemetry_derived/clients_daily_joined_v1/schema.yaml
--- /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/telemetry_derived/clients_daily_joined_v1/schema.yaml	2023-11-01 20:08:17.000000000 +0000
+++ /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/telemetry_derived/clients_daily_joined_v1/schema.yaml	2023-11-01 19:54:39.000000000 +0000
@@ -154,6 +154,9 @@
   - name: dlsource
     type: STRING
     mode: NULLABLE
+  - name: ua
+    type: STRING
+    mode: NULLABLE
   mode: NULLABLE
   name: attribution
   type: RECORD
@@ -2339,3 +2342,30 @@
 - name: startup_profile_selection_reason_first
   type: STRING
   mode: NULLABLE
+- name: first_document_id
+  type: STRING
+  mode: NULLABLE
+- name: partner_id
+  type: STRING
+  mode: NULLABLE
+- name: distribution_version
+  type: STRING
+  mode: NULLABLE
+- name: distributor
+  type: STRING
+  mode: NULLABLE
+- name: distributor_channel
+  type: STRING
+  mode: NULLABLE
+- name: env_build_platform_version
+  type: STRING
+  mode: NULLABLE
+- name: env_build_xpcom_abi
+  type: STRING
+  mode: NULLABLE
+- name: geo_db_version
+  type: STRING
+  mode: NULLABLE
+- name: apple_model_id
+  type: STRING
+  mode: NULLABLE
diff -bur --no-dereference /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/telemetry_derived/clients_daily_v6/query.sql /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/telemetry_derived/clients_daily_v6/query.sql
--- /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/telemetry_derived/clients_daily_v6/query.sql	2023-11-01 20:08:17.000000000 +0000
+++ /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/telemetry_derived/clients_daily_v6/query.sql	2023-11-01 20:03:41.000000000 +0000
@@ -255,6 +255,7 @@
     submission_timestamp,
     client_id,
     sample_id,
+    document_id,
     metadata.uri.app_update_channel AS channel,
     normalized_channel,
     normalized_os_version,
@@ -262,6 +263,7 @@
     metadata.geo.city,
     metadata.geo.subdivision1 AS geo_subdivision1,
     metadata.geo.subdivision2 AS geo_subdivision2,
+    metadata.geo.db_version AS geo_db_version,
     metadata.isp.name AS isp_name,
     metadata.isp.organization AS isp_organization,
     environment.system.os.name AS os,
@@ -272,6 +274,7 @@
     SAFE_CAST(environment.system.os.windows_ubr AS INT64) AS windows_ubr,
     SAFE_CAST(environment.system.os.install_year AS INT64) AS install_year,
     environment.system.is_wow64,
+    environment.system.apple_model_id,
     SAFE_CAST(environment.system.memory_mb AS INT64) AS memory_mb,
     environment.system.cpu.count AS cpu_count,
     environment.system.cpu.cores AS cpu_cores,
@@ -292,6 +295,10 @@
     payload.info.subsession_counter,
     payload.info.subsession_length,
     environment.partner.distribution_id,
+    environment.partner.partner_id,
+    environment.partner.distribution_version,
+    environment.partner.distributor,
+    environment.partner.distributor_channel,
     IFNULL(
       environment.services.account_enabled,
       udf.boolean_histogram_to_boolean(payload.histograms.fxa_configured)
@@ -313,6 +320,8 @@
     environment.build.build_id AS env_build_id,
     environment.build.version AS env_build_version,
     environment.build.architecture AS env_build_arch,
+    environment.build.platform_version AS env_build_platform_version,
+    environment.build.xpcom_abi AS env_build_xpcom_abi,
     environment.settings.e10s_enabled,
     environment.settings.locale,
     environment.settings.update.channel AS update_channel,
@@ -329,7 +338,8 @@
         environment.settings.attribution.experiment,
         environment.settings.attribution.variation,
         environment.settings.attribution.dltoken,
-        environment.settings.attribution.dlsource
+        environment.settings.attribution.dlsource,
+        environment.settings.attribution.ua
       ),
       NULL
     ) AS attribution,
@@ -764,6 +774,7 @@
   SELECT
     DATE(submission_timestamp) AS submission_date,
     client_id,
+    ARRAY_AGG(document_id ORDER BY submission_timestamp)[OFFSET(0)] AS first_document_id,
     SUM(aborts_content) AS aborts_content_sum,
     SUM(aborts_gmplugin) AS aborts_gmplugin_sum,
     SUM(aborts_plugin) AS aborts_plugin_sum,
@@ -850,10 +861,24 @@
     mozfun.stats.mode_last(
       ARRAY_AGG(distribution_id ORDER BY submission_timestamp)
     ) AS distribution_id,
+    mozfun.stats.mode_last(ARRAY_AGG(partner_id ORDER BY submission_timestamp)) AS partner_id,
+    mozfun.stats.mode_last(
+      ARRAY_AGG(distribution_version ORDER BY submission_timestamp)
+    ) AS distribution_version,
+    mozfun.stats.mode_last(ARRAY_AGG(distributor ORDER BY submission_timestamp)) AS distributor,
+    mozfun.stats.mode_last(
+      ARRAY_AGG(distributor_channel ORDER BY submission_timestamp)
+    ) AS distributor_channel,
     mozfun.stats.mode_last(ARRAY_AGG(e10s_enabled ORDER BY submission_timestamp)) AS e10s_enabled,
     mozfun.stats.mode_last(
       ARRAY_AGG(env_build_arch ORDER BY submission_timestamp)
     ) AS env_build_arch,
+    mozfun.stats.mode_last(
+      ARRAY_AGG(env_build_platform_version ORDER BY submission_timestamp)
+    ) AS env_build_platform_version,
+    mozfun.stats.mode_last(
+      ARRAY_AGG(env_build_xpcom_abi ORDER BY submission_timestamp)
+    ) AS env_build_xpcom_abi,
     mozfun.stats.mode_last(ARRAY_AGG(env_build_id ORDER BY submission_timestamp)) AS env_build_id,
     mozfun.stats.mode_last(
       ARRAY_AGG(env_build_version ORDER BY submission_timestamp)
@@ -936,6 +961,9 @@
           submission_timestamp
       )
     ).*,
+    mozfun.stats.mode_last(
+      ARRAY_AGG(geo_db_version ORDER BY submission_timestamp)
+    ) AS geo_db_version,
     mozfun.json.mode_last(
       ARRAY_AGG(
         IF(
@@ -1056,6 +1084,9 @@
       ARRAY_AGG(is_default_browser ORDER BY submission_timestamp)
     ) AS is_default_browser,
     mozfun.stats.mode_last(ARRAY_AGG(is_wow64 ORDER BY submission_timestamp)) AS is_wow64,
+    mozfun.stats.mode_last(
+      ARRAY_AGG(apple_model_id ORDER BY submission_timestamp)
+    ) AS apple_model_id,
     mozfun.stats.mode_last(ARRAY_AGG(locale ORDER BY submission_timestamp)) AS locale,
     mozfun.stats.mode_last(ARRAY_AGG(memory_mb ORDER BY submission_timestamp)) AS memory_mb,
     mozfun.stats.mode_last(
diff -bur --no-dereference /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/telemetry_derived/clients_daily_v6/schema.yaml /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/telemetry_derived/clients_daily_v6/schema.yaml
--- /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/telemetry_derived/clients_daily_v6/schema.yaml	2023-11-01 20:08:17.000000000 +0000
+++ /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/telemetry_derived/clients_daily_v6/schema.yaml	2023-11-01 19:54:39.000000000 +0000
@@ -154,6 +154,9 @@
   - name: dlsource
     type: STRING
     mode: NULLABLE
+  - name: ua
+    type: STRING
+    mode: NULLABLE
   mode: NULLABLE
   name: attribution
   type: RECORD
@@ -2303,3 +2306,30 @@
 - name: startup_profile_selection_reason_first
   type: STRING
   mode: NULLABLE
+- name: first_document_id
+  type: STRING
+  mode: NULLABLE
+- name: partner_id
+  type: STRING
+  mode: NULLABLE
+- name: distribution_version
+  type: STRING
+  mode: NULLABLE
+- name: distributor
+  type: STRING
+  mode: NULLABLE
+- name: distributor_channel
+  type: STRING
+  mode: NULLABLE
+- name: env_build_platform_version
+  type: STRING
+  mode: NULLABLE
+- name: env_build_xpcom_abi
+  type: STRING
+  mode: NULLABLE
+- name: geo_db_version
+  type: STRING
+  mode: NULLABLE
+- name: apple_model_id
+  type: STRING
+  mode: NULLABLE
diff -bur --no-dereference /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/telemetry_derived/clients_first_seen_v1/schema.yaml /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/telemetry_derived/clients_first_seen_v1/schema.yaml
--- /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/telemetry_derived/clients_first_seen_v1/schema.yaml	2023-11-01 20:08:17.000000000 +0000
+++ /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/telemetry_derived/clients_first_seen_v1/schema.yaml	2023-11-01 19:54:39.000000000 +0000
@@ -155,6 +155,9 @@
   - name: dlsource
     type: STRING
     mode: NULLABLE
+  - name: ua
+    type: STRING
+    mode: NULLABLE
   mode: NULLABLE
   name: attribution
   type: RECORD
@@ -2305,3 +2308,30 @@
 - name: startup_profile_selection_reason_first
   type: STRING
   mode: NULLABLE
+- name: first_document_id
+  type: STRING
+  mode: NULLABLE
+- name: partner_id
+  type: STRING
+  mode: NULLABLE
+- name: distribution_version
+  type: STRING
+  mode: NULLABLE
+- name: distributor
+  type: STRING
+  mode: NULLABLE
+- name: distributor_channel
+  type: STRING
+  mode: NULLABLE
+- name: env_build_platform_version
+  type: STRING
+  mode: NULLABLE
+- name: env_build_xpcom_abi
+  type: STRING
+  mode: NULLABLE
+- name: geo_db_version
+  type: STRING
+  mode: NULLABLE
+- name: apple_model_id
+  type: STRING
+  mode: NULLABLE
diff -bur --no-dereference /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/telemetry_derived/clients_first_seen_v2/query.sql /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/telemetry_derived/clients_first_seen_v2/query.sql
--- /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/telemetry_derived/clients_first_seen_v2/query.sql	2023-11-01 20:08:17.000000000 +0000
+++ /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/telemetry_derived/clients_first_seen_v2/query.sql	2023-11-01 20:03:40.000000000 +0000
@@ -288,38 +288,36 @@
       TIMESTAMP(MIN(submission_date))
     ) AS first_seen_timestamp,
     ARRAY_AGG(DATE(submission_date) ORDER BY submission_date ASC) AS all_dates,
-    CAST(
-      NULL AS STRING
-    ) AS architecture, -- main_v5:environment.build.architecture
+    ARRAY_AGG(env_build_arch RESPECT NULLS ORDER BY submission_date)[
+      SAFE_OFFSET(0)
+    ] AS architecture,
     ARRAY_AGG(env_build_id RESPECT NULLS ORDER BY submission_date)[SAFE_OFFSET(0)] AS app_build_id,
     ARRAY_AGG(app_name RESPECT NULLS ORDER BY submission_date)[SAFE_OFFSET(0)] AS app_name,
     ARRAY_AGG(locale RESPECT NULLS ORDER BY submission_date)[SAFE_OFFSET(0)] AS locale,
-    CAST(
-      NULL AS STRING
-    ) AS platform_version, -- main_v5:environment.build.platform_version
+    ARRAY_AGG(env_build_platform_version RESPECT NULLS ORDER BY submission_date)[
+      SAFE_OFFSET(0)
+    ] AS platform_version,
     ARRAY_AGG(vendor RESPECT NULLS ORDER BY submission_date)[SAFE_OFFSET(0)] AS vendor,
     ARRAY_AGG(app_version RESPECT NULLS ORDER BY submission_date)[SAFE_OFFSET(0)] AS app_version,
-    CAST(
-      NULL AS STRING
-    ) AS xpcom_abi, -- main_v5:environment.build.xpcom_abi / application.xpcom_abi
+    ARRAY_AGG(env_build_xpcom_abi RESPECT NULLS ORDER BY submission_date)[
+      SAFE_OFFSET(0)
+    ] AS xpcom_abi,
     CAST(
       NULL AS STRING
     ) AS document_id, -- main_v5:document_id
     ARRAY_AGG(distribution_id RESPECT NULLS ORDER BY submission_date)[
       SAFE_OFFSET(0)
     ] AS distribution_id,
-    CAST(
-      NULL AS STRING
-    ) AS partner_distribution_version, -- main_v5:environment.partner.distribution_version
-    CAST(
-      NULL AS STRING
-    ) AS partner_distributor, -- main_v5:environment.partner.distributor
-    CAST(
-      NULL AS STRING
-    ) AS partner_distributor_channel, -- main_v5:environment.partner.distributor_channel
-    CAST(
-      NULL AS STRING
-    ) AS partner_id, -- main_v5:environment.partner.distribution_id
+    ARRAY_AGG(partner_distribution_version RESPECT NULLS ORDER BY submission_date)[
+      SAFE_OFFSET(0)
+    ] AS partner_distribution_version,
+    ARRAY_AGG(partner_distributor RESPECT NULLS ORDER BY submission_date)[
+      SAFE_OFFSET(0)
+    ] AS partner_distributor,
+    ARRAY_AGG(partner_distributor_channel RESPECT NULLS ORDER BY submission_date)[
+      SAFE_OFFSET(0)
+    ] AS partner_distributor_channel,
+    ARRAY_AGG(partner_id RESPECT NULLS ORDER BY submission_date)[SAFE_OFFSET(0)] AS partner_id,
     ARRAY_AGG(attribution.campaign RESPECT NULLS ORDER BY submission_date)[
       SAFE_OFFSET(0)
     ] AS attribution_campaign,
@@ -335,9 +333,9 @@
     ARRAY_AGG(attribution.source RESPECT NULLS ORDER BY submission_date)[
       SAFE_OFFSET(0)
     ] AS attribution_source,
-    CAST(
-      NULL AS STRING
-    ) AS attribution_ua, -- main_v5:environment.settings.attribution.ua
+    ARRAY_AGG(attribution.ua RESPECT NULLS ORDER BY submission_date)[
+      SAFE_OFFSET(0)
+    ] AS attribution_ua,
     ARRAY_AGG(default_search_engine_data_load_path RESPECT NULLS ORDER BY submission_date)[
       SAFE_OFFSET(0)
     ] AS engine_data_load_path,
@@ -350,13 +348,13 @@
     ARRAY_AGG(default_search_engine_data_submission_url RESPECT NULLS ORDER BY submission_date)[
       SAFE_OFFSET(0)
     ] AS engine_data_submission_url,
-    CAST(
-      NULL AS STRING
-    ) AS apple_model_id, -- main_v5:environment.system.apple_model_id
+    ARRAY_AGG(apple_model_id RESPECT NULLS ORDER BY submission_date)[
+      SAFE_OFFSET(0)
+    ] AS engine_data_submission_url,
     ARRAY_AGG(city RESPECT NULLS ORDER BY submission_date)[SAFE_OFFSET(0)] AS city,
-    CAST(
-      NULL AS STRING
-    ) AS db_version, -- main_v5:metadata.geo.db_version
+    ARRAY_AGG(geo_db_version RESPECT NULLS ORDER BY submission_date)[
+      SAFE_OFFSET(0)
+    ] AS geo_db_version,
     ARRAY_AGG(geo_subdivision1 RESPECT NULLS ORDER BY submission_date)[
       SAFE_OFFSET(0)
     ] AS subdivision1,
@@ -374,9 +372,9 @@
     ARRAY_AGG(attribution.dltoken RESPECT NULLS ORDER BY submission_date)[
       SAFE_OFFSET(0)
     ] AS attribution_dltoken,
-    CAST(
-      NULL AS STRING
-    ) AS attribution_dlsource -- main_v5:environment.settings.attribution.dlsource
+    ARRAY_AGG(attribution.dlsource RESPECT NULLS ORDER BY submission_date)[
+      SAFE_OFFSET(0)
+    ] AS attribution_dlsource
   FROM
     `moz-fx-data-shared-prod.telemetry_derived.clients_daily_v6`
   WHERE
diff -bur --no-dereference /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/telemetry_derived/clients_last_seen_v1/schema.yaml /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/telemetry_derived/clients_last_seen_v1/schema.yaml
--- /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/telemetry_derived/clients_last_seen_v1/schema.yaml	2023-11-01 20:08:17.000000000 +0000
+++ /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/telemetry_derived/clients_last_seen_v1/schema.yaml	2023-11-01 19:54:39.000000000 +0000
@@ -202,6 +202,9 @@
   - mode: NULLABLE
     name: dlsource
     type: STRING
+  - name: ua
+    type: STRING
+    mode: NULLABLE
   mode: NULLABLE
   name: attribution
   type: RECORD
@@ -2352,3 +2355,30 @@
 - name: startup_profile_selection_reason_first
   type: STRING
   mode: NULLABLE
+- name: first_document_id
+  type: STRING
+  mode: NULLABLE
+- name: partner_id
+  type: STRING
+  mode: NULLABLE
+- name: distribution_version
+  type: STRING
+  mode: NULLABLE
+- name: distributor
+  type: STRING
+  mode: NULLABLE
+- name: distributor_channel
+  type: STRING
+  mode: NULLABLE
+- name: env_build_platform_version
+  type: STRING
+  mode: NULLABLE
+- name: env_build_xpcom_abi
+  type: STRING
+  mode: NULLABLE
+- name: geo_db_version
+  type: STRING
+  mode: NULLABLE
+- name: apple_model_id
+  type: STRING
+  mode: NULLABLE

@dataops-ci-bot
Copy link

Integration report for "DENG-1705 Add missing client attribution columns to clients daily/firstseen"

sql.diff

Click to expand!
diff -bur --no-dereference /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/telemetry/clients_first_seen/schema.yaml /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/telemetry/clients_first_seen/schema.yaml
--- /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/telemetry/clients_first_seen/schema.yaml	2023-11-01 20:08:32.000000000 +0000
+++ /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/telemetry/clients_first_seen/schema.yaml	2023-11-01 19:57:43.000000000 +0000
@@ -162,159 +162,120 @@
 - name: blocklist_enabled
   type: BOOLEAN
   mode: NULLABLE
-  description: null
 - name: channel
   type: STRING
   mode: NULLABLE
-  description: null
 - name: client_clock_skew_mean
   type: FLOAT
   mode: NULLABLE
-  description: null
 - name: client_submission_latency_mean
   type: FLOAT
   mode: NULLABLE
-  description: null
 - name: cpu_cores
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: cpu_count
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: cpu_family
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: cpu_l2_cache_kb
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: cpu_l3_cache_kb
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: cpu_model
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: cpu_speed_mhz
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: cpu_stepping
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: cpu_vendor
   type: STRING
   mode: NULLABLE
-  description: null
 - name: crashes_detected_content_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: crashes_detected_gmplugin_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: crashes_detected_plugin_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: crash_submit_attempt_content_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: crash_submit_attempt_main_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: crash_submit_attempt_plugin_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: crash_submit_success_content_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: crash_submit_success_main_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: crash_submit_success_plugin_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: default_search_engine
   type: STRING
   mode: NULLABLE
-  description: null
 - name: default_search_engine_data_load_path
   type: STRING
   mode: NULLABLE
-  description: null
 - name: default_search_engine_data_name
   type: STRING
   mode: NULLABLE
-  description: null
 - name: default_search_engine_data_origin
   type: STRING
   mode: NULLABLE
-  description: null
 - name: default_search_engine_data_submission_url
   type: STRING
   mode: NULLABLE
-  description: null
 - name: devtools_toolbox_opened_count_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: distribution_id
   type: STRING
   mode: NULLABLE
-  description: null
 - name: e10s_enabled
   type: BOOLEAN
   mode: NULLABLE
-  description: null
 - name: env_build_arch
   type: STRING
   mode: NULLABLE
-  description: null
 - name: env_build_id
   type: STRING
   mode: NULLABLE
-  description: null
 - name: env_build_version
   type: STRING
   mode: NULLABLE
-  description: null
 - name: environment_settings_intl_accept_languages
   type: STRING
   mode: REPEATED
-  description: null
 - name: environment_settings_intl_app_locales
   type: STRING
   mode: REPEATED
-  description: null
 - name: environment_settings_intl_available_locales
   type: STRING
   mode: REPEATED
-  description: null
 - name: environment_settings_intl_requested_locales
   type: STRING
   mode: REPEATED
-  description: null
 - name: environment_settings_intl_system_locales
   type: STRING
   mode: REPEATED
-  description: null
 - name: environment_settings_intl_regional_prefs_locales
   type: STRING
   mode: REPEATED
-  description: null
 - name: experiments
   type: RECORD
   mode: REPEATED
@@ -322,356 +283,267 @@
   - name: key
     type: STRING
     mode: NULLABLE
-    description: null
   - name: value
     type: STRING
     mode: NULLABLE
-    description: null
-  description: null
 - name: first_paint_mean
   type: FLOAT
   mode: NULLABLE
-  description: null
 - name: flash_version
   type: STRING
   mode: NULLABLE
-  description: null
 - name: country
   type: STRING
   mode: NULLABLE
-  description: null
 - name: city
   type: STRING
   mode: NULLABLE
-  description: null
 - name: geo_subdivision1
   type: STRING
   mode: NULLABLE
-  description: null
 - name: geo_subdivision2
   type: STRING
   mode: NULLABLE
-  description: null
 - name: isp_name
   type: STRING
   mode: NULLABLE
-  description: null
 - name: isp_organization
   type: STRING
   mode: NULLABLE
-  description: null
 - name: gfx_features_advanced_layers_status
   type: STRING
   mode: NULLABLE
-  description: null
 - name: gfx_features_d2d_status
   type: STRING
   mode: NULLABLE
-  description: null
 - name: gfx_features_d3d11_status
   type: STRING
   mode: NULLABLE
-  description: null
 - name: gfx_features_gpu_process_status
   type: STRING
   mode: NULLABLE
-  description: null
 - name: histogram_parent_devtools_aboutdebugging_opened_count_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: histogram_parent_devtools_animationinspector_opened_count_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: histogram_parent_devtools_browserconsole_opened_count_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: histogram_parent_devtools_canvasdebugger_opened_count_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: histogram_parent_devtools_computedview_opened_count_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: histogram_parent_devtools_custom_opened_count_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: histogram_parent_devtools_developertoolbar_opened_count_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: histogram_parent_devtools_dom_opened_count_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: histogram_parent_devtools_eyedropper_opened_count_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: histogram_parent_devtools_fontinspector_opened_count_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: histogram_parent_devtools_inspector_opened_count_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: histogram_parent_devtools_jsbrowserdebugger_opened_count_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: histogram_parent_devtools_jsdebugger_opened_count_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: histogram_parent_devtools_jsprofiler_opened_count_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: histogram_parent_devtools_layoutview_opened_count_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: histogram_parent_devtools_memory_opened_count_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: histogram_parent_devtools_menu_eyedropper_opened_count_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: histogram_parent_devtools_netmonitor_opened_count_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: histogram_parent_devtools_options_opened_count_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: histogram_parent_devtools_paintflashing_opened_count_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: histogram_parent_devtools_picker_eyedropper_opened_count_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: histogram_parent_devtools_responsive_opened_count_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: histogram_parent_devtools_ruleview_opened_count_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: histogram_parent_devtools_scratchpad_opened_count_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: histogram_parent_devtools_scratchpad_window_opened_count_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: histogram_parent_devtools_shadereditor_opened_count_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: histogram_parent_devtools_storage_opened_count_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: histogram_parent_devtools_styleeditor_opened_count_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: histogram_parent_devtools_webaudioeditor_opened_count_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: histogram_parent_devtools_webconsole_opened_count_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: histogram_parent_devtools_webide_opened_count_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: install_year
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: is_default_browser
   type: BOOLEAN
   mode: NULLABLE
-  description: null
 - name: is_wow64
   type: BOOLEAN
   mode: NULLABLE
-  description: null
 - name: locale
   type: STRING
   mode: NULLABLE
-  description: null
 - name: memory_mb
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: normalized_channel
   type: STRING
   mode: NULLABLE
-  description: null
 - name: normalized_os_version
   type: STRING
   mode: NULLABLE
-  description: null
 - name: os
   type: STRING
   mode: NULLABLE
-  description: null
 - name: os_service_pack_major
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: os_service_pack_minor
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: os_version
   type: STRING
   mode: NULLABLE
-  description: null
 - name: pings_aggregated_by_this_row
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: places_bookmarks_count_mean
   type: FLOAT
   mode: NULLABLE
-  description: null
 - name: places_pages_count_mean
   type: FLOAT
   mode: NULLABLE
-  description: null
 - name: plugin_hangs_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: plugins_infobar_allow_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: plugins_infobar_block_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: plugins_infobar_shown_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: plugins_notification_shown_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: previous_build_id
   type: STRING
   mode: NULLABLE
-  description: null
 - name: profile_age_in_days
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: profile_creation_date
   type: STRING
   mode: NULLABLE
-  description: null
 - name: push_api_notify_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: sample_id
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: sandbox_effective_content_process_level
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: scalar_combined_webrtc_nicer_stun_retransmits_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: scalar_combined_webrtc_nicer_turn_401s_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: scalar_combined_webrtc_nicer_turn_403s_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: scalar_combined_webrtc_nicer_turn_438s_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: scalar_content_navigator_storage_estimate_count_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: scalar_content_navigator_storage_persist_count_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: scalar_parent_aushelper_websense_reg_version
   type: STRING
   mode: NULLABLE
-  description: null
 - name: scalar_parent_browser_engagement_max_concurrent_tab_count_max
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: scalar_parent_browser_engagement_max_concurrent_window_count_max
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: scalar_parent_browser_engagement_tab_open_event_count_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: scalar_parent_browser_engagement_total_uri_count_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: scalar_parent_browser_engagement_unfiltered_uri_count_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: scalar_parent_browser_engagement_unique_domains_count_max
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: scalar_parent_browser_engagement_unique_domains_count_mean
   type: FLOAT
   mode: NULLABLE
-  description: null
 - name: scalar_parent_browser_engagement_window_open_event_count_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: scalar_parent_devtools_accessibility_node_inspected_count_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: scalar_parent_devtools_accessibility_opened_count_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: scalar_parent_devtools_accessibility_picker_used_count_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: scalar_parent_devtools_accessibility_select_accessible_for_node_sum
   type: RECORD
   mode: REPEATED
@@ -679,219 +551,165 @@
   - name: key
     type: STRING
     mode: NULLABLE
-    description: null
   - name: value
     type: INTEGER
     mode: NULLABLE
-    description: null
-  description: null
 - name: scalar_parent_devtools_accessibility_service_enabled_count_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: scalar_parent_devtools_copy_full_css_selector_opened_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: scalar_parent_devtools_copy_unique_css_selector_opened_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: scalar_parent_devtools_toolbar_eyedropper_opened_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: scalar_parent_dom_contentprocess_troubled_due_to_memory_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: scalar_parent_navigator_storage_estimate_count_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: scalar_parent_navigator_storage_persist_count_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: scalar_parent_storage_sync_api_usage_extensions_using_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: search_cohort
   type: STRING
   mode: NULLABLE
-  description: null
 - name: search_count_abouthome
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: search_count_contextmenu
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: search_count_newtab
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: search_count_searchbar
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: search_count_system
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: search_count_urlbar
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: search_count_all
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: search_count_tagged_sap
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: search_count_tagged_follow_on
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: search_count_organic
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: search_count_urlbar_handoff
   type: INTEGER
   mode: NULLABLE
 - name: session_restored_mean
   type: FLOAT
   mode: NULLABLE
-  description: null
 - name: sessions_started_on_this_day
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: shutdown_kill_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: subsession_hours_sum
   type: NUMERIC
   mode: NULLABLE
-  description: null
 - name: ssl_handshake_result_failure_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: ssl_handshake_result_success_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: sync_configured
   type: BOOLEAN
   mode: NULLABLE
-  description: null
 - name: sync_count_desktop_mean
   type: FLOAT
   mode: NULLABLE
-  description: null
 - name: sync_count_mobile_mean
   type: FLOAT
   mode: NULLABLE
-  description: null
 - name: sync_count_desktop_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: sync_count_mobile_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: telemetry_enabled
   type: BOOLEAN
   mode: NULLABLE
-  description: null
 - name: timezone_offset
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: total_hours_sum
   type: NUMERIC
   mode: NULLABLE
-  description: null
 - name: update_auto_download
   type: BOOLEAN
   mode: NULLABLE
-  description: null
 - name: update_channel
   type: STRING
   mode: NULLABLE
-  description: null
 - name: update_enabled
   type: BOOLEAN
   mode: NULLABLE
-  description: null
 - name: vendor
   type: STRING
   mode: NULLABLE
-  description: null
 - name: web_notification_shown_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: windows_build_number
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: windows_ubr
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: fxa_configured
   type: BOOLEAN
   mode: NULLABLE
-  description: null
 - name: trackers_blocked_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: submission_timestamp_min
   type: TIMESTAMP
   mode: NULLABLE
-  description: null
 - name: ad_clicks_count_all
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: search_with_ads_count_all
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: scalar_parent_urlbar_impression_autofill_about_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: scalar_parent_urlbar_impression_autofill_adaptive_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: scalar_parent_urlbar_impression_autofill_origin_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: scalar_parent_urlbar_impression_autofill_other_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: scalar_parent_urlbar_impression_autofill_preloaded_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: scalar_parent_urlbar_impression_autofill_url_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: scalar_parent_telemetry_event_counts_sum
   type: RECORD
   mode: REPEATED
@@ -899,12 +717,9 @@
   - name: key
     type: STRING
     mode: NULLABLE
-    description: null
   - name: value
     type: INTEGER
     mode: NULLABLE
-    description: null
-  description: null
 - name: scalar_content_telemetry_event_counts_sum
   type: RECORD
   mode: REPEATED
@@ -912,12 +727,9 @@
   - name: key
     type: STRING
     mode: NULLABLE
-    description: null
   - name: value
     type: INTEGER
     mode: NULLABLE
-    description: null
-  description: null
 - name: scalar_parent_urlbar_searchmode_bookmarkmenu_sum
   type: RECORD
   mode: REPEATED
@@ -925,12 +737,9 @@
   - name: key
     type: STRING
     mode: NULLABLE
-    description: null
   - name: value
     type: INTEGER
     mode: NULLABLE
-    description: null
-  description: null
 - name: scalar_parent_urlbar_searchmode_handoff_sum
   type: RECORD
   mode: REPEATED
@@ -938,12 +747,9 @@
   - name: key
     type: STRING
     mode: NULLABLE
-    description: null
   - name: value
     type: INTEGER
     mode: NULLABLE
-    description: null
-  description: null
 - name: scalar_parent_urlbar_searchmode_keywordoffer_sum
   type: RECORD
   mode: REPEATED
@@ -951,12 +757,9 @@
   - name: key
     type: STRING
     mode: NULLABLE
-    description: null
   - name: value
     type: INTEGER
     mode: NULLABLE
-    description: null
-  description: null
 - name: scalar_parent_urlbar_searchmode_oneoff_sum
   type: RECORD
   mode: REPEATED
@@ -964,12 +767,9 @@
   - name: key
     type: STRING
     mode: NULLABLE
-    description: null
   - name: value
     type: INTEGER
     mode: NULLABLE
-    description: null
-  description: null
 - name: scalar_parent_urlbar_searchmode_other_sum
   type: RECORD
   mode: REPEATED
@@ -977,12 +777,9 @@
   - name: key
     type: STRING
     mode: NULLABLE
-    description: null
   - name: value
     type: INTEGER
     mode: NULLABLE
-    description: null
-  description: null
 - name: scalar_parent_urlbar_searchmode_shortcut_sum
   type: RECORD
   mode: REPEATED
@@ -990,12 +787,9 @@
   - name: key
     type: STRING
     mode: NULLABLE
-    description: null
   - name: value
     type: INTEGER
     mode: NULLABLE
-    description: null
-  description: null
 - name: scalar_parent_urlbar_searchmode_tabmenu_sum
   type: RECORD
   mode: REPEATED
@@ -1003,12 +797,9 @@
   - name: key
     type: STRING
     mode: NULLABLE
-    description: null
   - name: value
     type: INTEGER
     mode: NULLABLE
-    description: null
-  description: null
 - name: scalar_parent_urlbar_searchmode_tabtosearch_sum
   type: RECORD
   mode: REPEATED
@@ -1016,12 +807,9 @@
   - name: key
     type: STRING
     mode: NULLABLE
-    description: null
   - name: value
     type: INTEGER
     mode: NULLABLE
-    description: null
-  description: null
 - name: scalar_parent_urlbar_searchmode_tabtosearch_onboard_sum
   type: RECORD
   mode: REPEATED
@@ -1029,12 +817,9 @@
   - name: key
     type: STRING
     mode: NULLABLE
-    description: null
   - name: value
     type: INTEGER
     mode: NULLABLE
-    description: null
-  description: null
 - name: scalar_parent_urlbar_searchmode_topsites_newtab_sum
   type: RECORD
   mode: REPEATED
@@ -1042,12 +827,9 @@
   - name: key
     type: STRING
     mode: NULLABLE
-    description: null
   - name: value
     type: INTEGER
     mode: NULLABLE
-    description: null
-  description: null
 - name: scalar_parent_urlbar_searchmode_topsites_urlbar_sum
   type: RECORD
   mode: REPEATED
@@ -1055,12 +837,9 @@
   - name: key
     type: STRING
     mode: NULLABLE
-    description: null
   - name: value
     type: INTEGER
     mode: NULLABLE
-    description: null
-  description: null
 - name: scalar_parent_urlbar_searchmode_touchbar_sum
   type: RECORD
   mode: REPEATED
@@ -1068,12 +847,9 @@
   - name: key
     type: STRING
     mode: NULLABLE
-    description: null
   - name: value
     type: INTEGER
     mode: NULLABLE
-    description: null
-  description: null
 - name: scalar_parent_urlbar_searchmode_typed_sum
   type: RECORD
   mode: REPEATED
@@ -1081,12 +857,9 @@
   - name: key
     type: STRING
     mode: NULLABLE
-    description: null
   - name: value
     type: INTEGER
     mode: NULLABLE
-    description: null
-  description: null
 - name: scalar_parent_os_environment_is_taskbar_pinned
   type: BOOLEAN
   mode: NULLABLE
diff -bur --no-dereference /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/telemetry/releases_latest/schema.yaml /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/telemetry/releases_latest/schema.yaml
--- /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/telemetry/releases_latest/schema.yaml	2023-11-01 20:08:32.000000000 +0000
+++ /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/telemetry/releases_latest/schema.yaml	2023-11-01 19:57:40.000000000 +0000
@@ -2,21 +2,18 @@
 - name: date
   type: DATE
   mode: NULLABLE
-  description: null
 - name: product
   type: STRING
   mode: NULLABLE
 - name: category
   type: STRING
   mode: NULLABLE
-  description: null
 - name: channel
   type: STRING
   mode: NULLABLE
 - name: build_number
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: release_date
   type: DATE
   mode: NULLABLE
diff -bur --no-dereference /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/telemetry_derived/clients_daily_joined_v1/schema.yaml /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/telemetry_derived/clients_daily_joined_v1/schema.yaml
--- /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/telemetry_derived/clients_daily_joined_v1/schema.yaml	2023-11-01 20:08:32.000000000 +0000
+++ /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/telemetry_derived/clients_daily_joined_v1/schema.yaml	2023-11-01 19:51:15.000000000 +0000
@@ -154,6 +154,9 @@
   - name: dlsource
     type: STRING
     mode: NULLABLE
+  - name: ua
+    type: STRING
+    mode: NULLABLE
   mode: NULLABLE
   name: attribution
   type: RECORD
@@ -2339,3 +2342,30 @@
 - name: startup_profile_selection_reason_first
   type: STRING
   mode: NULLABLE
+- name: first_document_id
+  type: STRING
+  mode: NULLABLE
+- name: partner_id
+  type: STRING
+  mode: NULLABLE
+- name: distribution_version
+  type: STRING
+  mode: NULLABLE
+- name: distributor
+  type: STRING
+  mode: NULLABLE
+- name: distributor_channel
+  type: STRING
+  mode: NULLABLE
+- name: env_build_platform_version
+  type: STRING
+  mode: NULLABLE
+- name: env_build_xpcom_abi
+  type: STRING
+  mode: NULLABLE
+- name: geo_db_version
+  type: STRING
+  mode: NULLABLE
+- name: apple_model_id
+  type: STRING
+  mode: NULLABLE
diff -bur --no-dereference /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/telemetry_derived/clients_daily_v6/query.sql /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/telemetry_derived/clients_daily_v6/query.sql
--- /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/telemetry_derived/clients_daily_v6/query.sql	2023-11-01 20:08:32.000000000 +0000
+++ /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/telemetry_derived/clients_daily_v6/query.sql	2023-11-01 20:00:04.000000000 +0000
@@ -255,6 +255,7 @@
     submission_timestamp,
     client_id,
     sample_id,
+    document_id,
     metadata.uri.app_update_channel AS channel,
     normalized_channel,
     normalized_os_version,
@@ -262,6 +263,7 @@
     metadata.geo.city,
     metadata.geo.subdivision1 AS geo_subdivision1,
     metadata.geo.subdivision2 AS geo_subdivision2,
+    metadata.geo.db_version AS geo_db_version,
     metadata.isp.name AS isp_name,
     metadata.isp.organization AS isp_organization,
     environment.system.os.name AS os,
@@ -272,6 +274,7 @@
     SAFE_CAST(environment.system.os.windows_ubr AS INT64) AS windows_ubr,
     SAFE_CAST(environment.system.os.install_year AS INT64) AS install_year,
     environment.system.is_wow64,
+    environment.system.apple_model_id,
     SAFE_CAST(environment.system.memory_mb AS INT64) AS memory_mb,
     environment.system.cpu.count AS cpu_count,
     environment.system.cpu.cores AS cpu_cores,
@@ -292,6 +295,10 @@
     payload.info.subsession_counter,
     payload.info.subsession_length,
     environment.partner.distribution_id,
+    environment.partner.partner_id,
+    environment.partner.distribution_version,
+    environment.partner.distributor,
+    environment.partner.distributor_channel,
     IFNULL(
       environment.services.account_enabled,
       udf.boolean_histogram_to_boolean(payload.histograms.fxa_configured)
@@ -313,6 +320,8 @@
     environment.build.build_id AS env_build_id,
     environment.build.version AS env_build_version,
     environment.build.architecture AS env_build_arch,
+    environment.build.platform_version AS env_build_platform_version,
+    environment.build.xpcom_abi AS env_build_xpcom_abi,
     environment.settings.e10s_enabled,
     environment.settings.locale,
     environment.settings.update.channel AS update_channel,
@@ -329,7 +338,8 @@
         environment.settings.attribution.experiment,
         environment.settings.attribution.variation,
         environment.settings.attribution.dltoken,
-        environment.settings.attribution.dlsource
+        environment.settings.attribution.dlsource,
+        environment.settings.attribution.ua
       ),
       NULL
     ) AS attribution,
@@ -764,6 +774,7 @@
   SELECT
     DATE(submission_timestamp) AS submission_date,
     client_id,
+    ARRAY_AGG(document_id ORDER BY submission_timestamp)[OFFSET(0)] AS first_document_id,
     SUM(aborts_content) AS aborts_content_sum,
     SUM(aborts_gmplugin) AS aborts_gmplugin_sum,
     SUM(aborts_plugin) AS aborts_plugin_sum,
@@ -850,10 +861,24 @@
     mozfun.stats.mode_last(
       ARRAY_AGG(distribution_id ORDER BY submission_timestamp)
     ) AS distribution_id,
+    mozfun.stats.mode_last(ARRAY_AGG(partner_id ORDER BY submission_timestamp)) AS partner_id,
+    mozfun.stats.mode_last(
+      ARRAY_AGG(distribution_version ORDER BY submission_timestamp)
+    ) AS distribution_version,
+    mozfun.stats.mode_last(ARRAY_AGG(distributor ORDER BY submission_timestamp)) AS distributor,
+    mozfun.stats.mode_last(
+      ARRAY_AGG(distributor_channel ORDER BY submission_timestamp)
+    ) AS distributor_channel,
     mozfun.stats.mode_last(ARRAY_AGG(e10s_enabled ORDER BY submission_timestamp)) AS e10s_enabled,
     mozfun.stats.mode_last(
       ARRAY_AGG(env_build_arch ORDER BY submission_timestamp)
     ) AS env_build_arch,
+    mozfun.stats.mode_last(
+      ARRAY_AGG(env_build_platform_version ORDER BY submission_timestamp)
+    ) AS env_build_platform_version,
+    mozfun.stats.mode_last(
+      ARRAY_AGG(env_build_xpcom_abi ORDER BY submission_timestamp)
+    ) AS env_build_xpcom_abi,
     mozfun.stats.mode_last(ARRAY_AGG(env_build_id ORDER BY submission_timestamp)) AS env_build_id,
     mozfun.stats.mode_last(
       ARRAY_AGG(env_build_version ORDER BY submission_timestamp)
@@ -936,6 +961,9 @@
           submission_timestamp
       )
     ).*,
+    mozfun.stats.mode_last(
+      ARRAY_AGG(geo_db_version ORDER BY submission_timestamp)
+    ) AS geo_db_version,
     mozfun.json.mode_last(
       ARRAY_AGG(
         IF(
@@ -1056,6 +1084,9 @@
       ARRAY_AGG(is_default_browser ORDER BY submission_timestamp)
     ) AS is_default_browser,
     mozfun.stats.mode_last(ARRAY_AGG(is_wow64 ORDER BY submission_timestamp)) AS is_wow64,
+    mozfun.stats.mode_last(
+      ARRAY_AGG(apple_model_id ORDER BY submission_timestamp)
+    ) AS apple_model_id,
     mozfun.stats.mode_last(ARRAY_AGG(locale ORDER BY submission_timestamp)) AS locale,
     mozfun.stats.mode_last(ARRAY_AGG(memory_mb ORDER BY submission_timestamp)) AS memory_mb,
     mozfun.stats.mode_last(
diff -bur --no-dereference /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/telemetry_derived/clients_daily_v6/schema.yaml /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/telemetry_derived/clients_daily_v6/schema.yaml
--- /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/telemetry_derived/clients_daily_v6/schema.yaml	2023-11-01 20:08:32.000000000 +0000
+++ /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/telemetry_derived/clients_daily_v6/schema.yaml	2023-11-01 19:51:15.000000000 +0000
@@ -154,6 +154,9 @@
   - name: dlsource
     type: STRING
     mode: NULLABLE
+  - name: ua
+    type: STRING
+    mode: NULLABLE
   mode: NULLABLE
   name: attribution
   type: RECORD
@@ -2303,3 +2306,30 @@
 - name: startup_profile_selection_reason_first
   type: STRING
   mode: NULLABLE
+- name: first_document_id
+  type: STRING
+  mode: NULLABLE
+- name: partner_id
+  type: STRING
+  mode: NULLABLE
+- name: distribution_version
+  type: STRING
+  mode: NULLABLE
+- name: distributor
+  type: STRING
+  mode: NULLABLE
+- name: distributor_channel
+  type: STRING
+  mode: NULLABLE
+- name: env_build_platform_version
+  type: STRING
+  mode: NULLABLE
+- name: env_build_xpcom_abi
+  type: STRING
+  mode: NULLABLE
+- name: geo_db_version
+  type: STRING
+  mode: NULLABLE
+- name: apple_model_id
+  type: STRING
+  mode: NULLABLE
diff -bur --no-dereference /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/telemetry_derived/clients_first_seen_v1/schema.yaml /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/telemetry_derived/clients_first_seen_v1/schema.yaml
--- /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/telemetry_derived/clients_first_seen_v1/schema.yaml	2023-11-01 20:08:32.000000000 +0000
+++ /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/telemetry_derived/clients_first_seen_v1/schema.yaml	2023-11-01 19:51:15.000000000 +0000
@@ -155,6 +155,9 @@
   - name: dlsource
     type: STRING
     mode: NULLABLE
+  - name: ua
+    type: STRING
+    mode: NULLABLE
   mode: NULLABLE
   name: attribution
   type: RECORD
@@ -2305,3 +2308,30 @@
 - name: startup_profile_selection_reason_first
   type: STRING
   mode: NULLABLE
+- name: first_document_id
+  type: STRING
+  mode: NULLABLE
+- name: partner_id
+  type: STRING
+  mode: NULLABLE
+- name: distribution_version
+  type: STRING
+  mode: NULLABLE
+- name: distributor
+  type: STRING
+  mode: NULLABLE
+- name: distributor_channel
+  type: STRING
+  mode: NULLABLE
+- name: env_build_platform_version
+  type: STRING
+  mode: NULLABLE
+- name: env_build_xpcom_abi
+  type: STRING
+  mode: NULLABLE
+- name: geo_db_version
+  type: STRING
+  mode: NULLABLE
+- name: apple_model_id
+  type: STRING
+  mode: NULLABLE
diff -bur --no-dereference /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/telemetry_derived/clients_first_seen_v2/query.sql /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/telemetry_derived/clients_first_seen_v2/query.sql
--- /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/telemetry_derived/clients_first_seen_v2/query.sql	2023-11-01 20:08:32.000000000 +0000
+++ /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/telemetry_derived/clients_first_seen_v2/query.sql	2023-11-01 20:00:04.000000000 +0000
@@ -288,38 +288,36 @@
       TIMESTAMP(MIN(submission_date))
     ) AS first_seen_timestamp,
     ARRAY_AGG(DATE(submission_date) ORDER BY submission_date ASC) AS all_dates,
-    CAST(
-      NULL AS STRING
-    ) AS architecture, -- main_v5:environment.build.architecture
+    ARRAY_AGG(env_build_arch RESPECT NULLS ORDER BY submission_date)[
+      SAFE_OFFSET(0)
+    ] AS architecture,
     ARRAY_AGG(env_build_id RESPECT NULLS ORDER BY submission_date)[SAFE_OFFSET(0)] AS app_build_id,
     ARRAY_AGG(app_name RESPECT NULLS ORDER BY submission_date)[SAFE_OFFSET(0)] AS app_name,
     ARRAY_AGG(locale RESPECT NULLS ORDER BY submission_date)[SAFE_OFFSET(0)] AS locale,
-    CAST(
-      NULL AS STRING
-    ) AS platform_version, -- main_v5:environment.build.platform_version
+    ARRAY_AGG(env_build_platform_version RESPECT NULLS ORDER BY submission_date)[
+      SAFE_OFFSET(0)
+    ] AS platform_version,
     ARRAY_AGG(vendor RESPECT NULLS ORDER BY submission_date)[SAFE_OFFSET(0)] AS vendor,
     ARRAY_AGG(app_version RESPECT NULLS ORDER BY submission_date)[SAFE_OFFSET(0)] AS app_version,
-    CAST(
-      NULL AS STRING
-    ) AS xpcom_abi, -- main_v5:environment.build.xpcom_abi / application.xpcom_abi
+    ARRAY_AGG(env_build_xpcom_abi RESPECT NULLS ORDER BY submission_date)[
+      SAFE_OFFSET(0)
+    ] AS xpcom_abi,
     CAST(
       NULL AS STRING
     ) AS document_id, -- main_v5:document_id
     ARRAY_AGG(distribution_id RESPECT NULLS ORDER BY submission_date)[
       SAFE_OFFSET(0)
     ] AS distribution_id,
-    CAST(
-      NULL AS STRING
-    ) AS partner_distribution_version, -- main_v5:environment.partner.distribution_version
-    CAST(
-      NULL AS STRING
-    ) AS partner_distributor, -- main_v5:environment.partner.distributor
-    CAST(
-      NULL AS STRING
-    ) AS partner_distributor_channel, -- main_v5:environment.partner.distributor_channel
-    CAST(
-      NULL AS STRING
-    ) AS partner_id, -- main_v5:environment.partner.distribution_id
+    ARRAY_AGG(partner_distribution_version RESPECT NULLS ORDER BY submission_date)[
+      SAFE_OFFSET(0)
+    ] AS partner_distribution_version,
+    ARRAY_AGG(partner_distributor RESPECT NULLS ORDER BY submission_date)[
+      SAFE_OFFSET(0)
+    ] AS partner_distributor,
+    ARRAY_AGG(partner_distributor_channel RESPECT NULLS ORDER BY submission_date)[
+      SAFE_OFFSET(0)
+    ] AS partner_distributor_channel,
+    ARRAY_AGG(partner_id RESPECT NULLS ORDER BY submission_date)[SAFE_OFFSET(0)] AS partner_id,
     ARRAY_AGG(attribution.campaign RESPECT NULLS ORDER BY submission_date)[
       SAFE_OFFSET(0)
     ] AS attribution_campaign,
@@ -335,9 +333,9 @@
     ARRAY_AGG(attribution.source RESPECT NULLS ORDER BY submission_date)[
       SAFE_OFFSET(0)
     ] AS attribution_source,
-    CAST(
-      NULL AS STRING
-    ) AS attribution_ua, -- main_v5:environment.settings.attribution.ua
+    ARRAY_AGG(attribution.ua RESPECT NULLS ORDER BY submission_date)[
+      SAFE_OFFSET(0)
+    ] AS attribution_ua,
     ARRAY_AGG(default_search_engine_data_load_path RESPECT NULLS ORDER BY submission_date)[
       SAFE_OFFSET(0)
     ] AS engine_data_load_path,
@@ -350,13 +348,13 @@
     ARRAY_AGG(default_search_engine_data_submission_url RESPECT NULLS ORDER BY submission_date)[
       SAFE_OFFSET(0)
     ] AS engine_data_submission_url,
-    CAST(
-      NULL AS STRING
-    ) AS apple_model_id, -- main_v5:environment.system.apple_model_id
+    ARRAY_AGG(apple_model_id RESPECT NULLS ORDER BY submission_date)[
+      SAFE_OFFSET(0)
+    ] AS engine_data_submission_url,
     ARRAY_AGG(city RESPECT NULLS ORDER BY submission_date)[SAFE_OFFSET(0)] AS city,
-    CAST(
-      NULL AS STRING
-    ) AS db_version, -- main_v5:metadata.geo.db_version
+    ARRAY_AGG(geo_db_version RESPECT NULLS ORDER BY submission_date)[
+      SAFE_OFFSET(0)
+    ] AS geo_db_version,
     ARRAY_AGG(geo_subdivision1 RESPECT NULLS ORDER BY submission_date)[
       SAFE_OFFSET(0)
     ] AS subdivision1,
@@ -374,9 +372,9 @@
     ARRAY_AGG(attribution.dltoken RESPECT NULLS ORDER BY submission_date)[
       SAFE_OFFSET(0)
     ] AS attribution_dltoken,
-    CAST(
-      NULL AS STRING
-    ) AS attribution_dlsource -- main_v5:environment.settings.attribution.dlsource
+    ARRAY_AGG(attribution.dlsource RESPECT NULLS ORDER BY submission_date)[
+      SAFE_OFFSET(0)
+    ] AS attribution_dlsource
   FROM
     `moz-fx-data-shared-prod.telemetry_derived.clients_daily_v6`
   WHERE
diff -bur --no-dereference /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/telemetry_derived/clients_first_seen_v2/schema.yaml /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/telemetry_derived/clients_first_seen_v2/schema.yaml
--- /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/telemetry_derived/clients_first_seen_v2/schema.yaml	2023-11-01 20:08:32.000000000 +0000
+++ /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/telemetry_derived/clients_first_seen_v2/schema.yaml	2023-11-01 19:51:15.000000000 +0000
@@ -7,10 +7,12 @@
   name: sample_id
   type: INTEGER
   mode: NULLABLE
-- description: Date when the server first received either of the 3 pings from this client.
+- description: Date when the server first received either of the 3 pings from this
+    client.
   name: first_seen_date
   type: DATE
-- description: Second date when the server received either of the 3 pings from this client.
+- description: Second date when the server received either of the 3 pings from this
+    client.
   name: second_seen_date
   type: DATE
   mode: NULLABLE
@@ -42,9 +44,11 @@
   name: app_version
   type: STRING
   mode: NULLABLE
-- description: 'A string tag identifying the binary ABI of the current processor and compiler vtable, as taken from the TARGET_XPCOM_ABI configure variable.
-  It may not be available on all platforms, especially unusual processor or compiler combinations. The result takes the form <processor>-<compilerABI>,
-  eg. x86-msvc, ppc-gcc3. This value should almost always be used in combination with the OS.'
+- description: A string tag identifying the binary ABI of the current processor and
+    compiler vtable, as taken from the TARGET_XPCOM_ABI configure variable. It may
+    not be available on all platforms, especially unusual processor or compiler combinations.
+    The result takes the form <processor>-<compilerABI>, eg. x86-msvc, ppc-gcc3. This
+    value should almost always be used in combination with the OS.
   name: xpcom_abi
   type: STRING
   mode: NULLABLE
@@ -52,27 +56,33 @@
   name: document_id
   type: STRING
   mode: NULLABLE
-- description: The value of the `distribution.id` preference that identifies the Firefox distribution.
+- description: The value of the `distribution.id` preference that identifies the Firefox
+    distribution.
   name: distribution_id
   type: STRING
   mode: NULLABLE
-- description: The value selected for the `distribution.version` preference in the Partner Distribution Configuration File.
+- description: The value selected for the `distribution.version` preference in the
+    Partner Distribution Configuration File.
   name: partner_distribution_version
   type: STRING
   mode: NULLABLE
-- description: The value of the `app.distributor` preference in the Partner Distribution Configuration File.
+- description: The value of the `app.distributor` preference in the Partner Distribution
+    Configuration File.
   name: partner_distributor
   type: STRING
   mode: NULLABLE
-- description: The value of the `app.distributor.channel` preference in the Partner Distribution Configuration File.
+- description: The value of the `app.distributor.channel` preference in the Partner
+    Distribution Configuration File.
   name: partner_distributor_channel
   type: STRING
   mode: NULLABLE
-- description: The value of the `mozilla.partner.id` preference in the Partner Distribution Configuration File.
+- description: The value of the `mozilla.partner.id` preference in the Partner Distribution
+    Configuration File.
   name: partner_id
   type: STRING
   mode: NULLABLE
-- description: Identifier of the particular campaign that led to the download of the product.
+- description: Identifier of the particular campaign that led to the download of the
+    product.
   name: attribution_campaign
   type: STRING
   mode: NULLABLE
@@ -92,11 +102,13 @@
   name: attribution_source
   type: STRING
   mode: NULLABLE
-- description: Client's user agent, which corresponds to the web browser used to download the Firefox installer.
+- description: Client's user agent, which corresponds to the web browser used to download
+    the Firefox installer.
   name: attribution_ua
   type: STRING
   mode: NULLABLE
-- description: The anonymized path of the engine xml file. For details on the components refer to the metadata for telemetry.new_profile.
+- description: The anonymized path of the engine xml file. For details on the components
+    refer to the metadata for telemetry.new_profile.
   name: engine_data_load_path
   type: STRING
   mode: NULLABLE
@@ -104,13 +116,15 @@
   name: engine_data_name
   type: STRING
   mode: NULLABLE
-- description: 'The origin of the search engine. The value will be default for engines that are built-in or from distribution partners,
-  verified for user-installed engines with valid verification hashes, unverified for non-default engines without verification hash,
-  and invalid for engines with broken verification hashes.'
+- description: The origin of the search engine. The value will be default for engines
+    that are built-in or from distribution partners, verified for user-installed engines
+    with valid verification hashes, unverified for non-default engines without verification
+    hash, and invalid for engines with broken verification hashes.
   name: engine_data_origin
   type: STRING
   mode: NULLABLE
-- description: The HTTP url we would use to search. For privacy, we don’t record this for user-installed engines.
+- description: "The HTTP url we would use to search. For privacy, we don\u2019t record\
+    \ this for user-installed engines."
   name: engine_data_submission_url
   type: STRING
   mode: NULLABLE
@@ -118,7 +132,8 @@
   name: apple_model_id
   type: STRING
   mode: NULLABLE
-- description: City retrieved as a result of a geographic lookup based on the client's IP address.
+- description: City retrieved as a result of a geographic lookup based on the client's
+    IP address.
   name: city
   type: STRING
 - description: The specific geo database version used.
@@ -146,12 +161,17 @@
   type: STRING
   mode: NULLABLE
 - description: 'How the profile was selected during startup. Possible reasons are:
-   unknown: Generally should not happen, set as a default in case no other reason occurred. profile-manager: The profile was selected by the profile manager.
-   profile-reset: The profile was selected for reset, normally this would mean a restart. restart: The user restarted the application,
-   the same profile as previous will be used. argument-profile: The profile was selected by the --profile command line argument.
-   argument-p: The profile was selected by the -p command line argument. firstrun-claimed-default: A first run of a dedicated profiles build chose the old
-   default profile to be the default for this install. firstrun-skipped-default: A first run of a dedicated profiles build skipped over the old default profile
-   and created a new profile. restart-claimed-default: A first run of a dedicated profiles build after a restart chose the old default.'
+    unknown: Generally should not happen, set as a default in case no other reason
+    occurred. profile-manager: The profile was selected by the profile manager. profile-reset:
+    The profile was selected for reset, normally this would mean a restart. restart:
+    The user restarted the application, the same profile as previous will be used.
+    argument-profile: The profile was selected by the --profile command line argument.
+    argument-p: The profile was selected by the -p command line argument. firstrun-claimed-default:
+    A first run of a dedicated profiles build chose the old default profile to be
+    the default for this install. firstrun-skipped-default: A first run of a dedicated
+    profiles build skipped over the old default profile and created a new profile.
+    restart-claimed-default: A first run of a dedicated profiles build after a restart
+    chose the old default.'
   name: startup_profile_selection_reason
   type: STRING
   mode: NULLABLE
@@ -163,7 +183,7 @@
   name: attribution_dlsource
   type: STRING
   mode: NULLABLE
-- description:
+- description: null
   name: metadata
   type: RECORD
   mode: NULLABLE
diff -bur --no-dereference /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/telemetry_derived/clients_last_seen_v1/schema.yaml /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/telemetry_derived/clients_last_seen_v1/schema.yaml
--- /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/telemetry_derived/clients_last_seen_v1/schema.yaml	2023-11-01 20:08:32.000000000 +0000
+++ /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/telemetry_derived/clients_last_seen_v1/schema.yaml	2023-11-01 19:51:15.000000000 +0000
@@ -202,6 +202,9 @@
   - mode: NULLABLE
     name: dlsource
     type: STRING
+  - name: ua
+    type: STRING
+    mode: NULLABLE
   mode: NULLABLE
   name: attribution
   type: RECORD
@@ -2352,3 +2355,30 @@
 - name: startup_profile_selection_reason_first
   type: STRING
   mode: NULLABLE
+- name: first_document_id
+  type: STRING
+  mode: NULLABLE
+- name: partner_id
+  type: STRING
+  mode: NULLABLE
+- name: distribution_version
+  type: STRING
+  mode: NULLABLE
+- name: distributor
+  type: STRING
+  mode: NULLABLE
+- name: distributor_channel
+  type: STRING
+  mode: NULLABLE
+- name: env_build_platform_version
+  type: STRING
+  mode: NULLABLE
+- name: env_build_xpcom_abi
+  type: STRING
+  mode: NULLABLE
+- name: geo_db_version
+  type: STRING
+  mode: NULLABLE
+- name: apple_model_id
+  type: STRING
+  mode: NULLABLE

@ANich ANich changed the title DENG-1705 Add missing client attribution columns to clients daily/first-seen DENG-1705 - Add missing client attribution columns to clients daily/first-seen Nov 1, 2023
@dataops-ci-bot
Copy link

Integration report for "Typo in clients_first_seen"

sql.diff

Click to expand!
diff -bur --no-dereference /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/telemetry/clients_first_seen/schema.yaml /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/telemetry/clients_first_seen/schema.yaml
--- /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/telemetry/clients_first_seen/schema.yaml	2023-11-01 20:25:48.000000000 +0000
+++ /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/telemetry/clients_first_seen/schema.yaml	2023-11-01 20:18:50.000000000 +0000
@@ -162,159 +162,120 @@
 - name: blocklist_enabled
   type: BOOLEAN
   mode: NULLABLE
-  description: null
 - name: channel
   type: STRING
   mode: NULLABLE
-  description: null
 - name: client_clock_skew_mean
   type: FLOAT
   mode: NULLABLE
-  description: null
 - name: client_submission_latency_mean
   type: FLOAT
   mode: NULLABLE
-  description: null
 - name: cpu_cores
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: cpu_count
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: cpu_family
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: cpu_l2_cache_kb
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: cpu_l3_cache_kb
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: cpu_model
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: cpu_speed_mhz
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: cpu_stepping
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: cpu_vendor
   type: STRING
   mode: NULLABLE
-  description: null
 - name: crashes_detected_content_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: crashes_detected_gmplugin_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: crashes_detected_plugin_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: crash_submit_attempt_content_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: crash_submit_attempt_main_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: crash_submit_attempt_plugin_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: crash_submit_success_content_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: crash_submit_success_main_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: crash_submit_success_plugin_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: default_search_engine
   type: STRING
   mode: NULLABLE
-  description: null
 - name: default_search_engine_data_load_path
   type: STRING
   mode: NULLABLE
-  description: null
 - name: default_search_engine_data_name
   type: STRING
   mode: NULLABLE
-  description: null
 - name: default_search_engine_data_origin
   type: STRING
   mode: NULLABLE
-  description: null
 - name: default_search_engine_data_submission_url
   type: STRING
   mode: NULLABLE
-  description: null
 - name: devtools_toolbox_opened_count_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: distribution_id
   type: STRING
   mode: NULLABLE
-  description: null
 - name: e10s_enabled
   type: BOOLEAN
   mode: NULLABLE
-  description: null
 - name: env_build_arch
   type: STRING
   mode: NULLABLE
-  description: null
 - name: env_build_id
   type: STRING
   mode: NULLABLE
-  description: null
 - name: env_build_version
   type: STRING
   mode: NULLABLE
-  description: null
 - name: environment_settings_intl_accept_languages
   type: STRING
   mode: REPEATED
-  description: null
 - name: environment_settings_intl_app_locales
   type: STRING
   mode: REPEATED
-  description: null
 - name: environment_settings_intl_available_locales
   type: STRING
   mode: REPEATED
-  description: null
 - name: environment_settings_intl_requested_locales
   type: STRING
   mode: REPEATED
-  description: null
 - name: environment_settings_intl_system_locales
   type: STRING
   mode: REPEATED
-  description: null
 - name: environment_settings_intl_regional_prefs_locales
   type: STRING
   mode: REPEATED
-  description: null
 - name: experiments
   type: RECORD
   mode: REPEATED
@@ -322,356 +283,267 @@
   - name: key
     type: STRING
     mode: NULLABLE
-    description: null
   - name: value
     type: STRING
     mode: NULLABLE
-    description: null
-  description: null
 - name: first_paint_mean
   type: FLOAT
   mode: NULLABLE
-  description: null
 - name: flash_version
   type: STRING
   mode: NULLABLE
-  description: null
 - name: country
   type: STRING
   mode: NULLABLE
-  description: null
 - name: city
   type: STRING
   mode: NULLABLE
-  description: null
 - name: geo_subdivision1
   type: STRING
   mode: NULLABLE
-  description: null
 - name: geo_subdivision2
   type: STRING
   mode: NULLABLE
-  description: null
 - name: isp_name
   type: STRING
   mode: NULLABLE
-  description: null
 - name: isp_organization
   type: STRING
   mode: NULLABLE
-  description: null
 - name: gfx_features_advanced_layers_status
   type: STRING
   mode: NULLABLE
-  description: null
 - name: gfx_features_d2d_status
   type: STRING
   mode: NULLABLE
-  description: null
 - name: gfx_features_d3d11_status
   type: STRING
   mode: NULLABLE
-  description: null
 - name: gfx_features_gpu_process_status
   type: STRING
   mode: NULLABLE
-  description: null
 - name: histogram_parent_devtools_aboutdebugging_opened_count_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: histogram_parent_devtools_animationinspector_opened_count_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: histogram_parent_devtools_browserconsole_opened_count_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: histogram_parent_devtools_canvasdebugger_opened_count_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: histogram_parent_devtools_computedview_opened_count_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: histogram_parent_devtools_custom_opened_count_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: histogram_parent_devtools_developertoolbar_opened_count_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: histogram_parent_devtools_dom_opened_count_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: histogram_parent_devtools_eyedropper_opened_count_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: histogram_parent_devtools_fontinspector_opened_count_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: histogram_parent_devtools_inspector_opened_count_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: histogram_parent_devtools_jsbrowserdebugger_opened_count_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: histogram_parent_devtools_jsdebugger_opened_count_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: histogram_parent_devtools_jsprofiler_opened_count_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: histogram_parent_devtools_layoutview_opened_count_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: histogram_parent_devtools_memory_opened_count_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: histogram_parent_devtools_menu_eyedropper_opened_count_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: histogram_parent_devtools_netmonitor_opened_count_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: histogram_parent_devtools_options_opened_count_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: histogram_parent_devtools_paintflashing_opened_count_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: histogram_parent_devtools_picker_eyedropper_opened_count_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: histogram_parent_devtools_responsive_opened_count_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: histogram_parent_devtools_ruleview_opened_count_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: histogram_parent_devtools_scratchpad_opened_count_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: histogram_parent_devtools_scratchpad_window_opened_count_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: histogram_parent_devtools_shadereditor_opened_count_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: histogram_parent_devtools_storage_opened_count_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: histogram_parent_devtools_styleeditor_opened_count_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: histogram_parent_devtools_webaudioeditor_opened_count_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: histogram_parent_devtools_webconsole_opened_count_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: histogram_parent_devtools_webide_opened_count_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: install_year
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: is_default_browser
   type: BOOLEAN
   mode: NULLABLE
-  description: null
 - name: is_wow64
   type: BOOLEAN
   mode: NULLABLE
-  description: null
 - name: locale
   type: STRING
   mode: NULLABLE
-  description: null
 - name: memory_mb
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: normalized_channel
   type: STRING
   mode: NULLABLE
-  description: null
 - name: normalized_os_version
   type: STRING
   mode: NULLABLE
-  description: null
 - name: os
   type: STRING
   mode: NULLABLE
-  description: null
 - name: os_service_pack_major
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: os_service_pack_minor
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: os_version
   type: STRING
   mode: NULLABLE
-  description: null
 - name: pings_aggregated_by_this_row
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: places_bookmarks_count_mean
   type: FLOAT
   mode: NULLABLE
-  description: null
 - name: places_pages_count_mean
   type: FLOAT
   mode: NULLABLE
-  description: null
 - name: plugin_hangs_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: plugins_infobar_allow_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: plugins_infobar_block_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: plugins_infobar_shown_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: plugins_notification_shown_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: previous_build_id
   type: STRING
   mode: NULLABLE
-  description: null
 - name: profile_age_in_days
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: profile_creation_date
   type: STRING
   mode: NULLABLE
-  description: null
 - name: push_api_notify_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: sample_id
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: sandbox_effective_content_process_level
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: scalar_combined_webrtc_nicer_stun_retransmits_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: scalar_combined_webrtc_nicer_turn_401s_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: scalar_combined_webrtc_nicer_turn_403s_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: scalar_combined_webrtc_nicer_turn_438s_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: scalar_content_navigator_storage_estimate_count_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: scalar_content_navigator_storage_persist_count_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: scalar_parent_aushelper_websense_reg_version
   type: STRING
   mode: NULLABLE
-  description: null
 - name: scalar_parent_browser_engagement_max_concurrent_tab_count_max
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: scalar_parent_browser_engagement_max_concurrent_window_count_max
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: scalar_parent_browser_engagement_tab_open_event_count_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: scalar_parent_browser_engagement_total_uri_count_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: scalar_parent_browser_engagement_unfiltered_uri_count_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: scalar_parent_browser_engagement_unique_domains_count_max
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: scalar_parent_browser_engagement_unique_domains_count_mean
   type: FLOAT
   mode: NULLABLE
-  description: null
 - name: scalar_parent_browser_engagement_window_open_event_count_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: scalar_parent_devtools_accessibility_node_inspected_count_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: scalar_parent_devtools_accessibility_opened_count_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: scalar_parent_devtools_accessibility_picker_used_count_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: scalar_parent_devtools_accessibility_select_accessible_for_node_sum
   type: RECORD
   mode: REPEATED
@@ -679,219 +551,165 @@
   - name: key
     type: STRING
     mode: NULLABLE
-    description: null
   - name: value
     type: INTEGER
     mode: NULLABLE
-    description: null
-  description: null
 - name: scalar_parent_devtools_accessibility_service_enabled_count_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: scalar_parent_devtools_copy_full_css_selector_opened_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: scalar_parent_devtools_copy_unique_css_selector_opened_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: scalar_parent_devtools_toolbar_eyedropper_opened_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: scalar_parent_dom_contentprocess_troubled_due_to_memory_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: scalar_parent_navigator_storage_estimate_count_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: scalar_parent_navigator_storage_persist_count_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: scalar_parent_storage_sync_api_usage_extensions_using_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: search_cohort
   type: STRING
   mode: NULLABLE
-  description: null
 - name: search_count_abouthome
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: search_count_contextmenu
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: search_count_newtab
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: search_count_searchbar
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: search_count_system
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: search_count_urlbar
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: search_count_all
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: search_count_tagged_sap
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: search_count_tagged_follow_on
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: search_count_organic
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: search_count_urlbar_handoff
   type: INTEGER
   mode: NULLABLE
 - name: session_restored_mean
   type: FLOAT
   mode: NULLABLE
-  description: null
 - name: sessions_started_on_this_day
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: shutdown_kill_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: subsession_hours_sum
   type: NUMERIC
   mode: NULLABLE
-  description: null
 - name: ssl_handshake_result_failure_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: ssl_handshake_result_success_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: sync_configured
   type: BOOLEAN
   mode: NULLABLE
-  description: null
 - name: sync_count_desktop_mean
   type: FLOAT
   mode: NULLABLE
-  description: null
 - name: sync_count_mobile_mean
   type: FLOAT
   mode: NULLABLE
-  description: null
 - name: sync_count_desktop_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: sync_count_mobile_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: telemetry_enabled
   type: BOOLEAN
   mode: NULLABLE
-  description: null
 - name: timezone_offset
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: total_hours_sum
   type: NUMERIC
   mode: NULLABLE
-  description: null
 - name: update_auto_download
   type: BOOLEAN
   mode: NULLABLE
-  description: null
 - name: update_channel
   type: STRING
   mode: NULLABLE
-  description: null
 - name: update_enabled
   type: BOOLEAN
   mode: NULLABLE
-  description: null
 - name: vendor
   type: STRING
   mode: NULLABLE
-  description: null
 - name: web_notification_shown_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: windows_build_number
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: windows_ubr
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: fxa_configured
   type: BOOLEAN
   mode: NULLABLE
-  description: null
 - name: trackers_blocked_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: submission_timestamp_min
   type: TIMESTAMP
   mode: NULLABLE
-  description: null
 - name: ad_clicks_count_all
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: search_with_ads_count_all
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: scalar_parent_urlbar_impression_autofill_about_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: scalar_parent_urlbar_impression_autofill_adaptive_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: scalar_parent_urlbar_impression_autofill_origin_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: scalar_parent_urlbar_impression_autofill_other_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: scalar_parent_urlbar_impression_autofill_preloaded_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: scalar_parent_urlbar_impression_autofill_url_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: scalar_parent_telemetry_event_counts_sum
   type: RECORD
   mode: REPEATED
@@ -899,12 +717,9 @@
   - name: key
     type: STRING
     mode: NULLABLE
-    description: null
   - name: value
     type: INTEGER
     mode: NULLABLE
-    description: null
-  description: null
 - name: scalar_content_telemetry_event_counts_sum
   type: RECORD
   mode: REPEATED
@@ -912,12 +727,9 @@
   - name: key
     type: STRING
     mode: NULLABLE
-    description: null
   - name: value
     type: INTEGER
     mode: NULLABLE
-    description: null
-  description: null
 - name: scalar_parent_urlbar_searchmode_bookmarkmenu_sum
   type: RECORD
   mode: REPEATED
@@ -925,12 +737,9 @@
   - name: key
     type: STRING
     mode: NULLABLE
-    description: null
   - name: value
     type: INTEGER
     mode: NULLABLE
-    description: null
-  description: null
 - name: scalar_parent_urlbar_searchmode_handoff_sum
   type: RECORD
   mode: REPEATED
@@ -938,12 +747,9 @@
   - name: key
     type: STRING
     mode: NULLABLE
-    description: null
   - name: value
     type: INTEGER
     mode: NULLABLE
-    description: null
-  description: null
 - name: scalar_parent_urlbar_searchmode_keywordoffer_sum
   type: RECORD
   mode: REPEATED
@@ -951,12 +757,9 @@
   - name: key
     type: STRING
     mode: NULLABLE
-    description: null
   - name: value
     type: INTEGER
     mode: NULLABLE
-    description: null
-  description: null
 - name: scalar_parent_urlbar_searchmode_oneoff_sum
   type: RECORD
   mode: REPEATED
@@ -964,12 +767,9 @@
   - name: key
     type: STRING
     mode: NULLABLE
-    description: null
   - name: value
     type: INTEGER
     mode: NULLABLE
-    description: null
-  description: null
 - name: scalar_parent_urlbar_searchmode_other_sum
   type: RECORD
   mode: REPEATED
@@ -977,12 +777,9 @@
   - name: key
     type: STRING
     mode: NULLABLE
-    description: null
   - name: value
     type: INTEGER
     mode: NULLABLE
-    description: null
-  description: null
 - name: scalar_parent_urlbar_searchmode_shortcut_sum
   type: RECORD
   mode: REPEATED
@@ -990,12 +787,9 @@
   - name: key
     type: STRING
     mode: NULLABLE
-    description: null
   - name: value
     type: INTEGER
     mode: NULLABLE
-    description: null
-  description: null
 - name: scalar_parent_urlbar_searchmode_tabmenu_sum
   type: RECORD
   mode: REPEATED
@@ -1003,12 +797,9 @@
   - name: key
     type: STRING
     mode: NULLABLE
-    description: null
   - name: value
     type: INTEGER
     mode: NULLABLE
-    description: null
-  description: null
 - name: scalar_parent_urlbar_searchmode_tabtosearch_sum
   type: RECORD
   mode: REPEATED
@@ -1016,12 +807,9 @@
   - name: key
     type: STRING
     mode: NULLABLE
-    description: null
   - name: value
     type: INTEGER
     mode: NULLABLE
-    description: null
-  description: null
 - name: scalar_parent_urlbar_searchmode_tabtosearch_onboard_sum
   type: RECORD
   mode: REPEATED
@@ -1029,12 +817,9 @@
   - name: key
     type: STRING
     mode: NULLABLE
-    description: null
   - name: value
     type: INTEGER
     mode: NULLABLE
-    description: null
-  description: null
 - name: scalar_parent_urlbar_searchmode_topsites_newtab_sum
   type: RECORD
   mode: REPEATED
@@ -1042,12 +827,9 @@
   - name: key
     type: STRING
     mode: NULLABLE
-    description: null
   - name: value
     type: INTEGER
     mode: NULLABLE
-    description: null
-  description: null
 - name: scalar_parent_urlbar_searchmode_topsites_urlbar_sum
   type: RECORD
   mode: REPEATED
@@ -1055,12 +837,9 @@
   - name: key
     type: STRING
     mode: NULLABLE
-    description: null
   - name: value
     type: INTEGER
     mode: NULLABLE
-    description: null
-  description: null
 - name: scalar_parent_urlbar_searchmode_touchbar_sum
   type: RECORD
   mode: REPEATED
@@ -1068,12 +847,9 @@
   - name: key
     type: STRING
     mode: NULLABLE
-    description: null
   - name: value
     type: INTEGER
     mode: NULLABLE
-    description: null
-  description: null
 - name: scalar_parent_urlbar_searchmode_typed_sum
   type: RECORD
   mode: REPEATED
@@ -1081,12 +857,9 @@
   - name: key
     type: STRING
     mode: NULLABLE
-    description: null
   - name: value
     type: INTEGER
     mode: NULLABLE
-    description: null
-  description: null
 - name: scalar_parent_os_environment_is_taskbar_pinned
   type: BOOLEAN
   mode: NULLABLE
diff -bur --no-dereference /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/telemetry_derived/clients_daily_joined_v1/schema.yaml /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/telemetry_derived/clients_daily_joined_v1/schema.yaml
--- /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/telemetry_derived/clients_daily_joined_v1/schema.yaml	2023-11-01 20:25:47.000000000 +0000
+++ /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/telemetry_derived/clients_daily_joined_v1/schema.yaml	2023-11-01 20:13:35.000000000 +0000
@@ -154,6 +154,9 @@
   - name: dlsource
     type: STRING
     mode: NULLABLE
+  - name: ua
+    type: STRING
+    mode: NULLABLE
   mode: NULLABLE
   name: attribution
   type: RECORD
@@ -2339,3 +2342,30 @@
 - name: startup_profile_selection_reason_first
   type: STRING
   mode: NULLABLE
+- name: first_document_id
+  type: STRING
+  mode: NULLABLE
+- name: partner_id
+  type: STRING
+  mode: NULLABLE
+- name: distribution_version
+  type: STRING
+  mode: NULLABLE
+- name: distributor
+  type: STRING
+  mode: NULLABLE
+- name: distributor_channel
+  type: STRING
+  mode: NULLABLE
+- name: env_build_platform_version
+  type: STRING
+  mode: NULLABLE
+- name: env_build_xpcom_abi
+  type: STRING
+  mode: NULLABLE
+- name: geo_db_version
+  type: STRING
+  mode: NULLABLE
+- name: apple_model_id
+  type: STRING
+  mode: NULLABLE
diff -bur --no-dereference /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/telemetry_derived/clients_daily_v6/query.sql /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/telemetry_derived/clients_daily_v6/query.sql
--- /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/telemetry_derived/clients_daily_v6/query.sql	2023-11-01 20:25:47.000000000 +0000
+++ /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/telemetry_derived/clients_daily_v6/query.sql	2023-11-01 20:22:32.000000000 +0000
@@ -255,6 +255,7 @@
     submission_timestamp,
     client_id,
     sample_id,
+    document_id,
     metadata.uri.app_update_channel AS channel,
     normalized_channel,
     normalized_os_version,
@@ -262,6 +263,7 @@
     metadata.geo.city,
     metadata.geo.subdivision1 AS geo_subdivision1,
     metadata.geo.subdivision2 AS geo_subdivision2,
+    metadata.geo.db_version AS geo_db_version,
     metadata.isp.name AS isp_name,
     metadata.isp.organization AS isp_organization,
     environment.system.os.name AS os,
@@ -272,6 +274,7 @@
     SAFE_CAST(environment.system.os.windows_ubr AS INT64) AS windows_ubr,
     SAFE_CAST(environment.system.os.install_year AS INT64) AS install_year,
     environment.system.is_wow64,
+    environment.system.apple_model_id,
     SAFE_CAST(environment.system.memory_mb AS INT64) AS memory_mb,
     environment.system.cpu.count AS cpu_count,
     environment.system.cpu.cores AS cpu_cores,
@@ -292,6 +295,10 @@
     payload.info.subsession_counter,
     payload.info.subsession_length,
     environment.partner.distribution_id,
+    environment.partner.partner_id,
+    environment.partner.distribution_version,
+    environment.partner.distributor,
+    environment.partner.distributor_channel,
     IFNULL(
       environment.services.account_enabled,
       udf.boolean_histogram_to_boolean(payload.histograms.fxa_configured)
@@ -313,6 +320,8 @@
     environment.build.build_id AS env_build_id,
     environment.build.version AS env_build_version,
     environment.build.architecture AS env_build_arch,
+    environment.build.platform_version AS env_build_platform_version,
+    environment.build.xpcom_abi AS env_build_xpcom_abi,
     environment.settings.e10s_enabled,
     environment.settings.locale,
     environment.settings.update.channel AS update_channel,
@@ -329,7 +338,8 @@
         environment.settings.attribution.experiment,
         environment.settings.attribution.variation,
         environment.settings.attribution.dltoken,
-        environment.settings.attribution.dlsource
+        environment.settings.attribution.dlsource,
+        environment.settings.attribution.ua
       ),
       NULL
     ) AS attribution,
@@ -764,6 +774,7 @@
   SELECT
     DATE(submission_timestamp) AS submission_date,
     client_id,
+    ARRAY_AGG(document_id ORDER BY submission_timestamp)[OFFSET(0)] AS first_document_id,
     SUM(aborts_content) AS aborts_content_sum,
     SUM(aborts_gmplugin) AS aborts_gmplugin_sum,
     SUM(aborts_plugin) AS aborts_plugin_sum,
@@ -850,10 +861,24 @@
     mozfun.stats.mode_last(
       ARRAY_AGG(distribution_id ORDER BY submission_timestamp)
     ) AS distribution_id,
+    mozfun.stats.mode_last(ARRAY_AGG(partner_id ORDER BY submission_timestamp)) AS partner_id,
+    mozfun.stats.mode_last(
+      ARRAY_AGG(distribution_version ORDER BY submission_timestamp)
+    ) AS distribution_version,
+    mozfun.stats.mode_last(ARRAY_AGG(distributor ORDER BY submission_timestamp)) AS distributor,
+    mozfun.stats.mode_last(
+      ARRAY_AGG(distributor_channel ORDER BY submission_timestamp)
+    ) AS distributor_channel,
     mozfun.stats.mode_last(ARRAY_AGG(e10s_enabled ORDER BY submission_timestamp)) AS e10s_enabled,
     mozfun.stats.mode_last(
       ARRAY_AGG(env_build_arch ORDER BY submission_timestamp)
     ) AS env_build_arch,
+    mozfun.stats.mode_last(
+      ARRAY_AGG(env_build_platform_version ORDER BY submission_timestamp)
+    ) AS env_build_platform_version,
+    mozfun.stats.mode_last(
+      ARRAY_AGG(env_build_xpcom_abi ORDER BY submission_timestamp)
+    ) AS env_build_xpcom_abi,
     mozfun.stats.mode_last(ARRAY_AGG(env_build_id ORDER BY submission_timestamp)) AS env_build_id,
     mozfun.stats.mode_last(
       ARRAY_AGG(env_build_version ORDER BY submission_timestamp)
@@ -936,6 +961,9 @@
           submission_timestamp
       )
     ).*,
+    mozfun.stats.mode_last(
+      ARRAY_AGG(geo_db_version ORDER BY submission_timestamp)
+    ) AS geo_db_version,
     mozfun.json.mode_last(
       ARRAY_AGG(
         IF(
@@ -1056,6 +1084,9 @@
       ARRAY_AGG(is_default_browser ORDER BY submission_timestamp)
     ) AS is_default_browser,
     mozfun.stats.mode_last(ARRAY_AGG(is_wow64 ORDER BY submission_timestamp)) AS is_wow64,
+    mozfun.stats.mode_last(
+      ARRAY_AGG(apple_model_id ORDER BY submission_timestamp)
+    ) AS apple_model_id,
     mozfun.stats.mode_last(ARRAY_AGG(locale ORDER BY submission_timestamp)) AS locale,
     mozfun.stats.mode_last(ARRAY_AGG(memory_mb ORDER BY submission_timestamp)) AS memory_mb,
     mozfun.stats.mode_last(
diff -bur --no-dereference /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/telemetry_derived/clients_daily_v6/schema.yaml /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/telemetry_derived/clients_daily_v6/schema.yaml
--- /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/telemetry_derived/clients_daily_v6/schema.yaml	2023-11-01 20:25:47.000000000 +0000
+++ /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/telemetry_derived/clients_daily_v6/schema.yaml	2023-11-01 20:13:35.000000000 +0000
@@ -154,6 +154,9 @@
   - name: dlsource
     type: STRING
     mode: NULLABLE
+  - name: ua
+    type: STRING
+    mode: NULLABLE
   mode: NULLABLE
   name: attribution
   type: RECORD
@@ -2303,3 +2306,30 @@
 - name: startup_profile_selection_reason_first
   type: STRING
   mode: NULLABLE
+- name: first_document_id
+  type: STRING
+  mode: NULLABLE
+- name: partner_id
+  type: STRING
+  mode: NULLABLE
+- name: distribution_version
+  type: STRING
+  mode: NULLABLE
+- name: distributor
+  type: STRING
+  mode: NULLABLE
+- name: distributor_channel
+  type: STRING
+  mode: NULLABLE
+- name: env_build_platform_version
+  type: STRING
+  mode: NULLABLE
+- name: env_build_xpcom_abi
+  type: STRING
+  mode: NULLABLE
+- name: geo_db_version
+  type: STRING
+  mode: NULLABLE
+- name: apple_model_id
+  type: STRING
+  mode: NULLABLE
diff -bur --no-dereference /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/telemetry_derived/clients_first_seen_v1/schema.yaml /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/telemetry_derived/clients_first_seen_v1/schema.yaml
--- /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/telemetry_derived/clients_first_seen_v1/schema.yaml	2023-11-01 20:25:47.000000000 +0000
+++ /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/telemetry_derived/clients_first_seen_v1/schema.yaml	2023-11-01 20:13:35.000000000 +0000
@@ -155,6 +155,9 @@
   - name: dlsource
     type: STRING
     mode: NULLABLE
+  - name: ua
+    type: STRING
+    mode: NULLABLE
   mode: NULLABLE
   name: attribution
   type: RECORD
@@ -2305,3 +2308,30 @@
 - name: startup_profile_selection_reason_first
   type: STRING
   mode: NULLABLE
+- name: first_document_id
+  type: STRING
+  mode: NULLABLE
+- name: partner_id
+  type: STRING
+  mode: NULLABLE
+- name: distribution_version
+  type: STRING
+  mode: NULLABLE
+- name: distributor
+  type: STRING
+  mode: NULLABLE
+- name: distributor_channel
+  type: STRING
+  mode: NULLABLE
+- name: env_build_platform_version
+  type: STRING
+  mode: NULLABLE
+- name: env_build_xpcom_abi
+  type: STRING
+  mode: NULLABLE
+- name: geo_db_version
+  type: STRING
+  mode: NULLABLE
+- name: apple_model_id
+  type: STRING
+  mode: NULLABLE
diff -bur --no-dereference /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/telemetry_derived/clients_first_seen_v2/query.sql /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/telemetry_derived/clients_first_seen_v2/query.sql
--- /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/telemetry_derived/clients_first_seen_v2/query.sql	2023-11-01 20:25:47.000000000 +0000
+++ /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/telemetry_derived/clients_first_seen_v2/query.sql	2023-11-01 20:22:32.000000000 +0000
@@ -288,38 +288,36 @@
       TIMESTAMP(MIN(submission_date))
     ) AS first_seen_timestamp,
     ARRAY_AGG(DATE(submission_date) ORDER BY submission_date ASC) AS all_dates,
-    CAST(
-      NULL AS STRING
-    ) AS architecture, -- main_v5:environment.build.architecture
+    ARRAY_AGG(env_build_arch RESPECT NULLS ORDER BY submission_date)[
+      SAFE_OFFSET(0)
+    ] AS architecture,
     ARRAY_AGG(env_build_id RESPECT NULLS ORDER BY submission_date)[SAFE_OFFSET(0)] AS app_build_id,
     ARRAY_AGG(app_name RESPECT NULLS ORDER BY submission_date)[SAFE_OFFSET(0)] AS app_name,
     ARRAY_AGG(locale RESPECT NULLS ORDER BY submission_date)[SAFE_OFFSET(0)] AS locale,
-    CAST(
-      NULL AS STRING
-    ) AS platform_version, -- main_v5:environment.build.platform_version
+    ARRAY_AGG(env_build_platform_version RESPECT NULLS ORDER BY submission_date)[
+      SAFE_OFFSET(0)
+    ] AS platform_version,
     ARRAY_AGG(vendor RESPECT NULLS ORDER BY submission_date)[SAFE_OFFSET(0)] AS vendor,
     ARRAY_AGG(app_version RESPECT NULLS ORDER BY submission_date)[SAFE_OFFSET(0)] AS app_version,
-    CAST(
-      NULL AS STRING
-    ) AS xpcom_abi, -- main_v5:environment.build.xpcom_abi / application.xpcom_abi
-    CAST(
-      NULL AS STRING
-    ) AS document_id, -- main_v5:document_id
+    ARRAY_AGG(env_build_xpcom_abi RESPECT NULLS ORDER BY submission_date)[
+      SAFE_OFFSET(0)
+    ] AS xpcom_abi,
+    ARRAY_AGG(first_document_id RESPECT NULLS ORDER BY submission_date)[
+      SAFE_OFFSET(0)
+    ] AS document_id,
     ARRAY_AGG(distribution_id RESPECT NULLS ORDER BY submission_date)[
       SAFE_OFFSET(0)
     ] AS distribution_id,
-    CAST(
-      NULL AS STRING
-    ) AS partner_distribution_version, -- main_v5:environment.partner.distribution_version
-    CAST(
-      NULL AS STRING
-    ) AS partner_distributor, -- main_v5:environment.partner.distributor
-    CAST(
-      NULL AS STRING
-    ) AS partner_distributor_channel, -- main_v5:environment.partner.distributor_channel
-    CAST(
-      NULL AS STRING
-    ) AS partner_id, -- main_v5:environment.partner.distribution_id
+    ARRAY_AGG(distribution_version RESPECT NULLS ORDER BY submission_date)[
+      SAFE_OFFSET(0)
+    ] AS partner_distribution_version,
+    ARRAY_AGG(distributor RESPECT NULLS ORDER BY submission_date)[
+      SAFE_OFFSET(0)
+    ] AS partner_distributor,
+    ARRAY_AGG(distributor_channel RESPECT NULLS ORDER BY submission_date)[
+      SAFE_OFFSET(0)
+    ] AS partner_distributor_channel,
+    ARRAY_AGG(partner_id RESPECT NULLS ORDER BY submission_date)[SAFE_OFFSET(0)] AS partner_id,
     ARRAY_AGG(attribution.campaign RESPECT NULLS ORDER BY submission_date)[
       SAFE_OFFSET(0)
     ] AS attribution_campaign,
@@ -335,9 +333,9 @@
     ARRAY_AGG(attribution.source RESPECT NULLS ORDER BY submission_date)[
       SAFE_OFFSET(0)
     ] AS attribution_source,
-    CAST(
-      NULL AS STRING
-    ) AS attribution_ua, -- main_v5:environment.settings.attribution.ua
+    ARRAY_AGG(attribution.ua RESPECT NULLS ORDER BY submission_date)[
+      SAFE_OFFSET(0)
+    ] AS attribution_ua,
     ARRAY_AGG(default_search_engine_data_load_path RESPECT NULLS ORDER BY submission_date)[
       SAFE_OFFSET(0)
     ] AS engine_data_load_path,
@@ -350,13 +348,11 @@
     ARRAY_AGG(default_search_engine_data_submission_url RESPECT NULLS ORDER BY submission_date)[
       SAFE_OFFSET(0)
     ] AS engine_data_submission_url,
-    CAST(
-      NULL AS STRING
-    ) AS apple_model_id, -- main_v5:environment.system.apple_model_id
+    ARRAY_AGG(apple_model_id RESPECT NULLS ORDER BY submission_date)[
+      SAFE_OFFSET(0)
+    ] AS apple_model_id,
     ARRAY_AGG(city RESPECT NULLS ORDER BY submission_date)[SAFE_OFFSET(0)] AS city,
-    CAST(
-      NULL AS STRING
-    ) AS db_version, -- main_v5:metadata.geo.db_version
+    ARRAY_AGG(geo_db_version RESPECT NULLS ORDER BY submission_date)[SAFE_OFFSET(0)] AS db_version,
     ARRAY_AGG(geo_subdivision1 RESPECT NULLS ORDER BY submission_date)[
       SAFE_OFFSET(0)
     ] AS subdivision1,
@@ -374,9 +370,9 @@
     ARRAY_AGG(attribution.dltoken RESPECT NULLS ORDER BY submission_date)[
       SAFE_OFFSET(0)
     ] AS attribution_dltoken,
-    CAST(
-      NULL AS STRING
-    ) AS attribution_dlsource -- main_v5:environment.settings.attribution.dlsource
+    ARRAY_AGG(attribution.dlsource RESPECT NULLS ORDER BY submission_date)[
+      SAFE_OFFSET(0)
+    ] AS attribution_dlsource
   FROM
     `moz-fx-data-shared-prod.telemetry_derived.clients_daily_v6`
   WHERE
diff -bur --no-dereference /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/telemetry_derived/clients_last_seen_v1/schema.yaml /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/telemetry_derived/clients_last_seen_v1/schema.yaml
--- /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/telemetry_derived/clients_last_seen_v1/schema.yaml	2023-11-01 20:25:47.000000000 +0000
+++ /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/telemetry_derived/clients_last_seen_v1/schema.yaml	2023-11-01 20:13:35.000000000 +0000
@@ -202,6 +202,9 @@
   - mode: NULLABLE
     name: dlsource
     type: STRING
+  - name: ua
+    type: STRING
+    mode: NULLABLE
   mode: NULLABLE
   name: attribution
   type: RECORD
@@ -2352,3 +2355,30 @@
 - name: startup_profile_selection_reason_first
   type: STRING
   mode: NULLABLE
+- name: first_document_id
+  type: STRING
+  mode: NULLABLE
+- name: partner_id
+  type: STRING
+  mode: NULLABLE
+- name: distribution_version
+  type: STRING
+  mode: NULLABLE
+- name: distributor
+  type: STRING
+  mode: NULLABLE
+- name: distributor_channel
+  type: STRING
+  mode: NULLABLE
+- name: env_build_platform_version
+  type: STRING
+  mode: NULLABLE
+- name: env_build_xpcom_abi
+  type: STRING
+  mode: NULLABLE
+- name: geo_db_version
+  type: STRING
+  mode: NULLABLE
+- name: apple_model_id
+  type: STRING
+  mode: NULLABLE

@dataops-ci-bot
Copy link

Integration report for "Change ping priority"

sql.diff

Click to expand!
diff -bur --no-dereference /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/telemetry/clients_first_seen/schema.yaml /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/telemetry/clients_first_seen/schema.yaml
--- /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/telemetry/clients_first_seen/schema.yaml	2023-11-01 20:35:59.000000000 +0000
+++ /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/telemetry/clients_first_seen/schema.yaml	2023-11-01 20:29:24.000000000 +0000
@@ -162,159 +162,120 @@
 - name: blocklist_enabled
   type: BOOLEAN
   mode: NULLABLE
-  description: null
 - name: channel
   type: STRING
   mode: NULLABLE
-  description: null
 - name: client_clock_skew_mean
   type: FLOAT
   mode: NULLABLE
-  description: null
 - name: client_submission_latency_mean
   type: FLOAT
   mode: NULLABLE
-  description: null
 - name: cpu_cores
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: cpu_count
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: cpu_family
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: cpu_l2_cache_kb
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: cpu_l3_cache_kb
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: cpu_model
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: cpu_speed_mhz
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: cpu_stepping
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: cpu_vendor
   type: STRING
   mode: NULLABLE
-  description: null
 - name: crashes_detected_content_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: crashes_detected_gmplugin_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: crashes_detected_plugin_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: crash_submit_attempt_content_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: crash_submit_attempt_main_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: crash_submit_attempt_plugin_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: crash_submit_success_content_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: crash_submit_success_main_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: crash_submit_success_plugin_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: default_search_engine
   type: STRING
   mode: NULLABLE
-  description: null
 - name: default_search_engine_data_load_path
   type: STRING
   mode: NULLABLE
-  description: null
 - name: default_search_engine_data_name
   type: STRING
   mode: NULLABLE
-  description: null
 - name: default_search_engine_data_origin
   type: STRING
   mode: NULLABLE
-  description: null
 - name: default_search_engine_data_submission_url
   type: STRING
   mode: NULLABLE
-  description: null
 - name: devtools_toolbox_opened_count_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: distribution_id
   type: STRING
   mode: NULLABLE
-  description: null
 - name: e10s_enabled
   type: BOOLEAN
   mode: NULLABLE
-  description: null
 - name: env_build_arch
   type: STRING
   mode: NULLABLE
-  description: null
 - name: env_build_id
   type: STRING
   mode: NULLABLE
-  description: null
 - name: env_build_version
   type: STRING
   mode: NULLABLE
-  description: null
 - name: environment_settings_intl_accept_languages
   type: STRING
   mode: REPEATED
-  description: null
 - name: environment_settings_intl_app_locales
   type: STRING
   mode: REPEATED
-  description: null
 - name: environment_settings_intl_available_locales
   type: STRING
   mode: REPEATED
-  description: null
 - name: environment_settings_intl_requested_locales
   type: STRING
   mode: REPEATED
-  description: null
 - name: environment_settings_intl_system_locales
   type: STRING
   mode: REPEATED
-  description: null
 - name: environment_settings_intl_regional_prefs_locales
   type: STRING
   mode: REPEATED
-  description: null
 - name: experiments
   type: RECORD
   mode: REPEATED
@@ -322,356 +283,267 @@
   - name: key
     type: STRING
     mode: NULLABLE
-    description: null
   - name: value
     type: STRING
     mode: NULLABLE
-    description: null
-  description: null
 - name: first_paint_mean
   type: FLOAT
   mode: NULLABLE
-  description: null
 - name: flash_version
   type: STRING
   mode: NULLABLE
-  description: null
 - name: country
   type: STRING
   mode: NULLABLE
-  description: null
 - name: city
   type: STRING
   mode: NULLABLE
-  description: null
 - name: geo_subdivision1
   type: STRING
   mode: NULLABLE
-  description: null
 - name: geo_subdivision2
   type: STRING
   mode: NULLABLE
-  description: null
 - name: isp_name
   type: STRING
   mode: NULLABLE
-  description: null
 - name: isp_organization
   type: STRING
   mode: NULLABLE
-  description: null
 - name: gfx_features_advanced_layers_status
   type: STRING
   mode: NULLABLE
-  description: null
 - name: gfx_features_d2d_status
   type: STRING
   mode: NULLABLE
-  description: null
 - name: gfx_features_d3d11_status
   type: STRING
   mode: NULLABLE
-  description: null
 - name: gfx_features_gpu_process_status
   type: STRING
   mode: NULLABLE
-  description: null
 - name: histogram_parent_devtools_aboutdebugging_opened_count_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: histogram_parent_devtools_animationinspector_opened_count_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: histogram_parent_devtools_browserconsole_opened_count_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: histogram_parent_devtools_canvasdebugger_opened_count_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: histogram_parent_devtools_computedview_opened_count_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: histogram_parent_devtools_custom_opened_count_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: histogram_parent_devtools_developertoolbar_opened_count_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: histogram_parent_devtools_dom_opened_count_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: histogram_parent_devtools_eyedropper_opened_count_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: histogram_parent_devtools_fontinspector_opened_count_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: histogram_parent_devtools_inspector_opened_count_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: histogram_parent_devtools_jsbrowserdebugger_opened_count_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: histogram_parent_devtools_jsdebugger_opened_count_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: histogram_parent_devtools_jsprofiler_opened_count_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: histogram_parent_devtools_layoutview_opened_count_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: histogram_parent_devtools_memory_opened_count_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: histogram_parent_devtools_menu_eyedropper_opened_count_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: histogram_parent_devtools_netmonitor_opened_count_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: histogram_parent_devtools_options_opened_count_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: histogram_parent_devtools_paintflashing_opened_count_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: histogram_parent_devtools_picker_eyedropper_opened_count_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: histogram_parent_devtools_responsive_opened_count_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: histogram_parent_devtools_ruleview_opened_count_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: histogram_parent_devtools_scratchpad_opened_count_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: histogram_parent_devtools_scratchpad_window_opened_count_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: histogram_parent_devtools_shadereditor_opened_count_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: histogram_parent_devtools_storage_opened_count_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: histogram_parent_devtools_styleeditor_opened_count_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: histogram_parent_devtools_webaudioeditor_opened_count_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: histogram_parent_devtools_webconsole_opened_count_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: histogram_parent_devtools_webide_opened_count_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: install_year
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: is_default_browser
   type: BOOLEAN
   mode: NULLABLE
-  description: null
 - name: is_wow64
   type: BOOLEAN
   mode: NULLABLE
-  description: null
 - name: locale
   type: STRING
   mode: NULLABLE
-  description: null
 - name: memory_mb
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: normalized_channel
   type: STRING
   mode: NULLABLE
-  description: null
 - name: normalized_os_version
   type: STRING
   mode: NULLABLE
-  description: null
 - name: os
   type: STRING
   mode: NULLABLE
-  description: null
 - name: os_service_pack_major
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: os_service_pack_minor
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: os_version
   type: STRING
   mode: NULLABLE
-  description: null
 - name: pings_aggregated_by_this_row
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: places_bookmarks_count_mean
   type: FLOAT
   mode: NULLABLE
-  description: null
 - name: places_pages_count_mean
   type: FLOAT
   mode: NULLABLE
-  description: null
 - name: plugin_hangs_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: plugins_infobar_allow_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: plugins_infobar_block_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: plugins_infobar_shown_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: plugins_notification_shown_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: previous_build_id
   type: STRING
   mode: NULLABLE
-  description: null
 - name: profile_age_in_days
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: profile_creation_date
   type: STRING
   mode: NULLABLE
-  description: null
 - name: push_api_notify_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: sample_id
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: sandbox_effective_content_process_level
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: scalar_combined_webrtc_nicer_stun_retransmits_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: scalar_combined_webrtc_nicer_turn_401s_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: scalar_combined_webrtc_nicer_turn_403s_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: scalar_combined_webrtc_nicer_turn_438s_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: scalar_content_navigator_storage_estimate_count_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: scalar_content_navigator_storage_persist_count_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: scalar_parent_aushelper_websense_reg_version
   type: STRING
   mode: NULLABLE
-  description: null
 - name: scalar_parent_browser_engagement_max_concurrent_tab_count_max
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: scalar_parent_browser_engagement_max_concurrent_window_count_max
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: scalar_parent_browser_engagement_tab_open_event_count_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: scalar_parent_browser_engagement_total_uri_count_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: scalar_parent_browser_engagement_unfiltered_uri_count_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: scalar_parent_browser_engagement_unique_domains_count_max
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: scalar_parent_browser_engagement_unique_domains_count_mean
   type: FLOAT
   mode: NULLABLE
-  description: null
 - name: scalar_parent_browser_engagement_window_open_event_count_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: scalar_parent_devtools_accessibility_node_inspected_count_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: scalar_parent_devtools_accessibility_opened_count_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: scalar_parent_devtools_accessibility_picker_used_count_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: scalar_parent_devtools_accessibility_select_accessible_for_node_sum
   type: RECORD
   mode: REPEATED
@@ -679,219 +551,165 @@
   - name: key
     type: STRING
     mode: NULLABLE
-    description: null
   - name: value
     type: INTEGER
     mode: NULLABLE
-    description: null
-  description: null
 - name: scalar_parent_devtools_accessibility_service_enabled_count_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: scalar_parent_devtools_copy_full_css_selector_opened_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: scalar_parent_devtools_copy_unique_css_selector_opened_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: scalar_parent_devtools_toolbar_eyedropper_opened_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: scalar_parent_dom_contentprocess_troubled_due_to_memory_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: scalar_parent_navigator_storage_estimate_count_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: scalar_parent_navigator_storage_persist_count_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: scalar_parent_storage_sync_api_usage_extensions_using_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: search_cohort
   type: STRING
   mode: NULLABLE
-  description: null
 - name: search_count_abouthome
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: search_count_contextmenu
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: search_count_newtab
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: search_count_searchbar
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: search_count_system
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: search_count_urlbar
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: search_count_all
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: search_count_tagged_sap
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: search_count_tagged_follow_on
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: search_count_organic
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: search_count_urlbar_handoff
   type: INTEGER
   mode: NULLABLE
 - name: session_restored_mean
   type: FLOAT
   mode: NULLABLE
-  description: null
 - name: sessions_started_on_this_day
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: shutdown_kill_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: subsession_hours_sum
   type: NUMERIC
   mode: NULLABLE
-  description: null
 - name: ssl_handshake_result_failure_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: ssl_handshake_result_success_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: sync_configured
   type: BOOLEAN
   mode: NULLABLE
-  description: null
 - name: sync_count_desktop_mean
   type: FLOAT
   mode: NULLABLE
-  description: null
 - name: sync_count_mobile_mean
   type: FLOAT
   mode: NULLABLE
-  description: null
 - name: sync_count_desktop_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: sync_count_mobile_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: telemetry_enabled
   type: BOOLEAN
   mode: NULLABLE
-  description: null
 - name: timezone_offset
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: total_hours_sum
   type: NUMERIC
   mode: NULLABLE
-  description: null
 - name: update_auto_download
   type: BOOLEAN
   mode: NULLABLE
-  description: null
 - name: update_channel
   type: STRING
   mode: NULLABLE
-  description: null
 - name: update_enabled
   type: BOOLEAN
   mode: NULLABLE
-  description: null
 - name: vendor
   type: STRING
   mode: NULLABLE
-  description: null
 - name: web_notification_shown_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: windows_build_number
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: windows_ubr
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: fxa_configured
   type: BOOLEAN
   mode: NULLABLE
-  description: null
 - name: trackers_blocked_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: submission_timestamp_min
   type: TIMESTAMP
   mode: NULLABLE
-  description: null
 - name: ad_clicks_count_all
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: search_with_ads_count_all
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: scalar_parent_urlbar_impression_autofill_about_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: scalar_parent_urlbar_impression_autofill_adaptive_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: scalar_parent_urlbar_impression_autofill_origin_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: scalar_parent_urlbar_impression_autofill_other_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: scalar_parent_urlbar_impression_autofill_preloaded_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: scalar_parent_urlbar_impression_autofill_url_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: scalar_parent_telemetry_event_counts_sum
   type: RECORD
   mode: REPEATED
@@ -899,12 +717,9 @@
   - name: key
     type: STRING
     mode: NULLABLE
-    description: null
   - name: value
     type: INTEGER
     mode: NULLABLE
-    description: null
-  description: null
 - name: scalar_content_telemetry_event_counts_sum
   type: RECORD
   mode: REPEATED
@@ -912,12 +727,9 @@
   - name: key
     type: STRING
     mode: NULLABLE
-    description: null
   - name: value
     type: INTEGER
     mode: NULLABLE
-    description: null
-  description: null
 - name: scalar_parent_urlbar_searchmode_bookmarkmenu_sum
   type: RECORD
   mode: REPEATED
@@ -925,12 +737,9 @@
   - name: key
     type: STRING
     mode: NULLABLE
-    description: null
   - name: value
     type: INTEGER
     mode: NULLABLE
-    description: null
-  description: null
 - name: scalar_parent_urlbar_searchmode_handoff_sum
   type: RECORD
   mode: REPEATED
@@ -938,12 +747,9 @@
   - name: key
     type: STRING
     mode: NULLABLE
-    description: null
   - name: value
     type: INTEGER
     mode: NULLABLE
-    description: null
-  description: null
 - name: scalar_parent_urlbar_searchmode_keywordoffer_sum
   type: RECORD
   mode: REPEATED
@@ -951,12 +757,9 @@
   - name: key
     type: STRING
     mode: NULLABLE
-    description: null
   - name: value
     type: INTEGER
     mode: NULLABLE
-    description: null
-  description: null
 - name: scalar_parent_urlbar_searchmode_oneoff_sum
   type: RECORD
   mode: REPEATED
@@ -964,12 +767,9 @@
   - name: key
     type: STRING
     mode: NULLABLE
-    description: null
   - name: value
     type: INTEGER
     mode: NULLABLE
-    description: null
-  description: null
 - name: scalar_parent_urlbar_searchmode_other_sum
   type: RECORD
   mode: REPEATED
@@ -977,12 +777,9 @@
   - name: key
     type: STRING
     mode: NULLABLE
-    description: null
   - name: value
     type: INTEGER
     mode: NULLABLE
-    description: null
-  description: null
 - name: scalar_parent_urlbar_searchmode_shortcut_sum
   type: RECORD
   mode: REPEATED
@@ -990,12 +787,9 @@
   - name: key
     type: STRING
     mode: NULLABLE
-    description: null
   - name: value
     type: INTEGER
     mode: NULLABLE
-    description: null
-  description: null
 - name: scalar_parent_urlbar_searchmode_tabmenu_sum
   type: RECORD
   mode: REPEATED
@@ -1003,12 +797,9 @@
   - name: key
     type: STRING
     mode: NULLABLE
-    description: null
   - name: value
     type: INTEGER
     mode: NULLABLE
-    description: null
-  description: null
 - name: scalar_parent_urlbar_searchmode_tabtosearch_sum
   type: RECORD
   mode: REPEATED
@@ -1016,12 +807,9 @@
   - name: key
     type: STRING
     mode: NULLABLE
-    description: null
   - name: value
     type: INTEGER
     mode: NULLABLE
-    description: null
-  description: null
 - name: scalar_parent_urlbar_searchmode_tabtosearch_onboard_sum
   type: RECORD
   mode: REPEATED
@@ -1029,12 +817,9 @@
   - name: key
     type: STRING
     mode: NULLABLE
-    description: null
   - name: value
     type: INTEGER
     mode: NULLABLE
-    description: null
-  description: null
 - name: scalar_parent_urlbar_searchmode_topsites_newtab_sum
   type: RECORD
   mode: REPEATED
@@ -1042,12 +827,9 @@
   - name: key
     type: STRING
     mode: NULLABLE
-    description: null
   - name: value
     type: INTEGER
     mode: NULLABLE
-    description: null
-  description: null
 - name: scalar_parent_urlbar_searchmode_topsites_urlbar_sum
   type: RECORD
   mode: REPEATED
@@ -1055,12 +837,9 @@
   - name: key
     type: STRING
     mode: NULLABLE
-    description: null
   - name: value
     type: INTEGER
     mode: NULLABLE
-    description: null
-  description: null
 - name: scalar_parent_urlbar_searchmode_touchbar_sum
   type: RECORD
   mode: REPEATED
@@ -1068,12 +847,9 @@
   - name: key
     type: STRING
     mode: NULLABLE
-    description: null
   - name: value
     type: INTEGER
     mode: NULLABLE
-    description: null
-  description: null
 - name: scalar_parent_urlbar_searchmode_typed_sum
   type: RECORD
   mode: REPEATED
@@ -1081,12 +857,9 @@
   - name: key
     type: STRING
     mode: NULLABLE
-    description: null
   - name: value
     type: INTEGER
     mode: NULLABLE
-    description: null
-  description: null
 - name: scalar_parent_os_environment_is_taskbar_pinned
   type: BOOLEAN
   mode: NULLABLE
diff -bur --no-dereference /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/telemetry_derived/clients_daily_joined_v1/schema.yaml /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/telemetry_derived/clients_daily_joined_v1/schema.yaml
--- /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/telemetry_derived/clients_daily_joined_v1/schema.yaml	2023-11-01 20:35:59.000000000 +0000
+++ /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/telemetry_derived/clients_daily_joined_v1/schema.yaml	2023-11-01 20:22:42.000000000 +0000
@@ -154,6 +154,9 @@
   - name: dlsource
     type: STRING
     mode: NULLABLE
+  - name: ua
+    type: STRING
+    mode: NULLABLE
   mode: NULLABLE
   name: attribution
   type: RECORD
@@ -2339,3 +2342,30 @@
 - name: startup_profile_selection_reason_first
   type: STRING
   mode: NULLABLE
+- name: first_document_id
+  type: STRING
+  mode: NULLABLE
+- name: partner_id
+  type: STRING
+  mode: NULLABLE
+- name: distribution_version
+  type: STRING
+  mode: NULLABLE
+- name: distributor
+  type: STRING
+  mode: NULLABLE
+- name: distributor_channel
+  type: STRING
+  mode: NULLABLE
+- name: env_build_platform_version
+  type: STRING
+  mode: NULLABLE
+- name: env_build_xpcom_abi
+  type: STRING
+  mode: NULLABLE
+- name: geo_db_version
+  type: STRING
+  mode: NULLABLE
+- name: apple_model_id
+  type: STRING
+  mode: NULLABLE
diff -bur --no-dereference /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/telemetry_derived/clients_daily_v6/query.sql /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/telemetry_derived/clients_daily_v6/query.sql
--- /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/telemetry_derived/clients_daily_v6/query.sql	2023-11-01 20:35:59.000000000 +0000
+++ /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/telemetry_derived/clients_daily_v6/query.sql	2023-11-01 20:31:40.000000000 +0000
@@ -255,6 +255,7 @@
     submission_timestamp,
     client_id,
     sample_id,
+    document_id,
     metadata.uri.app_update_channel AS channel,
     normalized_channel,
     normalized_os_version,
@@ -262,6 +263,7 @@
     metadata.geo.city,
     metadata.geo.subdivision1 AS geo_subdivision1,
     metadata.geo.subdivision2 AS geo_subdivision2,
+    metadata.geo.db_version AS geo_db_version,
     metadata.isp.name AS isp_name,
     metadata.isp.organization AS isp_organization,
     environment.system.os.name AS os,
@@ -272,6 +274,7 @@
     SAFE_CAST(environment.system.os.windows_ubr AS INT64) AS windows_ubr,
     SAFE_CAST(environment.system.os.install_year AS INT64) AS install_year,
     environment.system.is_wow64,
+    environment.system.apple_model_id,
     SAFE_CAST(environment.system.memory_mb AS INT64) AS memory_mb,
     environment.system.cpu.count AS cpu_count,
     environment.system.cpu.cores AS cpu_cores,
@@ -292,6 +295,10 @@
     payload.info.subsession_counter,
     payload.info.subsession_length,
     environment.partner.distribution_id,
+    environment.partner.partner_id,
+    environment.partner.distribution_version,
+    environment.partner.distributor,
+    environment.partner.distributor_channel,
     IFNULL(
       environment.services.account_enabled,
       udf.boolean_histogram_to_boolean(payload.histograms.fxa_configured)
@@ -313,6 +320,8 @@
     environment.build.build_id AS env_build_id,
     environment.build.version AS env_build_version,
     environment.build.architecture AS env_build_arch,
+    environment.build.platform_version AS env_build_platform_version,
+    environment.build.xpcom_abi AS env_build_xpcom_abi,
     environment.settings.e10s_enabled,
     environment.settings.locale,
     environment.settings.update.channel AS update_channel,
@@ -329,7 +338,8 @@
         environment.settings.attribution.experiment,
         environment.settings.attribution.variation,
         environment.settings.attribution.dltoken,
-        environment.settings.attribution.dlsource
+        environment.settings.attribution.dlsource,
+        environment.settings.attribution.ua
       ),
       NULL
     ) AS attribution,
@@ -764,6 +774,7 @@
   SELECT
     DATE(submission_timestamp) AS submission_date,
     client_id,
+    ARRAY_AGG(document_id ORDER BY submission_timestamp)[OFFSET(0)] AS first_document_id,
     SUM(aborts_content) AS aborts_content_sum,
     SUM(aborts_gmplugin) AS aborts_gmplugin_sum,
     SUM(aborts_plugin) AS aborts_plugin_sum,
@@ -850,10 +861,24 @@
     mozfun.stats.mode_last(
       ARRAY_AGG(distribution_id ORDER BY submission_timestamp)
     ) AS distribution_id,
+    mozfun.stats.mode_last(ARRAY_AGG(partner_id ORDER BY submission_timestamp)) AS partner_id,
+    mozfun.stats.mode_last(
+      ARRAY_AGG(distribution_version ORDER BY submission_timestamp)
+    ) AS distribution_version,
+    mozfun.stats.mode_last(ARRAY_AGG(distributor ORDER BY submission_timestamp)) AS distributor,
+    mozfun.stats.mode_last(
+      ARRAY_AGG(distributor_channel ORDER BY submission_timestamp)
+    ) AS distributor_channel,
     mozfun.stats.mode_last(ARRAY_AGG(e10s_enabled ORDER BY submission_timestamp)) AS e10s_enabled,
     mozfun.stats.mode_last(
       ARRAY_AGG(env_build_arch ORDER BY submission_timestamp)
     ) AS env_build_arch,
+    mozfun.stats.mode_last(
+      ARRAY_AGG(env_build_platform_version ORDER BY submission_timestamp)
+    ) AS env_build_platform_version,
+    mozfun.stats.mode_last(
+      ARRAY_AGG(env_build_xpcom_abi ORDER BY submission_timestamp)
+    ) AS env_build_xpcom_abi,
     mozfun.stats.mode_last(ARRAY_AGG(env_build_id ORDER BY submission_timestamp)) AS env_build_id,
     mozfun.stats.mode_last(
       ARRAY_AGG(env_build_version ORDER BY submission_timestamp)
@@ -936,6 +961,9 @@
           submission_timestamp
       )
     ).*,
+    mozfun.stats.mode_last(
+      ARRAY_AGG(geo_db_version ORDER BY submission_timestamp)
+    ) AS geo_db_version,
     mozfun.json.mode_last(
       ARRAY_AGG(
         IF(
@@ -1056,6 +1084,9 @@
       ARRAY_AGG(is_default_browser ORDER BY submission_timestamp)
     ) AS is_default_browser,
     mozfun.stats.mode_last(ARRAY_AGG(is_wow64 ORDER BY submission_timestamp)) AS is_wow64,
+    mozfun.stats.mode_last(
+      ARRAY_AGG(apple_model_id ORDER BY submission_timestamp)
+    ) AS apple_model_id,
     mozfun.stats.mode_last(ARRAY_AGG(locale ORDER BY submission_timestamp)) AS locale,
     mozfun.stats.mode_last(ARRAY_AGG(memory_mb ORDER BY submission_timestamp)) AS memory_mb,
     mozfun.stats.mode_last(
diff -bur --no-dereference /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/telemetry_derived/clients_daily_v6/schema.yaml /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/telemetry_derived/clients_daily_v6/schema.yaml
--- /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/telemetry_derived/clients_daily_v6/schema.yaml	2023-11-01 20:35:59.000000000 +0000
+++ /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/telemetry_derived/clients_daily_v6/schema.yaml	2023-11-01 20:22:42.000000000 +0000
@@ -154,6 +154,9 @@
   - name: dlsource
     type: STRING
     mode: NULLABLE
+  - name: ua
+    type: STRING
+    mode: NULLABLE
   mode: NULLABLE
   name: attribution
   type: RECORD
@@ -2303,3 +2306,30 @@
 - name: startup_profile_selection_reason_first
   type: STRING
   mode: NULLABLE
+- name: first_document_id
+  type: STRING
+  mode: NULLABLE
+- name: partner_id
+  type: STRING
+  mode: NULLABLE
+- name: distribution_version
+  type: STRING
+  mode: NULLABLE
+- name: distributor
+  type: STRING
+  mode: NULLABLE
+- name: distributor_channel
+  type: STRING
+  mode: NULLABLE
+- name: env_build_platform_version
+  type: STRING
+  mode: NULLABLE
+- name: env_build_xpcom_abi
+  type: STRING
+  mode: NULLABLE
+- name: geo_db_version
+  type: STRING
+  mode: NULLABLE
+- name: apple_model_id
+  type: STRING
+  mode: NULLABLE
diff -bur --no-dereference /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/telemetry_derived/clients_first_seen_v1/schema.yaml /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/telemetry_derived/clients_first_seen_v1/schema.yaml
--- /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/telemetry_derived/clients_first_seen_v1/schema.yaml	2023-11-01 20:35:59.000000000 +0000
+++ /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/telemetry_derived/clients_first_seen_v1/schema.yaml	2023-11-01 20:22:42.000000000 +0000
@@ -155,6 +155,9 @@
   - name: dlsource
     type: STRING
     mode: NULLABLE
+  - name: ua
+    type: STRING
+    mode: NULLABLE
   mode: NULLABLE
   name: attribution
   type: RECORD
@@ -2305,3 +2308,30 @@
 - name: startup_profile_selection_reason_first
   type: STRING
   mode: NULLABLE
+- name: first_document_id
+  type: STRING
+  mode: NULLABLE
+- name: partner_id
+  type: STRING
+  mode: NULLABLE
+- name: distribution_version
+  type: STRING
+  mode: NULLABLE
+- name: distributor
+  type: STRING
+  mode: NULLABLE
+- name: distributor_channel
+  type: STRING
+  mode: NULLABLE
+- name: env_build_platform_version
+  type: STRING
+  mode: NULLABLE
+- name: env_build_xpcom_abi
+  type: STRING
+  mode: NULLABLE
+- name: geo_db_version
+  type: STRING
+  mode: NULLABLE
+- name: apple_model_id
+  type: STRING
+  mode: NULLABLE
diff -bur --no-dereference /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/telemetry_derived/clients_first_seen_v2/query.sql /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/telemetry_derived/clients_first_seen_v2/query.sql
--- /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/telemetry_derived/clients_first_seen_v2/query.sql	2023-11-01 20:35:59.000000000 +0000
+++ /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/telemetry_derived/clients_first_seen_v2/query.sql	2023-11-01 20:31:39.000000000 +0000
@@ -288,38 +288,36 @@
       TIMESTAMP(MIN(submission_date))
     ) AS first_seen_timestamp,
     ARRAY_AGG(DATE(submission_date) ORDER BY submission_date ASC) AS all_dates,
-    CAST(
-      NULL AS STRING
-    ) AS architecture, -- main_v5:environment.build.architecture
+    ARRAY_AGG(env_build_arch RESPECT NULLS ORDER BY submission_date)[
+      SAFE_OFFSET(0)
+    ] AS architecture,
     ARRAY_AGG(env_build_id RESPECT NULLS ORDER BY submission_date)[SAFE_OFFSET(0)] AS app_build_id,
     ARRAY_AGG(app_name RESPECT NULLS ORDER BY submission_date)[SAFE_OFFSET(0)] AS app_name,
     ARRAY_AGG(locale RESPECT NULLS ORDER BY submission_date)[SAFE_OFFSET(0)] AS locale,
-    CAST(
-      NULL AS STRING
-    ) AS platform_version, -- main_v5:environment.build.platform_version
+    ARRAY_AGG(env_build_platform_version RESPECT NULLS ORDER BY submission_date)[
+      SAFE_OFFSET(0)
+    ] AS platform_version,
     ARRAY_AGG(vendor RESPECT NULLS ORDER BY submission_date)[SAFE_OFFSET(0)] AS vendor,
     ARRAY_AGG(app_version RESPECT NULLS ORDER BY submission_date)[SAFE_OFFSET(0)] AS app_version,
-    CAST(
-      NULL AS STRING
-    ) AS xpcom_abi, -- main_v5:environment.build.xpcom_abi / application.xpcom_abi
-    CAST(
-      NULL AS STRING
-    ) AS document_id, -- main_v5:document_id
+    ARRAY_AGG(env_build_xpcom_abi RESPECT NULLS ORDER BY submission_date)[
+      SAFE_OFFSET(0)
+    ] AS xpcom_abi,
+    ARRAY_AGG(first_document_id RESPECT NULLS ORDER BY submission_date)[
+      SAFE_OFFSET(0)
+    ] AS document_id,
     ARRAY_AGG(distribution_id RESPECT NULLS ORDER BY submission_date)[
       SAFE_OFFSET(0)
     ] AS distribution_id,
-    CAST(
-      NULL AS STRING
-    ) AS partner_distribution_version, -- main_v5:environment.partner.distribution_version
-    CAST(
-      NULL AS STRING
-    ) AS partner_distributor, -- main_v5:environment.partner.distributor
-    CAST(
-      NULL AS STRING
-    ) AS partner_distributor_channel, -- main_v5:environment.partner.distributor_channel
-    CAST(
-      NULL AS STRING
-    ) AS partner_id, -- main_v5:environment.partner.distribution_id
+    ARRAY_AGG(distribution_version RESPECT NULLS ORDER BY submission_date)[
+      SAFE_OFFSET(0)
+    ] AS partner_distribution_version,
+    ARRAY_AGG(distributor RESPECT NULLS ORDER BY submission_date)[
+      SAFE_OFFSET(0)
+    ] AS partner_distributor,
+    ARRAY_AGG(distributor_channel RESPECT NULLS ORDER BY submission_date)[
+      SAFE_OFFSET(0)
+    ] AS partner_distributor_channel,
+    ARRAY_AGG(partner_id RESPECT NULLS ORDER BY submission_date)[SAFE_OFFSET(0)] AS partner_id,
     ARRAY_AGG(attribution.campaign RESPECT NULLS ORDER BY submission_date)[
       SAFE_OFFSET(0)
     ] AS attribution_campaign,
@@ -335,9 +333,9 @@
     ARRAY_AGG(attribution.source RESPECT NULLS ORDER BY submission_date)[
       SAFE_OFFSET(0)
     ] AS attribution_source,
-    CAST(
-      NULL AS STRING
-    ) AS attribution_ua, -- main_v5:environment.settings.attribution.ua
+    ARRAY_AGG(attribution.ua RESPECT NULLS ORDER BY submission_date)[
+      SAFE_OFFSET(0)
+    ] AS attribution_ua,
     ARRAY_AGG(default_search_engine_data_load_path RESPECT NULLS ORDER BY submission_date)[
       SAFE_OFFSET(0)
     ] AS engine_data_load_path,
@@ -350,13 +348,11 @@
     ARRAY_AGG(default_search_engine_data_submission_url RESPECT NULLS ORDER BY submission_date)[
       SAFE_OFFSET(0)
     ] AS engine_data_submission_url,
-    CAST(
-      NULL AS STRING
-    ) AS apple_model_id, -- main_v5:environment.system.apple_model_id
+    ARRAY_AGG(apple_model_id RESPECT NULLS ORDER BY submission_date)[
+      SAFE_OFFSET(0)
+    ] AS apple_model_id,
     ARRAY_AGG(city RESPECT NULLS ORDER BY submission_date)[SAFE_OFFSET(0)] AS city,
-    CAST(
-      NULL AS STRING
-    ) AS db_version, -- main_v5:metadata.geo.db_version
+    ARRAY_AGG(geo_db_version RESPECT NULLS ORDER BY submission_date)[SAFE_OFFSET(0)] AS db_version,
     ARRAY_AGG(geo_subdivision1 RESPECT NULLS ORDER BY submission_date)[
       SAFE_OFFSET(0)
     ] AS subdivision1,
@@ -374,9 +370,9 @@
     ARRAY_AGG(attribution.dltoken RESPECT NULLS ORDER BY submission_date)[
       SAFE_OFFSET(0)
     ] AS attribution_dltoken,
-    CAST(
-      NULL AS STRING
-    ) AS attribution_dlsource -- main_v5:environment.settings.attribution.dlsource
+    ARRAY_AGG(attribution.dlsource RESPECT NULLS ORDER BY submission_date)[
+      SAFE_OFFSET(0)
+    ] AS attribution_dlsource
   FROM
     `moz-fx-data-shared-prod.telemetry_derived.clients_daily_v6`
   WHERE
@@ -397,14 +393,14 @@
   SELECT
     *,
     'shutdown' AS source_ping,
-    3 AS source_ping_priority
+    2 AS source_ping_priority
   FROM
     shutdown_ping
   UNION ALL
   SELECT
     *,
     'main' AS source_ping,
-    2 AS source_ping_priority
+    3 AS source_ping_priority
   FROM
     main_ping
 ),
diff -bur --no-dereference /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/telemetry_derived/clients_last_seen_v1/schema.yaml /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/telemetry_derived/clients_last_seen_v1/schema.yaml
--- /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/telemetry_derived/clients_last_seen_v1/schema.yaml	2023-11-01 20:35:59.000000000 +0000
+++ /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/telemetry_derived/clients_last_seen_v1/schema.yaml	2023-11-01 20:22:42.000000000 +0000
@@ -202,6 +202,9 @@
   - mode: NULLABLE
     name: dlsource
     type: STRING
+  - name: ua
+    type: STRING
+    mode: NULLABLE
   mode: NULLABLE
   name: attribution
   type: RECORD
@@ -2352,3 +2355,30 @@
 - name: startup_profile_selection_reason_first
   type: STRING
   mode: NULLABLE
+- name: first_document_id
+  type: STRING
+  mode: NULLABLE
+- name: partner_id
+  type: STRING
+  mode: NULLABLE
+- name: distribution_version
+  type: STRING
+  mode: NULLABLE
+- name: distributor
+  type: STRING
+  mode: NULLABLE
+- name: distributor_channel
+  type: STRING
+  mode: NULLABLE
+- name: env_build_platform_version
+  type: STRING
+  mode: NULLABLE
+- name: env_build_xpcom_abi
+  type: STRING
+  mode: NULLABLE
+- name: geo_db_version
+  type: STRING
+  mode: NULLABLE
+- name: apple_model_id
+  type: STRING
+  mode: NULLABLE

@dataops-ci-bot
Copy link

Integration report for "Update test schema"

sql.diff

Click to expand!
diff -bur --no-dereference /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/telemetry/clients_first_seen/schema.yaml /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/telemetry/clients_first_seen/schema.yaml
--- /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/telemetry/clients_first_seen/schema.yaml	2023-11-01 20:51:40.000000000 +0000
+++ /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/telemetry/clients_first_seen/schema.yaml	2023-11-01 20:45:35.000000000 +0000
@@ -162,159 +162,120 @@
 - name: blocklist_enabled
   type: BOOLEAN
   mode: NULLABLE
-  description: null
 - name: channel
   type: STRING
   mode: NULLABLE
-  description: null
 - name: client_clock_skew_mean
   type: FLOAT
   mode: NULLABLE
-  description: null
 - name: client_submission_latency_mean
   type: FLOAT
   mode: NULLABLE
-  description: null
 - name: cpu_cores
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: cpu_count
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: cpu_family
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: cpu_l2_cache_kb
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: cpu_l3_cache_kb
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: cpu_model
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: cpu_speed_mhz
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: cpu_stepping
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: cpu_vendor
   type: STRING
   mode: NULLABLE
-  description: null
 - name: crashes_detected_content_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: crashes_detected_gmplugin_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: crashes_detected_plugin_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: crash_submit_attempt_content_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: crash_submit_attempt_main_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: crash_submit_attempt_plugin_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: crash_submit_success_content_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: crash_submit_success_main_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: crash_submit_success_plugin_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: default_search_engine
   type: STRING
   mode: NULLABLE
-  description: null
 - name: default_search_engine_data_load_path
   type: STRING
   mode: NULLABLE
-  description: null
 - name: default_search_engine_data_name
   type: STRING
   mode: NULLABLE
-  description: null
 - name: default_search_engine_data_origin
   type: STRING
   mode: NULLABLE
-  description: null
 - name: default_search_engine_data_submission_url
   type: STRING
   mode: NULLABLE
-  description: null
 - name: devtools_toolbox_opened_count_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: distribution_id
   type: STRING
   mode: NULLABLE
-  description: null
 - name: e10s_enabled
   type: BOOLEAN
   mode: NULLABLE
-  description: null
 - name: env_build_arch
   type: STRING
   mode: NULLABLE
-  description: null
 - name: env_build_id
   type: STRING
   mode: NULLABLE
-  description: null
 - name: env_build_version
   type: STRING
   mode: NULLABLE
-  description: null
 - name: environment_settings_intl_accept_languages
   type: STRING
   mode: REPEATED
-  description: null
 - name: environment_settings_intl_app_locales
   type: STRING
   mode: REPEATED
-  description: null
 - name: environment_settings_intl_available_locales
   type: STRING
   mode: REPEATED
-  description: null
 - name: environment_settings_intl_requested_locales
   type: STRING
   mode: REPEATED
-  description: null
 - name: environment_settings_intl_system_locales
   type: STRING
   mode: REPEATED
-  description: null
 - name: environment_settings_intl_regional_prefs_locales
   type: STRING
   mode: REPEATED
-  description: null
 - name: experiments
   type: RECORD
   mode: REPEATED
@@ -322,356 +283,267 @@
   - name: key
     type: STRING
     mode: NULLABLE
-    description: null
   - name: value
     type: STRING
     mode: NULLABLE
-    description: null
-  description: null
 - name: first_paint_mean
   type: FLOAT
   mode: NULLABLE
-  description: null
 - name: flash_version
   type: STRING
   mode: NULLABLE
-  description: null
 - name: country
   type: STRING
   mode: NULLABLE
-  description: null
 - name: city
   type: STRING
   mode: NULLABLE
-  description: null
 - name: geo_subdivision1
   type: STRING
   mode: NULLABLE
-  description: null
 - name: geo_subdivision2
   type: STRING
   mode: NULLABLE
-  description: null
 - name: isp_name
   type: STRING
   mode: NULLABLE
-  description: null
 - name: isp_organization
   type: STRING
   mode: NULLABLE
-  description: null
 - name: gfx_features_advanced_layers_status
   type: STRING
   mode: NULLABLE
-  description: null
 - name: gfx_features_d2d_status
   type: STRING
   mode: NULLABLE
-  description: null
 - name: gfx_features_d3d11_status
   type: STRING
   mode: NULLABLE
-  description: null
 - name: gfx_features_gpu_process_status
   type: STRING
   mode: NULLABLE
-  description: null
 - name: histogram_parent_devtools_aboutdebugging_opened_count_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: histogram_parent_devtools_animationinspector_opened_count_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: histogram_parent_devtools_browserconsole_opened_count_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: histogram_parent_devtools_canvasdebugger_opened_count_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: histogram_parent_devtools_computedview_opened_count_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: histogram_parent_devtools_custom_opened_count_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: histogram_parent_devtools_developertoolbar_opened_count_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: histogram_parent_devtools_dom_opened_count_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: histogram_parent_devtools_eyedropper_opened_count_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: histogram_parent_devtools_fontinspector_opened_count_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: histogram_parent_devtools_inspector_opened_count_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: histogram_parent_devtools_jsbrowserdebugger_opened_count_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: histogram_parent_devtools_jsdebugger_opened_count_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: histogram_parent_devtools_jsprofiler_opened_count_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: histogram_parent_devtools_layoutview_opened_count_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: histogram_parent_devtools_memory_opened_count_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: histogram_parent_devtools_menu_eyedropper_opened_count_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: histogram_parent_devtools_netmonitor_opened_count_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: histogram_parent_devtools_options_opened_count_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: histogram_parent_devtools_paintflashing_opened_count_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: histogram_parent_devtools_picker_eyedropper_opened_count_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: histogram_parent_devtools_responsive_opened_count_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: histogram_parent_devtools_ruleview_opened_count_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: histogram_parent_devtools_scratchpad_opened_count_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: histogram_parent_devtools_scratchpad_window_opened_count_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: histogram_parent_devtools_shadereditor_opened_count_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: histogram_parent_devtools_storage_opened_count_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: histogram_parent_devtools_styleeditor_opened_count_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: histogram_parent_devtools_webaudioeditor_opened_count_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: histogram_parent_devtools_webconsole_opened_count_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: histogram_parent_devtools_webide_opened_count_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: install_year
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: is_default_browser
   type: BOOLEAN
   mode: NULLABLE
-  description: null
 - name: is_wow64
   type: BOOLEAN
   mode: NULLABLE
-  description: null
 - name: locale
   type: STRING
   mode: NULLABLE
-  description: null
 - name: memory_mb
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: normalized_channel
   type: STRING
   mode: NULLABLE
-  description: null
 - name: normalized_os_version
   type: STRING
   mode: NULLABLE
-  description: null
 - name: os
   type: STRING
   mode: NULLABLE
-  description: null
 - name: os_service_pack_major
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: os_service_pack_minor
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: os_version
   type: STRING
   mode: NULLABLE
-  description: null
 - name: pings_aggregated_by_this_row
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: places_bookmarks_count_mean
   type: FLOAT
   mode: NULLABLE
-  description: null
 - name: places_pages_count_mean
   type: FLOAT
   mode: NULLABLE
-  description: null
 - name: plugin_hangs_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: plugins_infobar_allow_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: plugins_infobar_block_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: plugins_infobar_shown_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: plugins_notification_shown_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: previous_build_id
   type: STRING
   mode: NULLABLE
-  description: null
 - name: profile_age_in_days
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: profile_creation_date
   type: STRING
   mode: NULLABLE
-  description: null
 - name: push_api_notify_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: sample_id
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: sandbox_effective_content_process_level
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: scalar_combined_webrtc_nicer_stun_retransmits_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: scalar_combined_webrtc_nicer_turn_401s_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: scalar_combined_webrtc_nicer_turn_403s_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: scalar_combined_webrtc_nicer_turn_438s_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: scalar_content_navigator_storage_estimate_count_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: scalar_content_navigator_storage_persist_count_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: scalar_parent_aushelper_websense_reg_version
   type: STRING
   mode: NULLABLE
-  description: null
 - name: scalar_parent_browser_engagement_max_concurrent_tab_count_max
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: scalar_parent_browser_engagement_max_concurrent_window_count_max
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: scalar_parent_browser_engagement_tab_open_event_count_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: scalar_parent_browser_engagement_total_uri_count_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: scalar_parent_browser_engagement_unfiltered_uri_count_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: scalar_parent_browser_engagement_unique_domains_count_max
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: scalar_parent_browser_engagement_unique_domains_count_mean
   type: FLOAT
   mode: NULLABLE
-  description: null
 - name: scalar_parent_browser_engagement_window_open_event_count_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: scalar_parent_devtools_accessibility_node_inspected_count_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: scalar_parent_devtools_accessibility_opened_count_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: scalar_parent_devtools_accessibility_picker_used_count_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: scalar_parent_devtools_accessibility_select_accessible_for_node_sum
   type: RECORD
   mode: REPEATED
@@ -679,219 +551,165 @@
   - name: key
     type: STRING
     mode: NULLABLE
-    description: null
   - name: value
     type: INTEGER
     mode: NULLABLE
-    description: null
-  description: null
 - name: scalar_parent_devtools_accessibility_service_enabled_count_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: scalar_parent_devtools_copy_full_css_selector_opened_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: scalar_parent_devtools_copy_unique_css_selector_opened_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: scalar_parent_devtools_toolbar_eyedropper_opened_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: scalar_parent_dom_contentprocess_troubled_due_to_memory_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: scalar_parent_navigator_storage_estimate_count_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: scalar_parent_navigator_storage_persist_count_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: scalar_parent_storage_sync_api_usage_extensions_using_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: search_cohort
   type: STRING
   mode: NULLABLE
-  description: null
 - name: search_count_abouthome
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: search_count_contextmenu
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: search_count_newtab
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: search_count_searchbar
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: search_count_system
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: search_count_urlbar
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: search_count_all
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: search_count_tagged_sap
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: search_count_tagged_follow_on
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: search_count_organic
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: search_count_urlbar_handoff
   type: INTEGER
   mode: NULLABLE
 - name: session_restored_mean
   type: FLOAT
   mode: NULLABLE
-  description: null
 - name: sessions_started_on_this_day
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: shutdown_kill_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: subsession_hours_sum
   type: NUMERIC
   mode: NULLABLE
-  description: null
 - name: ssl_handshake_result_failure_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: ssl_handshake_result_success_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: sync_configured
   type: BOOLEAN
   mode: NULLABLE
-  description: null
 - name: sync_count_desktop_mean
   type: FLOAT
   mode: NULLABLE
-  description: null
 - name: sync_count_mobile_mean
   type: FLOAT
   mode: NULLABLE
-  description: null
 - name: sync_count_desktop_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: sync_count_mobile_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: telemetry_enabled
   type: BOOLEAN
   mode: NULLABLE
-  description: null
 - name: timezone_offset
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: total_hours_sum
   type: NUMERIC
   mode: NULLABLE
-  description: null
 - name: update_auto_download
   type: BOOLEAN
   mode: NULLABLE
-  description: null
 - name: update_channel
   type: STRING
   mode: NULLABLE
-  description: null
 - name: update_enabled
   type: BOOLEAN
   mode: NULLABLE
-  description: null
 - name: vendor
   type: STRING
   mode: NULLABLE
-  description: null
 - name: web_notification_shown_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: windows_build_number
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: windows_ubr
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: fxa_configured
   type: BOOLEAN
   mode: NULLABLE
-  description: null
 - name: trackers_blocked_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: submission_timestamp_min
   type: TIMESTAMP
   mode: NULLABLE
-  description: null
 - name: ad_clicks_count_all
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: search_with_ads_count_all
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: scalar_parent_urlbar_impression_autofill_about_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: scalar_parent_urlbar_impression_autofill_adaptive_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: scalar_parent_urlbar_impression_autofill_origin_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: scalar_parent_urlbar_impression_autofill_other_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: scalar_parent_urlbar_impression_autofill_preloaded_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: scalar_parent_urlbar_impression_autofill_url_sum
   type: INTEGER
   mode: NULLABLE
-  description: null
 - name: scalar_parent_telemetry_event_counts_sum
   type: RECORD
   mode: REPEATED
@@ -899,12 +717,9 @@
   - name: key
     type: STRING
     mode: NULLABLE
-    description: null
   - name: value
     type: INTEGER
     mode: NULLABLE
-    description: null
-  description: null
 - name: scalar_content_telemetry_event_counts_sum
   type: RECORD
   mode: REPEATED
@@ -912,12 +727,9 @@
   - name: key
     type: STRING
     mode: NULLABLE
-    description: null
   - name: value
     type: INTEGER
     mode: NULLABLE
-    description: null
-  description: null
 - name: scalar_parent_urlbar_searchmode_bookmarkmenu_sum
   type: RECORD
   mode: REPEATED
@@ -925,12 +737,9 @@
   - name: key
     type: STRING
     mode: NULLABLE
-    description: null
   - name: value
     type: INTEGER
     mode: NULLABLE
-    description: null
-  description: null
 - name: scalar_parent_urlbar_searchmode_handoff_sum
   type: RECORD
   mode: REPEATED
@@ -938,12 +747,9 @@
   - name: key
     type: STRING
     mode: NULLABLE
-    description: null
   - name: value
     type: INTEGER
     mode: NULLABLE
-    description: null
-  description: null
 - name: scalar_parent_urlbar_searchmode_keywordoffer_sum
   type: RECORD
   mode: REPEATED
@@ -951,12 +757,9 @@
   - name: key
     type: STRING
     mode: NULLABLE
-    description: null
   - name: value
     type: INTEGER
     mode: NULLABLE
-    description: null
-  description: null
 - name: scalar_parent_urlbar_searchmode_oneoff_sum
   type: RECORD
   mode: REPEATED
@@ -964,12 +767,9 @@
   - name: key
     type: STRING
     mode: NULLABLE
-    description: null
   - name: value
     type: INTEGER
     mode: NULLABLE
-    description: null
-  description: null
 - name: scalar_parent_urlbar_searchmode_other_sum
   type: RECORD
   mode: REPEATED
@@ -977,12 +777,9 @@
   - name: key
     type: STRING
     mode: NULLABLE
-    description: null
   - name: value
     type: INTEGER
     mode: NULLABLE
-    description: null
-  description: null
 - name: scalar_parent_urlbar_searchmode_shortcut_sum
   type: RECORD
   mode: REPEATED
@@ -990,12 +787,9 @@
   - name: key
     type: STRING
     mode: NULLABLE
-    description: null
   - name: value
     type: INTEGER
     mode: NULLABLE
-    description: null
-  description: null
 - name: scalar_parent_urlbar_searchmode_tabmenu_sum
   type: RECORD
   mode: REPEATED
@@ -1003,12 +797,9 @@
   - name: key
     type: STRING
     mode: NULLABLE
-    description: null
   - name: value
     type: INTEGER
     mode: NULLABLE
-    description: null
-  description: null
 - name: scalar_parent_urlbar_searchmode_tabtosearch_sum
   type: RECORD
   mode: REPEATED
@@ -1016,12 +807,9 @@
   - name: key
     type: STRING
     mode: NULLABLE
-    description: null
   - name: value
     type: INTEGER
     mode: NULLABLE
-    description: null
-  description: null
 - name: scalar_parent_urlbar_searchmode_tabtosearch_onboard_sum
   type: RECORD
   mode: REPEATED
@@ -1029,12 +817,9 @@
   - name: key
     type: STRING
     mode: NULLABLE
-    description: null
   - name: value
     type: INTEGER
     mode: NULLABLE
-    description: null
-  description: null
 - name: scalar_parent_urlbar_searchmode_topsites_newtab_sum
   type: RECORD
   mode: REPEATED
@@ -1042,12 +827,9 @@
   - name: key
     type: STRING
     mode: NULLABLE
-    description: null
   - name: value
     type: INTEGER
     mode: NULLABLE
-    description: null
-  description: null
 - name: scalar_parent_urlbar_searchmode_topsites_urlbar_sum
   type: RECORD
   mode: REPEATED
@@ -1055,12 +837,9 @@
   - name: key
     type: STRING
     mode: NULLABLE
-    description: null
   - name: value
     type: INTEGER
     mode: NULLABLE
-    description: null
-  description: null
 - name: scalar_parent_urlbar_searchmode_touchbar_sum
   type: RECORD
   mode: REPEATED
@@ -1068,12 +847,9 @@
   - name: key
     type: STRING
     mode: NULLABLE
-    description: null
   - name: value
     type: INTEGER
     mode: NULLABLE
-    description: null
-  description: null
 - name: scalar_parent_urlbar_searchmode_typed_sum
   type: RECORD
   mode: REPEATED
@@ -1081,12 +857,9 @@
   - name: key
     type: STRING
     mode: NULLABLE
-    description: null
   - name: value
     type: INTEGER
     mode: NULLABLE
-    description: null
-  description: null
 - name: scalar_parent_os_environment_is_taskbar_pinned
   type: BOOLEAN
   mode: NULLABLE
diff -bur --no-dereference /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/telemetry_derived/clients_daily_joined_v1/schema.yaml /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/telemetry_derived/clients_daily_joined_v1/schema.yaml
--- /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/telemetry_derived/clients_daily_joined_v1/schema.yaml	2023-11-01 20:51:41.000000000 +0000
+++ /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/telemetry_derived/clients_daily_joined_v1/schema.yaml	2023-11-01 20:38:59.000000000 +0000
@@ -154,6 +154,9 @@
   - name: dlsource
     type: STRING
     mode: NULLABLE
+  - name: ua
+    type: STRING
+    mode: NULLABLE
   mode: NULLABLE
   name: attribution
   type: RECORD
@@ -2339,3 +2342,30 @@
 - name: startup_profile_selection_reason_first
   type: STRING
   mode: NULLABLE
+- name: first_document_id
+  type: STRING
+  mode: NULLABLE
+- name: partner_id
+  type: STRING
+  mode: NULLABLE
+- name: distribution_version
+  type: STRING
+  mode: NULLABLE
+- name: distributor
+  type: STRING
+  mode: NULLABLE
+- name: distributor_channel
+  type: STRING
+  mode: NULLABLE
+- name: env_build_platform_version
+  type: STRING
+  mode: NULLABLE
+- name: env_build_xpcom_abi
+  type: STRING
+  mode: NULLABLE
+- name: geo_db_version
+  type: STRING
+  mode: NULLABLE
+- name: apple_model_id
+  type: STRING
+  mode: NULLABLE
diff -bur --no-dereference /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/telemetry_derived/clients_daily_v6/query.sql /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/telemetry_derived/clients_daily_v6/query.sql
--- /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/telemetry_derived/clients_daily_v6/query.sql	2023-11-01 20:51:40.000000000 +0000
+++ /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/telemetry_derived/clients_daily_v6/query.sql	2023-11-01 20:47:46.000000000 +0000
@@ -255,6 +255,7 @@
     submission_timestamp,
     client_id,
     sample_id,
+    document_id,
     metadata.uri.app_update_channel AS channel,
     normalized_channel,
     normalized_os_version,
@@ -262,6 +263,7 @@
     metadata.geo.city,
     metadata.geo.subdivision1 AS geo_subdivision1,
     metadata.geo.subdivision2 AS geo_subdivision2,
+    metadata.geo.db_version AS geo_db_version,
     metadata.isp.name AS isp_name,
     metadata.isp.organization AS isp_organization,
     environment.system.os.name AS os,
@@ -272,6 +274,7 @@
     SAFE_CAST(environment.system.os.windows_ubr AS INT64) AS windows_ubr,
     SAFE_CAST(environment.system.os.install_year AS INT64) AS install_year,
     environment.system.is_wow64,
+    environment.system.apple_model_id,
     SAFE_CAST(environment.system.memory_mb AS INT64) AS memory_mb,
     environment.system.cpu.count AS cpu_count,
     environment.system.cpu.cores AS cpu_cores,
@@ -292,6 +295,10 @@
     payload.info.subsession_counter,
     payload.info.subsession_length,
     environment.partner.distribution_id,
+    environment.partner.partner_id,
+    environment.partner.distribution_version,
+    environment.partner.distributor,
+    environment.partner.distributor_channel,
     IFNULL(
       environment.services.account_enabled,
       udf.boolean_histogram_to_boolean(payload.histograms.fxa_configured)
@@ -313,6 +320,8 @@
     environment.build.build_id AS env_build_id,
     environment.build.version AS env_build_version,
     environment.build.architecture AS env_build_arch,
+    environment.build.platform_version AS env_build_platform_version,
+    environment.build.xpcom_abi AS env_build_xpcom_abi,
     environment.settings.e10s_enabled,
     environment.settings.locale,
     environment.settings.update.channel AS update_channel,
@@ -329,7 +338,8 @@
         environment.settings.attribution.experiment,
         environment.settings.attribution.variation,
         environment.settings.attribution.dltoken,
-        environment.settings.attribution.dlsource
+        environment.settings.attribution.dlsource,
+        environment.settings.attribution.ua
       ),
       NULL
     ) AS attribution,
@@ -764,6 +774,7 @@
   SELECT
     DATE(submission_timestamp) AS submission_date,
     client_id,
+    ARRAY_AGG(document_id ORDER BY submission_timestamp)[OFFSET(0)] AS first_document_id,
     SUM(aborts_content) AS aborts_content_sum,
     SUM(aborts_gmplugin) AS aborts_gmplugin_sum,
     SUM(aborts_plugin) AS aborts_plugin_sum,
@@ -850,10 +861,24 @@
     mozfun.stats.mode_last(
       ARRAY_AGG(distribution_id ORDER BY submission_timestamp)
     ) AS distribution_id,
+    mozfun.stats.mode_last(ARRAY_AGG(partner_id ORDER BY submission_timestamp)) AS partner_id,
+    mozfun.stats.mode_last(
+      ARRAY_AGG(distribution_version ORDER BY submission_timestamp)
+    ) AS distribution_version,
+    mozfun.stats.mode_last(ARRAY_AGG(distributor ORDER BY submission_timestamp)) AS distributor,
+    mozfun.stats.mode_last(
+      ARRAY_AGG(distributor_channel ORDER BY submission_timestamp)
+    ) AS distributor_channel,
     mozfun.stats.mode_last(ARRAY_AGG(e10s_enabled ORDER BY submission_timestamp)) AS e10s_enabled,
     mozfun.stats.mode_last(
       ARRAY_AGG(env_build_arch ORDER BY submission_timestamp)
     ) AS env_build_arch,
+    mozfun.stats.mode_last(
+      ARRAY_AGG(env_build_platform_version ORDER BY submission_timestamp)
+    ) AS env_build_platform_version,
+    mozfun.stats.mode_last(
+      ARRAY_AGG(env_build_xpcom_abi ORDER BY submission_timestamp)
+    ) AS env_build_xpcom_abi,
     mozfun.stats.mode_last(ARRAY_AGG(env_build_id ORDER BY submission_timestamp)) AS env_build_id,
     mozfun.stats.mode_last(
       ARRAY_AGG(env_build_version ORDER BY submission_timestamp)
@@ -936,6 +961,9 @@
           submission_timestamp
       )
     ).*,
+    mozfun.stats.mode_last(
+      ARRAY_AGG(geo_db_version ORDER BY submission_timestamp)
+    ) AS geo_db_version,
     mozfun.json.mode_last(
       ARRAY_AGG(
         IF(
@@ -1056,6 +1084,9 @@
       ARRAY_AGG(is_default_browser ORDER BY submission_timestamp)
     ) AS is_default_browser,
     mozfun.stats.mode_last(ARRAY_AGG(is_wow64 ORDER BY submission_timestamp)) AS is_wow64,
+    mozfun.stats.mode_last(
+      ARRAY_AGG(apple_model_id ORDER BY submission_timestamp)
+    ) AS apple_model_id,
     mozfun.stats.mode_last(ARRAY_AGG(locale ORDER BY submission_timestamp)) AS locale,
     mozfun.stats.mode_last(ARRAY_AGG(memory_mb ORDER BY submission_timestamp)) AS memory_mb,
     mozfun.stats.mode_last(
diff -bur --no-dereference /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/telemetry_derived/clients_daily_v6/schema.yaml /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/telemetry_derived/clients_daily_v6/schema.yaml
--- /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/telemetry_derived/clients_daily_v6/schema.yaml	2023-11-01 20:51:40.000000000 +0000
+++ /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/telemetry_derived/clients_daily_v6/schema.yaml	2023-11-01 20:38:59.000000000 +0000
@@ -154,6 +154,9 @@
   - name: dlsource
     type: STRING
     mode: NULLABLE
+  - name: ua
+    type: STRING
+    mode: NULLABLE
   mode: NULLABLE
   name: attribution
   type: RECORD
@@ -2303,3 +2306,30 @@
 - name: startup_profile_selection_reason_first
   type: STRING
   mode: NULLABLE
+- name: first_document_id
+  type: STRING
+  mode: NULLABLE
+- name: partner_id
+  type: STRING
+  mode: NULLABLE
+- name: distribution_version
+  type: STRING
+  mode: NULLABLE
+- name: distributor
+  type: STRING
+  mode: NULLABLE
+- name: distributor_channel
+  type: STRING
+  mode: NULLABLE
+- name: env_build_platform_version
+  type: STRING
+  mode: NULLABLE
+- name: env_build_xpcom_abi
+  type: STRING
+  mode: NULLABLE
+- name: geo_db_version
+  type: STRING
+  mode: NULLABLE
+- name: apple_model_id
+  type: STRING
+  mode: NULLABLE
diff -bur --no-dereference /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/telemetry_derived/clients_first_seen_v1/schema.yaml /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/telemetry_derived/clients_first_seen_v1/schema.yaml
--- /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/telemetry_derived/clients_first_seen_v1/schema.yaml	2023-11-01 20:51:41.000000000 +0000
+++ /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/telemetry_derived/clients_first_seen_v1/schema.yaml	2023-11-01 20:38:59.000000000 +0000
@@ -155,6 +155,9 @@
   - name: dlsource
     type: STRING
     mode: NULLABLE
+  - name: ua
+    type: STRING
+    mode: NULLABLE
   mode: NULLABLE
   name: attribution
   type: RECORD
@@ -2305,3 +2308,30 @@
 - name: startup_profile_selection_reason_first
   type: STRING
   mode: NULLABLE
+- name: first_document_id
+  type: STRING
+  mode: NULLABLE
+- name: partner_id
+  type: STRING
+  mode: NULLABLE
+- name: distribution_version
+  type: STRING
+  mode: NULLABLE
+- name: distributor
+  type: STRING
+  mode: NULLABLE
+- name: distributor_channel
+  type: STRING
+  mode: NULLABLE
+- name: env_build_platform_version
+  type: STRING
+  mode: NULLABLE
+- name: env_build_xpcom_abi
+  type: STRING
+  mode: NULLABLE
+- name: geo_db_version
+  type: STRING
+  mode: NULLABLE
+- name: apple_model_id
+  type: STRING
+  mode: NULLABLE
diff -bur --no-dereference /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/telemetry_derived/clients_first_seen_v2/query.sql /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/telemetry_derived/clients_first_seen_v2/query.sql
--- /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/telemetry_derived/clients_first_seen_v2/query.sql	2023-11-01 20:51:41.000000000 +0000
+++ /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/telemetry_derived/clients_first_seen_v2/query.sql	2023-11-01 20:47:49.000000000 +0000
@@ -288,38 +288,36 @@
       TIMESTAMP(MIN(submission_date))
     ) AS first_seen_timestamp,
     ARRAY_AGG(DATE(submission_date) ORDER BY submission_date ASC) AS all_dates,
-    CAST(
-      NULL AS STRING
-    ) AS architecture, -- main_v5:environment.build.architecture
+    ARRAY_AGG(env_build_arch RESPECT NULLS ORDER BY submission_date)[
+      SAFE_OFFSET(0)
+    ] AS architecture,
     ARRAY_AGG(env_build_id RESPECT NULLS ORDER BY submission_date)[SAFE_OFFSET(0)] AS app_build_id,
     ARRAY_AGG(app_name RESPECT NULLS ORDER BY submission_date)[SAFE_OFFSET(0)] AS app_name,
     ARRAY_AGG(locale RESPECT NULLS ORDER BY submission_date)[SAFE_OFFSET(0)] AS locale,
-    CAST(
-      NULL AS STRING
-    ) AS platform_version, -- main_v5:environment.build.platform_version
+    ARRAY_AGG(env_build_platform_version RESPECT NULLS ORDER BY submission_date)[
+      SAFE_OFFSET(0)
+    ] AS platform_version,
     ARRAY_AGG(vendor RESPECT NULLS ORDER BY submission_date)[SAFE_OFFSET(0)] AS vendor,
     ARRAY_AGG(app_version RESPECT NULLS ORDER BY submission_date)[SAFE_OFFSET(0)] AS app_version,
-    CAST(
-      NULL AS STRING
-    ) AS xpcom_abi, -- main_v5:environment.build.xpcom_abi / application.xpcom_abi
-    CAST(
-      NULL AS STRING
-    ) AS document_id, -- main_v5:document_id
+    ARRAY_AGG(env_build_xpcom_abi RESPECT NULLS ORDER BY submission_date)[
+      SAFE_OFFSET(0)
+    ] AS xpcom_abi,
+    ARRAY_AGG(first_document_id RESPECT NULLS ORDER BY submission_date)[
+      SAFE_OFFSET(0)
+    ] AS document_id,
     ARRAY_AGG(distribution_id RESPECT NULLS ORDER BY submission_date)[
       SAFE_OFFSET(0)
     ] AS distribution_id,
-    CAST(
-      NULL AS STRING
-    ) AS partner_distribution_version, -- main_v5:environment.partner.distribution_version
-    CAST(
-      NULL AS STRING
-    ) AS partner_distributor, -- main_v5:environment.partner.distributor
-    CAST(
-      NULL AS STRING
-    ) AS partner_distributor_channel, -- main_v5:environment.partner.distributor_channel
-    CAST(
-      NULL AS STRING
-    ) AS partner_id, -- main_v5:environment.partner.distribution_id
+    ARRAY_AGG(distribution_version RESPECT NULLS ORDER BY submission_date)[
+      SAFE_OFFSET(0)
+    ] AS partner_distribution_version,
+    ARRAY_AGG(distributor RESPECT NULLS ORDER BY submission_date)[
+      SAFE_OFFSET(0)
+    ] AS partner_distributor,
+    ARRAY_AGG(distributor_channel RESPECT NULLS ORDER BY submission_date)[
+      SAFE_OFFSET(0)
+    ] AS partner_distributor_channel,
+    ARRAY_AGG(partner_id RESPECT NULLS ORDER BY submission_date)[SAFE_OFFSET(0)] AS partner_id,
     ARRAY_AGG(attribution.campaign RESPECT NULLS ORDER BY submission_date)[
       SAFE_OFFSET(0)
     ] AS attribution_campaign,
@@ -335,9 +333,9 @@
     ARRAY_AGG(attribution.source RESPECT NULLS ORDER BY submission_date)[
       SAFE_OFFSET(0)
     ] AS attribution_source,
-    CAST(
-      NULL AS STRING
-    ) AS attribution_ua, -- main_v5:environment.settings.attribution.ua
+    ARRAY_AGG(attribution.ua RESPECT NULLS ORDER BY submission_date)[
+      SAFE_OFFSET(0)
+    ] AS attribution_ua,
     ARRAY_AGG(default_search_engine_data_load_path RESPECT NULLS ORDER BY submission_date)[
       SAFE_OFFSET(0)
     ] AS engine_data_load_path,
@@ -350,13 +348,11 @@
     ARRAY_AGG(default_search_engine_data_submission_url RESPECT NULLS ORDER BY submission_date)[
       SAFE_OFFSET(0)
     ] AS engine_data_submission_url,
-    CAST(
-      NULL AS STRING
-    ) AS apple_model_id, -- main_v5:environment.system.apple_model_id
+    ARRAY_AGG(apple_model_id RESPECT NULLS ORDER BY submission_date)[
+      SAFE_OFFSET(0)
+    ] AS apple_model_id,
     ARRAY_AGG(city RESPECT NULLS ORDER BY submission_date)[SAFE_OFFSET(0)] AS city,
-    CAST(
-      NULL AS STRING
-    ) AS db_version, -- main_v5:metadata.geo.db_version
+    ARRAY_AGG(geo_db_version RESPECT NULLS ORDER BY submission_date)[SAFE_OFFSET(0)] AS db_version,
     ARRAY_AGG(geo_subdivision1 RESPECT NULLS ORDER BY submission_date)[
       SAFE_OFFSET(0)
     ] AS subdivision1,
@@ -374,9 +370,9 @@
     ARRAY_AGG(attribution.dltoken RESPECT NULLS ORDER BY submission_date)[
       SAFE_OFFSET(0)
     ] AS attribution_dltoken,
-    CAST(
-      NULL AS STRING
-    ) AS attribution_dlsource -- main_v5:environment.settings.attribution.dlsource
+    ARRAY_AGG(attribution.dlsource RESPECT NULLS ORDER BY submission_date)[
+      SAFE_OFFSET(0)
+    ] AS attribution_dlsource
   FROM
     `moz-fx-data-shared-prod.telemetry_derived.clients_daily_v6`
   WHERE
@@ -397,14 +393,14 @@
   SELECT
     *,
     'shutdown' AS source_ping,
-    3 AS source_ping_priority
+    2 AS source_ping_priority
   FROM
     shutdown_ping
   UNION ALL
   SELECT
     *,
     'main' AS source_ping,
-    2 AS source_ping_priority
+    3 AS source_ping_priority
   FROM
     main_ping
 ),
diff -bur --no-dereference /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/telemetry_derived/clients_last_seen_v1/schema.yaml /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/telemetry_derived/clients_last_seen_v1/schema.yaml
--- /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/telemetry_derived/clients_last_seen_v1/schema.yaml	2023-11-01 20:51:41.000000000 +0000
+++ /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/telemetry_derived/clients_last_seen_v1/schema.yaml	2023-11-01 20:38:59.000000000 +0000
@@ -202,6 +202,9 @@
   - mode: NULLABLE
     name: dlsource
     type: STRING
+  - name: ua
+    type: STRING
+    mode: NULLABLE
   mode: NULLABLE
   name: attribution
   type: RECORD
@@ -2352,3 +2355,30 @@
 - name: startup_profile_selection_reason_first
   type: STRING
   mode: NULLABLE
+- name: first_document_id
+  type: STRING
+  mode: NULLABLE
+- name: partner_id
+  type: STRING
+  mode: NULLABLE
+- name: distribution_version
+  type: STRING
+  mode: NULLABLE
+- name: distributor
+  type: STRING
+  mode: NULLABLE
+- name: distributor_channel
+  type: STRING
+  mode: NULLABLE
+- name: env_build_platform_version
+  type: STRING
+  mode: NULLABLE
+- name: env_build_xpcom_abi
+  type: STRING
+  mode: NULLABLE
+- name: geo_db_version
+  type: STRING
+  mode: NULLABLE
+- name: apple_model_id
+  type: STRING
+  mode: NULLABLE

@ANich ANich marked this pull request as ready for review November 1, 2023 20:56
@irrationalagent
Copy link
Collaborator

@SuYoungHong would it all make sense to add any or all the following columns in addition (at least to clients_daily, it might not make sense to add to clients_first_seen since the other pings dont have these fields)

  • min_subsession_counter
  • max_subsession_counter

Thinking about whether these would help at all to flag any potential client_id regens or forks. For example, if the first field is >> 1 on first_seen_date, it might be convenient to have in clients_daily. Wasn't sure though.

Copy link
Contributor

@lucia-vargas-a lucia-vargas-a left a comment

Choose a reason for hiding this comment

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

Thank you for integrating of missing fields. Shall we also update in this PR the schema for telemetry_derived.clients_last_seen_joined_v2?

- name: distributor_channel
type: STRING
mode: NULLABLE
- name: env_build_platform_version
Copy link
Contributor

Choose a reason for hiding this comment

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

I notice a different naming convention e.g. environment.partner.partner_id is named partner_id, while environment.build.xpcom_abi is named env_build_xpcom_abi which might cause confusion to users and also differs from the naming in v2. It makes sense to me to keep the naming without the suffix for consistency e.g. xpcom_abi instead of env_build_xpcom_abi, wdyt?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I matched the convention for the existing environment.build columns in clients_daily which all prefix with env_build_ see https://github.com/mozilla/bigquery-etl/pull/4505/files#diff-0802d82f91d4f1ab2d91e8d0d1ca4062467a1b723cee0b293eab62248966b949R242-R245. Since we're not likely to change those upstream columns

Copy link
Contributor

Choose a reason for hiding this comment

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

Yeah, some prefix and some don't e.g. partner_id, is_wow64

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Those are from environment.partner and environment.system not environment.build so doesn't seem like there was a previous convention

Copy link
Contributor

Choose a reason for hiding this comment

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

Unfortunately this leads to an unnecessary complication of needing to update downstream queries when cascading the changes due to different naming in v1 and v2. It'd be so much better if we align the naming between them in this PR rather than updating the schema or expanding the queries later, see e.g. platfform_version

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I don't follow. The schemas for clients_first_seen_v2 and clients_first_seen_v1 are already very different. Keeping the convention makes sense for the same reason we wouldn't change the upstream env_build_arch, default_search_engine_data_load_path, or geo_subdivision1 to match the downstream column names.

- name: env_build_platform_version
type: STRING
mode: NULLABLE
- name: env_build_xpcom_abi
Copy link
Contributor

Choose a reason for hiding this comment

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

Same case of env_build_platform_version about naming convention.

- name: distributor_channel
type: STRING
mode: NULLABLE
- name: env_build_platform_version
Copy link
Contributor

Choose a reason for hiding this comment

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

Same comment about naming, which also differs from v2. It might be confusing for users.

- name: env_build_platform_version
type: STRING
mode: NULLABLE
- name: env_build_xpcom_abi
Copy link
Contributor

Choose a reason for hiding this comment

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

Same comment about naming as above.

@ANich ANich requested a review from fbertsch November 2, 2023 16:04
@@ -858,6 +879,7 @@ aggregates AS (
submission_timestamp
)
).*,
mozfun.stats.mode_last(ARRAY_AGG(geo_db_version ORDER BY submission_timestamp)) AS geo_db_version,
Copy link
Collaborator

Choose a reason for hiding this comment

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

What's the use case for this field?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I can't say, this is used downstream in clients_first_seen_v2 cc @lucia-vargas-a

@SuYoungHong
Copy link

hey, one question I had about this:

I noticed that in bigquery-etl/sql/moz-fx-data-shared-prod/telemetry_derived/clients_daily_v6/query.sql , when we aggregate the attribution info and the startup_profile_selection_reason field, we're taking the first value by submission_timestamp (which is fine).

But do these respect nulls (if the first ping had null for these values, do we get null back, or does it return first non-null)?

Code for reference:

ARRAY_AGG(startup_profile_selection_reason ORDER BY submission_timestamp ASC)[
      OFFSET(0)
    ] AS startup_profile_selection_reason_first,

and

mozfun.json.mode_last(ARRAY_AGG(attribution ORDER BY submission_timestamp)) AS attribution,

@SuYoungHong
Copy link

@irrationalagent , yes, I think those fields would absolutely be helpful

  • min_subsession_counter
  • max_subsession_counter

@ANich
Copy link
Contributor Author

ANich commented Nov 3, 2023

hey, one question I had about this:

I noticed that in bigquery-etl/sql/moz-fx-data-shared-prod/telemetry_derived/clients_daily_v6/query.sql , when we aggregate the attribution info and the startup_profile_selection_reason field, we're taking the first value by submission_timestamp (which is fine).

But do these respect nulls (if the first ping had null for these values, do we get null back, or does it return first non-null)?

Code for reference:

ARRAY_AGG(startup_profile_selection_reason ORDER BY submission_timestamp ASC)[
      OFFSET(0)
    ] AS startup_profile_selection_reason_first,

and

mozfun.json.mode_last(ARRAY_AGG(attribution ORDER BY submission_timestamp)) AS attribution,

ARRAY_AGG(...)[OFFSET(0)] respects nulls by default so yeah return null if the first ping had null.

mode_last only returns null if there's all nulls. It doesn't actually return the first value by submission_timestamp, it gets the most frequent value and latest value in case of ties. If only the "real" first ping (by subsession/submission_timestamp) has environment.settings.attribution data then we're in a better spot than usual since that would be the only non-null.

@ANich
Copy link
Contributor Author

ANich commented Nov 3, 2023

@irrationalagent @SuYoungHong there's currently this field: COUNTIF(subsession_counter = 1) AS sessions_started_on_this_day - is this sufficient? If a client has 0 sessions started that day using this definition, then it's a potential regen?

@irrationalagent
Copy link
Collaborator

@irrationalagent @SuYoungHong there's currently this field: COUNTIF(subsession_counter = 1) AS sessions_started_on_this_day - is this sufficient? If a client has 0 sessions started that day using this definition, then it's a potential regen?

I think it would be true that it would be a potential regen, but I think it could also be caused by the ping ordering issue (where a main-ping-first client's first main ping is from a subsequent, usually second, subsession). If we had the precise number then we could be more confident its a regen specifically.

@ANich ANich force-pushed the missing_columns_clients_daily branch from c51b3ab to f2b8ad2 Compare November 6, 2023 20:06
@dataops-ci-bot
Copy link

Integration report for "Added min/max subsession counter"

sql.diff

Click to expand!
Only in /tmp/workspace/generated-sql/sql/: glam-fenix-dev
Only in /tmp/workspace/generated-sql/sql/: moz-fx-cjms-nonprod-9a36
Only in /tmp/workspace/generated-sql/sql/: moz-fx-cjms-prod-f3c7
Only in /tmp/workspace/generated-sql/sql/: moz-fx-data-bq-performance
Only in /tmp/workspace/generated-sql/sql/: moz-fx-data-experiments
Only in /tmp/workspace/generated-sql/sql/: moz-fx-data-marketing-prod
Only in /tmp/workspace/generated-sql/sql/: moz-fx-data-shared-prod
Only in /tmp/workspace/generated-sql/sql/: mozfun
Only in /tmp/workspace/main-generated-sql/sql/: sql

@dataops-ci-bot
Copy link

Integration report for "Revert priority change"

sql.diff

Click to expand!
diff -bur --no-dereference /tmp/workspace/main-generated-sql/dags/bqetl_analytics_tables.py /tmp/workspace/generated-sql/dags/bqetl_analytics_tables.py
--- /tmp/workspace/main-generated-sql/dags/bqetl_analytics_tables.py	2023-11-07 17:03:32.000000000 +0000
+++ /tmp/workspace/generated-sql/dags/bqetl_analytics_tables.py	2023-11-07 17:01:46.000000000 +0000
@@ -47,44 +47,6 @@
     doc_md=docs,
     tags=tags,
 ) as dag:
-    checks__fail_fenix_derived__firefox_android_clients__v2 = bigquery_dq_check(
-        task_id="checks__fail_fenix_derived__firefox_android_clients__v2",
-        source_table="firefox_android_clients_v2",
-        dataset_id="fenix_derived",
-        project_id="moz-fx-data-shared-prod",
-        is_dq_check_fail=True,
-        owner="kik@mozilla.com",
-        email=[
-            "gkaberere@mozilla.com",
-            "kik@mozilla.com",
-            "lvargas@mozilla.com",
-            "telemetry-alerts@mozilla.com",
-        ],
-        depends_on_past=False,
-        task_concurrency=1,
-        parameters=["submission_date:DATE:{{ds}}"],
-        retries=0,
-    )
-
-    checks__warn_fenix_derived__firefox_android_clients__v2 = bigquery_dq_check(
-        task_id="checks__warn_fenix_derived__firefox_android_clients__v2",
-        source_table="firefox_android_clients_v2",
-        dataset_id="fenix_derived",
-        project_id="moz-fx-data-shared-prod",
-        is_dq_check_fail=False,
-        owner="kik@mozilla.com",
-        email=[
-            "gkaberere@mozilla.com",
-            "kik@mozilla.com",
-            "lvargas@mozilla.com",
-            "telemetry-alerts@mozilla.com",
-        ],
-        depends_on_past=False,
-        task_concurrency=1,
-        parameters=["submission_date:DATE:{{ds}}"],
-        retries=0,
-    )
-
     clients_first_seen_v2 = bigquery_etl_query(
         task_id="clients_first_seen_v2",
         destination_table="clients_first_seen_v2",
@@ -111,23 +73,6 @@
 
         clients_first_seen_v2_external.set_upstream(clients_first_seen_v2)
 
-    fenix_derived__firefox_android_clients__v2 = bigquery_etl_query(
-        task_id="fenix_derived__firefox_android_clients__v2",
-        destination_table="firefox_android_clients_v2",
-        dataset_id="fenix_derived",
-        project_id="moz-fx-data-shared-prod",
-        owner="kik@mozilla.com",
-        email=[
-            "gkaberere@mozilla.com",
-            "kik@mozilla.com",
-            "lvargas@mozilla.com",
-            "telemetry-alerts@mozilla.com",
-        ],
-        date_partition_parameter=None,
-        depends_on_past=True,
-        parameters=["submission_date:DATE:{{ds}}"],
-    )
-
     fenix_derived__funnel_retention_clients_week_2__v1 = bigquery_etl_query(
         task_id="fenix_derived__funnel_retention_clients_week_2__v1",
         destination_table="funnel_retention_clients_week_2_v1",
@@ -222,34 +167,6 @@
         parameters=["submission_date:DATE:{{ds}}"],
     )
 
-    wait_for_baseline_clients_daily = ExternalTaskSensor(
-        task_id="wait_for_baseline_clients_daily",
-        external_dag_id="copy_deduplicate",
-        external_task_id="baseline_clients_daily",
-        execution_delta=datetime.timedelta(seconds=3600),
-        check_existence=True,
-        mode="reschedule",
-        allowed_states=ALLOWED_STATES,
-        failed_states=FAILED_STATES,
-        pool="DATA_ENG_EXTERNALTASKSENSOR",
-    )
-
-    checks__fail_fenix_derived__firefox_android_clients__v2.set_upstream(
-        wait_for_baseline_clients_daily
-    )
-
-    checks__fail_fenix_derived__firefox_android_clients__v2.set_upstream(
-        fenix_derived__firefox_android_clients__v2
-    )
-
-    checks__warn_fenix_derived__firefox_android_clients__v2.set_upstream(
-        wait_for_baseline_clients_daily
-    )
-
-    checks__warn_fenix_derived__firefox_android_clients__v2.set_upstream(
-        fenix_derived__firefox_android_clients__v2
-    )
-
     wait_for_copy_deduplicate_all = ExternalTaskSensor(
         task_id="wait_for_copy_deduplicate_all",
         external_dag_id="copy_deduplicate",
@@ -289,28 +206,6 @@
 
     clients_first_seen_v2.set_upstream(wait_for_telemetry_derived__clients_daily__v6)
 
-    fenix_derived__firefox_android_clients__v2.set_upstream(
-        wait_for_baseline_clients_daily
-    )
-    fenix_derived__firefox_android_clients__v2.set_upstream(
-        wait_for_copy_deduplicate_all
-    )
-    wait_for_fenix_derived__new_profile_activation__v1 = ExternalTaskSensor(
-        task_id="wait_for_fenix_derived__new_profile_activation__v1",
-        external_dag_id="bqetl_mobile_activation",
-        external_task_id="fenix_derived__new_profile_activation__v1",
-        execution_delta=datetime.timedelta(seconds=7200),
-        check_existence=True,
-        mode="reschedule",
-        allowed_states=ALLOWED_STATES,
-        failed_states=FAILED_STATES,
-        pool="DATA_ENG_EXTERNALTASKSENSOR",
-    )
-
-    fenix_derived__firefox_android_clients__v2.set_upstream(
-        wait_for_fenix_derived__new_profile_activation__v1
-    )
-
     wait_for_baseline_clients_last_seen = ExternalTaskSensor(
         task_id="wait_for_baseline_clients_last_seen",
         external_dag_id="copy_deduplicate",
@@ -327,22 +222,26 @@
         wait_for_baseline_clients_last_seen
     )
 
-    fenix_derived__funnel_retention_clients_week_2__v1.set_upstream(
-        checks__fail_fenix_derived__firefox_android_clients__v2
-    )
-
     fenix_derived__funnel_retention_clients_week_4__v1.set_upstream(
         wait_for_baseline_clients_last_seen
     )
 
-    fenix_derived__funnel_retention_clients_week_4__v1.set_upstream(
-        checks__fail_fenix_derived__firefox_android_clients__v2
-    )
-
     fenix_derived__funnel_retention_week_4__v1.set_upstream(
         fenix_derived__funnel_retention_clients_week_4__v1
     )
 
+    wait_for_baseline_clients_daily = ExternalTaskSensor(
+        task_id="wait_for_baseline_clients_daily",
+        external_dag_id="copy_deduplicate",
+        external_task_id="baseline_clients_daily",
+        execution_delta=datetime.timedelta(seconds=3600),
+        check_existence=True,
+        mode="reschedule",
+        allowed_states=ALLOWED_STATES,
+        failed_states=FAILED_STATES,
+        pool="DATA_ENG_EXTERNALTASKSENSOR",
+    )
+
     firefox_android_clients.set_upstream(wait_for_baseline_clients_daily)
 
     telemetry_derived__clients_first_seen_28_days_later__v1.set_upstream(
diff -bur --no-dereference /tmp/workspace/main-generated-sql/dags/bqetl_mobile_activation.py /tmp/workspace/generated-sql/dags/bqetl_mobile_activation.py
--- /tmp/workspace/main-generated-sql/dags/bqetl_mobile_activation.py	2023-11-07 17:03:31.000000000 +0000
+++ /tmp/workspace/generated-sql/dags/bqetl_mobile_activation.py	2023-11-07 17:01:46.000000000 +0000
@@ -54,20 +54,6 @@
         depends_on_past=False,
     )
 
-    with TaskGroup(
-        "fenix_derived__new_profile_activation__v1_external"
-    ) as fenix_derived__new_profile_activation__v1_external:
-        ExternalTaskMarker(
-            task_id="bqetl_analytics_tables__wait_for_fenix_derived__new_profile_activation__v1",
-            external_dag_id="bqetl_analytics_tables",
-            external_task_id="wait_for_fenix_derived__new_profile_activation__v1",
-            execution_date="{{ (execution_date - macros.timedelta(days=-1, seconds=79200)).isoformat() }}",
-        )
-
-        fenix_derived__new_profile_activation__v1_external.set_upstream(
-            fenix_derived__new_profile_activation__v1
-        )
-
     firefox_ios_derived__new_profile_activation__v1 = bigquery_etl_query(
         task_id="firefox_ios_derived__new_profile_activation__v1",
         destination_table="new_profile_activation_v1",
diff -bur --no-dereference /tmp/workspace/main-generated-sql/dags/bqetl_org_mozilla_firefox_derived.py /tmp/workspace/generated-sql/dags/bqetl_org_mozilla_firefox_derived.py
--- /tmp/workspace/main-generated-sql/dags/bqetl_org_mozilla_firefox_derived.py	2023-11-07 17:03:30.000000000 +0000
+++ /tmp/workspace/generated-sql/dags/bqetl_org_mozilla_firefox_derived.py	2023-11-07 17:01:45.000000000 +0000
@@ -40,19 +40,6 @@
     doc_md=docs,
     tags=tags,
 ) as dag:
-    checks__fail_fenix_derived__client_adclicks_history__v1 = bigquery_dq_check(
-        task_id="checks__fail_fenix_derived__client_adclicks_history__v1",
-        source_table="client_adclicks_history_v1",
-        dataset_id="fenix_derived",
-        project_id="moz-fx-data-shared-prod",
-        is_dq_check_fail=True,
-        owner="frank@mozilla.com",
-        email=["frank@mozilla.com", "telemetry-alerts@mozilla.com"],
-        depends_on_past=False,
-        task_concurrency=1,
-        retries=0,
-    )
-
     fenix_derived__attributable_clients__v1 = bigquery_etl_query(
         task_id="fenix_derived__attributable_clients__v1",
         destination_table="attributable_clients_v1",
@@ -89,18 +76,6 @@
         depends_on_past=False,
     )
 
-    fenix_derived__client_adclicks_history__v1 = bigquery_etl_query(
-        task_id="fenix_derived__client_adclicks_history__v1",
-        destination_table="client_adclicks_history_v1",
-        dataset_id="fenix_derived",
-        project_id="moz-fx-data-shared-prod",
-        owner="frank@mozilla.com",
-        email=["frank@mozilla.com", "telemetry-alerts@mozilla.com"],
-        date_partition_parameter=None,
-        depends_on_past=False,
-        task_concurrency=1,
-    )
-
     fenix_derived__clients_yearly__v1 = bigquery_etl_query(
         task_id="fenix_derived__clients_yearly__v1",
         destination_table="clients_yearly_v1",
@@ -148,10 +123,6 @@
         arguments=["--schema_update_option=ALLOW_FIELD_ADDITION"],
     )
 
-    checks__fail_fenix_derived__client_adclicks_history__v1.set_upstream(
-        fenix_derived__client_adclicks_history__v1
-    )
-
     wait_for_baseline_clients_daily = ExternalTaskSensor(
         task_id="wait_for_baseline_clients_daily",
         external_dag_id="copy_deduplicate",
@@ -190,10 +161,6 @@
         wait_for_search_derived__mobile_search_clients_daily__v1
     )
 
-    fenix_derived__client_adclicks_history__v1.set_upstream(
-        fenix_derived__attributable_clients__v2
-    )
-
     fenix_derived__clients_yearly__v1.set_upstream(wait_for_baseline_clients_daily)
 
     wait_for_copy_deduplicate_all = ExternalTaskSensor(
Only in /tmp/workspace/generated-sql/sql/: glam-fenix-dev
Only in /tmp/workspace/generated-sql/sql/: moz-fx-cjms-nonprod-9a36
Only in /tmp/workspace/generated-sql/sql/: moz-fx-cjms-prod-f3c7
Only in /tmp/workspace/generated-sql/sql/: moz-fx-data-bq-performance
Only in /tmp/workspace/generated-sql/sql/: moz-fx-data-experiments
Only in /tmp/workspace/generated-sql/sql/: moz-fx-data-marketing-prod
Only in /tmp/workspace/generated-sql/sql/: moz-fx-data-shared-prod
Only in /tmp/workspace/generated-sql/sql/: mozfun
Only in /tmp/workspace/main-generated-sql/sql/: sql

Copy link
Collaborator

@irrationalagent irrationalagent left a comment

Choose a reason for hiding this comment

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

alright, LGTM

@dataops-ci-bot
Copy link

Integration report for "DENG-1705 Add missing client attribution columns to clients daily/firstseen"

sql.diff

Click to expand!
Only in /tmp/workspace/generated-sql/sql/: glam-fenix-dev
Only in /tmp/workspace/generated-sql/sql/: moz-fx-cjms-nonprod-9a36
Only in /tmp/workspace/generated-sql/sql/: moz-fx-cjms-prod-f3c7
Only in /tmp/workspace/generated-sql/sql/: moz-fx-data-bq-performance
Only in /tmp/workspace/generated-sql/sql/: moz-fx-data-experiments
Only in /tmp/workspace/generated-sql/sql/: moz-fx-data-marketing-prod
Only in /tmp/workspace/generated-sql/sql/: moz-fx-data-shared-prod
Only in /tmp/workspace/generated-sql/sql/: mozfun
Only in /tmp/workspace/main-generated-sql/sql/: sql

@ANich ANich force-pushed the missing_columns_clients_daily branch from c87b7fe to e424604 Compare November 8, 2023 19:34
@dataops-ci-bot
Copy link

Integration report for "Update clients_last_seen_joined"

sql.diff

Click to expand!
Only in /tmp/workspace/generated-sql/sql/: glam-fenix-dev
Only in /tmp/workspace/generated-sql/sql/: moz-fx-cjms-nonprod-9a36
Only in /tmp/workspace/generated-sql/sql/: moz-fx-cjms-prod-f3c7
Only in /tmp/workspace/generated-sql/sql/: moz-fx-data-bq-performance
Only in /tmp/workspace/generated-sql/sql/: moz-fx-data-experiments
Only in /tmp/workspace/generated-sql/sql/: moz-fx-data-marketing-prod
Only in /tmp/workspace/generated-sql/sql/: moz-fx-data-shared-prod
Only in /tmp/workspace/generated-sql/sql/: mozfun
Only in /tmp/workspace/main-generated-sql/sql/: sql

@ANich ANich merged commit f500ba9 into main Nov 8, 2023
18 of 19 checks passed
@ANich ANich deleted the missing_columns_clients_daily branch November 8, 2023 20:13
kik-kik pushed a commit that referenced this pull request Nov 14, 2023
…irst-seen (#4505)

* DENG-1705 Add missing client attribution columns to clients daily/firstseen
* Update clients_last_seen_joined
irrationalagent pushed a commit that referenced this pull request Dec 11, 2023
…irst-seen (#4505)

* DENG-1705 Add missing client attribution columns to clients daily/firstseen
* Update clients_last_seen_joined
irrationalagent added a commit that referenced this pull request Dec 14, 2023
* android funnel test

* fix filter expression

* fix string comparison

* revise toml

* add completed event

* simplify by using events_unnested

* Funnel fixes

* Bump mkdocs from 1.5.2 to 1.5.3 (#4321)

Bumps [mkdocs](https://github.com/mkdocs/mkdocs) from 1.5.2 to 1.5.3.
- [Release notes](https://github.com/mkdocs/mkdocs/releases)
- [Commits](mkdocs/mkdocs@1.5.2...1.5.3)

---
updated-dependencies:
- dependency-name: mkdocs
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* [RS-826] New job to calculate newtab visits -> activity stream sessions (#4387)

* New job to calculate newtab visits -> activity stream sessions

* Removing newline chars at end of file

* Removing newline chars at end of file

* Removing newline chars at end of file

* Addressing comment suggestions

* Format

* Add bqetl_ads DAG

* Add ACL to nt_visits_to_sessions_conversion_factors_daily_v1

* Add metadata files

* Add view to dry_run skip list

* Oops, fix the view

---------

Co-authored-by: Curtis Morales <cmorales@mozilla.com>

* Allow running multiple checks (#4471)

* Allow running multiple checks

* Don't yield anything on no matches

* Change pocket_available for new Pocket markets (#4472)

* FXA-6721 Setup import of accounts table from FxA production CloudSQL (#4423)

* Urlbar events: nested (long) instead of wide (#4373)

* feat: urlbar events final release

* feat: new result types

* feat: add interaction and group

* fix: date

* fix: use BQ builtin for UUIDs

* Add the view_v2'

* Add new table to the DAG

* fix CI error

fix ci error

* remove teon brooks

* Incorporate feedback by Curtis

Incorporate feedback from Curtis

---------

Co-authored-by: Alekhya Kommasani <akommasani@mozilla.com>
Co-authored-by: Alekhya <88394696+alekhyamoz@users.noreply.github.com>

* DENG-1705 - Add startup_profile_selection_reason_first to clients_daily_v6 (#4473)

* Update experiment export query to include feature ids and branch feature config values (#4477)

* Update experiment export query to include feature ids and branch feature
config value.

* Add view skip for broken view

* add skip to dry run as well

* DENG-476 - Update monitoring ETLs to reference main_v5 (#4431)

* DENG-476 - Update sampled main ping tables to reference main_v5 (#4433)

* DENG-476 - Update experiment aggregates ETL to reference main_v5 (#4435)

* DENG-476 - Update internet outages to reference main_v5 (#4432)

* Fix test for mozfun.norm.result_type_to_product_name (#4487)

* Bug 1860814 -  fix amo_prod__desktop_addons_by_client (#4481)

* quick fix

* fix spread out groupby

* move out sourcetable query

---------

Co-authored-by: Frank Bertsch <frank.bertsch@gmail.com>

* fix for #4481 (#4489)

* DENG-1781- Remove urlbar_events_temp_v2 view and repoint urlbar_events view to v2 (#4486)

* Remove urlbar_events_temp_v2 view and repoint urlbar_events view to v2

* Include all sql_gen files in package (#4490)

When the bigquery-etl package is installed from pypi (or locally
via `pip install .`), the only non-py files included in the package
are those in the `package_data` section of setup.py.

Previously, with just those files, sql generation would fail due
to missing files. Because this directory is small, we should
include all files so no one accidentally runs into this problem
again.

Co-authored-by: Daniel Thorn <dthorn@mozilla.com>

* Bump types-requests from 2.31.0.2 to 2.31.0.10 (#4475)

Bumps [types-requests](https://github.com/python/typeshed) from 2.31.0.2 to 2.31.0.10.
- [Commits](https://github.com/python/typeshed/commits)

---
updated-dependencies:
- dependency-name: types-requests
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump mozilla-metric-config-parser from 2023.9.2 to 2023.10.2 (#4476)

Bumps [mozilla-metric-config-parser](https://github.com/mozilla/metric-config-parser) from 2023.9.2 to 2023.10.2.
- [Release notes](https://github.com/mozilla/metric-config-parser/releases)
- [Commits](mozilla/metric-config-parser@2023.9.2...2023.10.2)

---
updated-dependencies:
- dependency-name: mozilla-metric-config-parser
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Anna Scholtz <anna@scholtzan.net>

* Glean server knobs monitoring table (#4491)

* Glean server knobs monitoring table

* fix code gen and skip dry-run

* Remove view creation in query

* DENG-1879 Setup import of emails table from FxA stage CloudSQL (#4493)

* DENG-1879 Setup import of emails table from FxA prod CloudSQL (#4494)

* Bump jsonschema from 4.19.0 to 4.19.2 (#4495)

Bumps [jsonschema](https://github.com/python-jsonschema/jsonschema) from 4.19.0 to 4.19.2.
- [Release notes](https://github.com/python-jsonschema/jsonschema/releases)
- [Changelog](https://github.com/python-jsonschema/jsonschema/blob/main/CHANGELOG.rst)
- [Commits](python-jsonschema/jsonschema@v4.19.0...v4.19.2)

---
updated-dependencies:
- dependency-name: jsonschema
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: akkomar <akkomar@users.noreply.github.com>

* Bump pytest from 7.4.2 to 7.4.3 (#4496)

Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.4.2 to 7.4.3.
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
- [Commits](pytest-dev/pytest@7.4.2...7.4.3)

---
updated-dependencies:
- dependency-name: pytest
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Enforce no date partition parameter in DAG (#4497)

* Use mozfun.glean.parse_datetime to parse ping_info fields (#4464)

In future versions of Glean that timestamp can be more precise, so we
need to ensure we correctly parse it.

Co-authored-by: Anna Scholtz <anna@scholtzan.net>

* Remove mmccorquodale from DAG owners (#4492)

* Fix test for norm.glean_ping_info

* Bump black from 23.9.1 to 23.10.1

Bumps [black](https://github.com/psf/black) from 23.9.1 to 23.10.1.
- [Release notes](https://github.com/psf/black/releases)
- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
- [Commits](psf/black@23.9.1...23.10.1)

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

Signed-off-by: dependabot[bot] <support@github.com>

* Bump sqlglot from 18.11.4 to 19.0.1 (#4500)

Bumps [sqlglot](https://github.com/tobymao/sqlglot) from 18.11.4 to 19.0.1.
- [Changelog](https://github.com/tobymao/sqlglot/blob/main/CHANGELOG.md)
- [Commits](tobymao/sqlglot@v18.11.4...v19.0.1)

---
updated-dependencies:
- dependency-name: sqlglot
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Materialized views and aggregated tables for event monitoring (#4478)

* WIP event monitoring

* Add FxA custom events to view definition (#4483)

* Add FxA custom events to view definition

* Update sql_generators/event_monitoring/templates/event_monitoring_live.init.sql

* Update sql_generators/event_monitoring/templates/event_monitoring_live.init.sql

* Update sql_generators/event_monitoring/templates/event_monitoring_live.init.sql

* Update sql_generators/event_monitoring/templates/event_monitoring_live.init.sql

---------

Co-authored-by: Anna Scholtz <anna@scholtzan.net>

* Move event monitoring to glean_usage generator

* Add cross-app event monitoring view

* Generate cross app monitoring

* Simplyfy event monitoring aggregation

---------

Co-authored-by: akkomar <akkomar@users.noreply.github.com>

* Remove generated DAGs from main (#4507)

* Add output_dir to command dag generate. (#4512)

* Add output_dir to command dag generate.

* output_dir to command dag generate.

* output_dir to command dag generate.

---------

Co-authored-by: Lucia Vargas <lvargas@mozilla.com>

* Bump pyarrow from 13.0.0 to 14.0.0 (#4511)

Bumps [pyarrow](https://github.com/apache/arrow) from 13.0.0 to 14.0.0.
- [Commits](apache/arrow@go/v13.0.0...go/v14.0.0)

---
updated-dependencies:
- dependency-name: pyarrow
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump pre-commit from 3.4.0 to 3.5.0 (#4510)

Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 3.4.0 to 3.5.0.
- [Release notes](https://github.com/pre-commit/pre-commit/releases)
- [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md)
- [Commits](pre-commit/pre-commit@v3.4.0...v3.5.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Remove distinct_docids query (#4449)

* Bump pip from 23.0 to 23.3 (#4516)

Bumps [pip](https://github.com/pypa/pip) from 23.0 to 23.3.
- [Changelog](https://github.com/pypa/pip/blob/main/NEWS.rst)
- [Commits](pypa/pip@23.0...23.3)

---
updated-dependencies:
- dependency-name: pip
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump mkdocs-material from 9.3.1 to 9.4.7 (#4518)

Bumps [mkdocs-material](https://github.com/squidfunk/mkdocs-material) from 9.3.1 to 9.4.7.
- [Release notes](https://github.com/squidfunk/mkdocs-material/releases)
- [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG)
- [Commits](squidfunk/mkdocs-material@9.3.1...9.4.7)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Dont generate dags in bqetl query schedule command (#4517)

* Add query to load application information from probe info service (#4508)

* prefixing schema error message inside dryrun to "ERROR" to make it easier to find when searching logs for cause of exit code 1 (#4522)

* updated schema for telemetry_derived/clients_last_seen_joined_v1 to align it with the query results (#4523)

* Update scheduler of aggregates to run after upstreams. (#4503)

* Update scheduler of aggregates to run after upstreams.

* Update dags for new scheduler of analytics_aggregates

* Update dag bqetl_search

* Remove DAG.

---------

Co-authored-by: Lucia Vargas <lvargas@mozilla.com>

* Set depend_on_past=False for warn checks (#4526)

* Add map.set_key to mozfun (#4527)

* Add map.set_key to mozfun

* Disallow NULL keys in maps

* DS-3281 - Add client adclicks history table (#4528)

* Add client adclicks history table

* Add alias to ad_click_history col

Co-authored-by: Anna Scholtz <anna@scholtzan.net>

* Remove partition parameter on table write

---------

Co-authored-by: Anna Scholtz <anna@scholtzan.net>

* Add experiment information to event monitoring (#4519)

* feat(DENG-1774): adding fenix derived firefox android clients v2 (#4424)

* added fenix_derirved.firefox_android_clients_v2

* added ETL checks for fenix_derirved.firefox_android_clients_v2

* made changes as suggested by bani in PR#4424

* converting unique check for android clients v2 until duplication is resolved

* added install_source field to firefox_android_clients_v2 and formatting applied on checks

* added locale field and modified the query to suppot is_init()

* removed generated dag due to new generation process

* Add submission_date param to adclicks history (#4531)

* DS-3054. Support running an initialization query in parallel (#4322)

* DS-3054. Create functions to support running an initialization query for all sample_ids in parallel.

* DS-3054. Update _run_query function.

* DS-3054. Use _run_query and mapped values for initialization in parallel.

* DS-3054. Unify initialization to run in parallel and get sample_id range from metadata.

* DS-3054. Minimize formatting of query template and remove need to modify existing initialization queries. Validate if a query should use parallelized or regular update.

* DS-3054. Adding link to caveats.

* DS-3054. Update sample_id range for initialization.

* DS-3054. Use current implementation of run_query.

* DS-3054. Update using a parameter instead of initialization in metadata.

* DS-3054. DAG update with new parameter.

* Pass parameters before calling _run_query().

* Use --append_tablein favour of INSERT INTO.

* DS-3054 Separate parallel and non parallel init, plus some improvements.

---------

Co-authored-by: Lucia Vargas <lvargas@mozilla.com>

* Add ios baseline_clients_yearly (#4506)

* DENG-1935 Change data ordering from pings in clients-first-seen-v2 (#4533)

* DENG-1935 Change data ordering from pings in clients-first-seen-v2
* Added main ping for client-3, maintain chosen ping

* Fix comments in event monitoring queries (#4535)

* DENG-1705 - Add missing client attribution columns to clients daily/first-seen (#4505)

* DENG-1705 Add missing client attribution columns to clients daily/firstseen
* Update clients_last_seen_joined

* Rename main_v4 -> main_v5 in ssl_ratios tests (#4536)

* Make base tables configurable in glean_usage generator (#4534)

* Make base tables configurable in glean_usage generator

* Fix event extras unnesting in event monitoring

* Bump sqlglot from 19.0.1 to 19.0.3 (#4521)

Bumps [sqlglot](https://github.com/tobymao/sqlglot) from 19.0.1 to 19.0.3.
- [Changelog](https://github.com/tobymao/sqlglot/blob/main/CHANGELOG.md)
- [Commits](tobymao/sqlglot@v19.0.1...v19.0.3)

---
updated-dependencies:
- dependency-name: sqlglot
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Anna Scholtz <anna@scholtzan.net>

* DS-3272 - Review checker data model for mobile (#4498)

* Add mobile shopping data

* Remove the ff desktop from sql_generator

* Fix build issue

* Incorporate feedback from Bruce

* Add clients table for mobile

* FIX CI issue

* Incorporate Bruce's feedback

* Incorporate Curtis' feedback

* Fix event_monitoring_aggregates_v1 template (#4537)

This will ensure that FxA tables are included in the aggregate.

* Fixing query error in fenix_derived/firefox_android_clients_v2/checks.sql (#4539)

* Add missing clients view to fenix review checker (#4540)

* add other projects to query from for bq usage, add for loop (#4529)

* add other projects to query from for bq usage, add for loop

* create new function to gather jobs_by_project data into temp table, update create_query function to join jobs_by_org table to jobs_by_project tmp table

* take out date from tmp table as it is unnecessary

* refactor to take out irrelevant function, rewrite SQL to look at other projects

* add date filter to jobs_by_project

* add comment for future refactoring

* add tmp_table for jobs_by_project table

* create function to loop through projects for jobs_by_project, revise query to join jobs_by_org with jobs_by_project tmp table

* take out ambiguous DATE filter

* take out r_prefix in regex from query string. Take out tmp table function. Add proper date filter

* take out r_prefix in regex from query string. Take out tmp table function. Add proper date filter

* add back in the r_prefix and add in the extra space in the Query ID regex that was needed

* updated two affected fields across task_instance and trigger airflow metadata tables to type JSON (#4545)

* Fix event monitoring template (#4546)

Nulls need to be casted to string to make the union work.

This will fix https://workflow.telemetry.mozilla.org/log?execution_date=2023-11-09T02%3A00%3A00%2B00%3A00&task_id=monitoring_derived__event_monitoring_aggregates__v1&dag_id=bqetl_monitoring&map_index=-1

* removed check for firefox_ios_clients_v1 which used different filtering settings causing result mismatch (#4547)

* iOS attributable_clients use metrics adclicks (#4543)

* iOS attributable_clients use metrics adclicks

* Remove project id from table name

Co-authored-by: kik-kik <42538694+kik-kik@users.noreply.github.com>

---------

Co-authored-by: kik-kik <42538694+kik-kik@users.noreply.github.com>

* Use correct submission_* field (#4549)

* Use correct app_version field (#4551)

* Revert "updated two affected fields across task_instance and trigger airflow metadata tables to type JSON (#4545)" (#4552)

This reverts commit 9750d33.

* DENG-1705 - Add startup_profile_selection_reason from first ping to clients_daily, clients_first_seen_v2 and downstream (#4482)

* DENG-1705 - Add startup_profile_selection_reason to clients_first_seen

* Add startup_profile_selection_reason_first_ping_only

* Query typo

* Update test schema

* Update sql/moz-fx-data-shared-prod/telemetry_derived/clients_first_seen_28_days_later_v1/schema.yaml

Co-authored-by: Lucia <30448600+lucia-vargas-a@users.noreply.github.com>

---------

Co-authored-by: Lucia <30448600+lucia-vargas-a@users.noreply.github.com>

* change filter on final query to go back to May 2023 - the min date in the Jobs by Project table as of 11/13/23 (#4559)

* change filter on final query to go back in history

* take out extraneous WHERE

* add DISTINCT to final query

* Add rust result types to product mapping (#4544)

* missing-mobile-fields-review-checker (#4553)

* noting that we are missing some fields

* adding is_fx_dau to android and ios clients

* add missing columns to schema.yaml

add schema.yaml

add schema.yaml

* Delete sql/moz-fx-data-shared-prod/firefox_desktop/serp_events/view.sql

---------

Co-authored-by: Alekhya Kommasani <akommasani@mozilla.com>
Co-authored-by: Alekhya <88394696+alekhyamoz@users.noreply.github.com>

* Add aggregate table to monitor event errors (#4548)

* updated fenix_derived.funnel_retention_clients_* to use clients view instead of table directly (#4563)

* Bug 1864722 - Fix column name typo (#4567)

* add referenced tables to metadata.yaml to make sure jobs_by_org task … (#4568)

* add referenced tables to metadata.yaml to make sure jobs_by_org task runs before bigquery_usage_v2 task

* Update sql/moz-fx-data-shared-prod/monitoring_derived/bigquery_usage_v2/metadata.yaml

Co-authored-by: Sean Rose <1994030+sean-rose@users.noreply.github.com>

---------

Co-authored-by: Sean Rose <1994030+sean-rose@users.noreply.github.com>

* Generate normal task dependencies from `depends_on` if the task is in the same DAG (#4569)

* Generate normal task dependencies from `depends_on` if the task is in the same DAG.

* Update `metadata.yaml` files to use `depends_on` rather than `upstream_dependencies`.

* Add a period-over-period check for revenue data (#4566)

* Check for period over period changes in column sum

* Fix percent change calculation

* Fix errors in navigation function logic

* Rename period over period check to specify revenue

* Remove references to period over period check

---------

Co-authored-by: Alekhya <88394696+alekhyamoz@users.noreply.github.com>

* feat(): updated fenix_derived.firefox_android_clients_v2 to include reported_baseline_ping field (#4565)

* updated fenix_derived.firefox_android_clients_v2 to include reported_baseline_ping field

* Update sql/moz-fx-data-shared-prod/fenix_derived/firefox_android_clients_v2/query.sql

Co-authored-by: Lucia <30448600+lucia-vargas-a@users.noreply.github.com>

---------

Co-authored-by: Lucia <30448600+lucia-vargas-a@users.noreply.github.com>

* summing sap and ad clicks (#4571)

* remove file that isn't ready yet (#4572)

* Add ga.nullify_string UDF (#4556)

* Add ga.nullify_string UDF

* Add README line

* added fenix_derived.firefox_android_clients_v2 to shredder config (#4564)

* Use client_info.app_channel for event monitoring channels (#4575)

* Add ga_sessions_v1 table & view (#4554)

* Add ga_sessions_v1 table & view

This table aggregates session-level data from GA.

* Rename nullify string func

* Apply suggestions from code review

Co-authored-by: Alexander <anicholson@mozilla.com>

* Add upstream backfill deps

* Move depends_on to correct section

---------

Co-authored-by: Alexander <anicholson@mozilla.com>

* Make sure that metadata `friendly_name` and `description` are not None (#4513)

* Fill empty description

* Assign a friendly name if the table doesn't have one

* Update metadata tests

* Update bigquery_etl/metadata/parse_metadata.py

Co-authored-by: Alexander <anicholson@mozilla.com>

* update test again

---------

Co-authored-by: Alexander <anicholson@mozilla.com>

* Add back normalized_app_id (#4580)

* Add session date param; fix checks CLI bug (#4579)

* Fix checks to filter on partitions

* Don't print "missing checks file" on success

Previously, the statement that checks.sql files
were missing was printed on any execution of the for
statement. ("else" clauses after "for"s execute after
completion of the "for" clause).

Instead, we want to print only when there are no files.

* Add derived stub attribution logs (#4557)

* Add derived stub attribution logs

This table keeps triplets from the stub attribution logs.
The triplet of (dl_token, ga_client_id, stub_session_id)
will only ever appear once here.

See the associated decision brief:
https://docs.google.com/document/d/1L4vOR0nCGawwSRPA9xiR8Hmu_8ozCGUecXAtBWmGGA0/edit

* Move stub attribution table to new dataset

In order to ensure limited access to the stub attribution service
data without significantly decreasing developer velocity, we
move these tables to a new dataset. That dataset has the defaults
we want for all stub attribution log data:
- Defaults to just read access to data-science/DUET workgroup
- No read/write access for DE

We will backfill via the bqetl_backfill DAG.

* Rename view

* Use correct dataset name in view

* Skip dryrun; no access

* Add gclid_conversions table & view (#4558)

* Add gclid_conversions table & view

This table will support the desktop conversion events.
Each valid GCLID will have any associated conversion events.

See the decision brief:
https://docs.google.com/document/d/1T8ArA9r8HDMTj1ES9NHfJFv2gUWo7w0MjG07iXtuUOI

* Use correct table name

* Use new stub attribution dataset; clarify activity_date

* Use correct date_partition_parameter

Co-authored-by: Alexander <anicholson@mozilla.com>

* Include activity_date as parameter

* Use INNER instead of LEFT joins

* Update doc strings to clarify GCLID vs GA Session

---------

Co-authored-by: Alexander <anicholson@mozilla.com>

* Include GA intraday sessions tables (#4582)

* Include GA intraday sessions tables

* Update doc string on backfilling ga_sessions

* Dont dryrun stub_attribution view

* Update min_row_count error text (#4586)

* Add conversion event; fix gclid conversions query (#4584)

* Add first_run conversion; use correct table names

* Ignore dryrun of query and view

* Remove HAVING clause; fix logical_or

* migrates old pingcentre onboarding artifacts to new firefox_desktop view (#4457)

* migrates old pingcentre onboarding artifacts to new firefox_desktop view

* generate event rollup dag

* generate review checker dag

* update messaging system dag

* incl project in table names

---------

Co-authored-by: Anna Scholtz <anna@scholtzan.net>

* Add ga_clients_v1 table & view (#4560)

* Add ga_clients_v1 table & view

- Query from ga_sessions
- Fix tests

* Use correct scheduling parameters

Co-authored-by: Alexander <anicholson@mozilla.com>

* Move HAVING clause to WHERE

Co-authored-by: Alexander <anicholson@mozilla.com>

* Change CTE name

Co-authored-by: Alexander <anicholson@mozilla.com>

---------

Co-authored-by: Alexander <anicholson@mozilla.com>

* Remove duplicate BQ query param (#4587)

* Firefox ios adclicks (#4585)

* Add Firefox iOS client adclicks history

* Add metadata description to view

* DS-3272 - Fix review checker clients to remove dups (#4583)

* Fix review checker clients to remove dups

* Fix CI issues

* Add row_num filter

* add submission_date to partition

* remove submission_date from partition

* Account for NULL handling in joins (#4590)

Previously, NULL values in the join keys didn't join, resulting
in duplicate rows. This change will coalesce those to empty
strings and NULLIFY them in the view.

* Bug 1865716 - Include errorGroups in legacy docker_fxa_admin_server_sanitized query (#4589)

`errorGroups` field was added in `docker_fxa_admin_server_sanitized_v2` and breaks the UNION.

* DS-3361. Update documentation of initialize command. (#4592)

Co-authored-by: Lucia Vargas <lvargas@mozilla.com>

* Link to full diff in git comments (#4593)

* Link to full diff in git comments

* Show full diff of new and deleted files

* Correct DAG description as DAG is currently active. (#4596)

Co-authored-by: Lucia Vargas <lvargas@mozilla.com>

* Login funnel conversions (#4591)

* Mozilla accounts login funnel conversion for overall, with email confirmation, and with two factor authentication

* Update sql_generators/funnels/configs/login_funnels.toml

* Update sql_generators/funnels/configs/login_funnels.toml

---------

Co-authored-by: Kimberly Siegler <kimberlysiegler@Kimberlys-MBP-2.attlocal.net>
Co-authored-by: Anna Scholtz <anna@scholtzan.net>

* Use live tables to determine deletion request ping volume (#4442)

* Increase no_output_timeout for long-running CI jobs (#4602)

* SVCSE-1595 Setup import of tables from staging FxA databases (#4578)

* In generated diffs explicitly list the files being added or deleted. (#4600)

* Glam accounts for sampling when calculating sample_count for windows & release probes (#4581)

* Glam - fix legacy windows & release probes' sample count going fwd

* Glam FOG accounts for sampling when calculating total_sample for windows & release probes

* fog - fix client count and sample count

* Add channel filtering for fog

* SVCSE-1595 Setup import of tables from production FxA databases (#4597)

* Bug 1866469 - Exclude use_counters from GLAM ETL (#4603)

* Bug 1866469 - Exclude use_counters from GLAM ETL

* Attempt to fix tests

---------

Co-authored-by: Eduardo Filho <edugomfilho@gmail.com>

* feat(): updating fxa android funnel to support install_source filtering downstream (#4561)

* Added a filter to only include playstore data

In keeping the bottom of the funnel consistent with the upper funnel, we have to only include installs from play store in the bottom of the funnel metrics

* for fenix_derived.funnel_retention_clients_week_* tables making sure we only include playstore users

* updating the changes as requested by soGaussian to expose to users the install_source field to enable filtering

---------

Co-authored-by: richard baffour <baffour345@gmail.com>

* Add schema.yaml to urlbar_events (sql_generator) (#4595)

* Add schema.yaml to urlbar_events

* SVCSE-1595 Update accounts_db schemas to match deployed tables. (#4604)

* SVCSE-1595 Update more accounts_db schemas to match deployed tables (#4605)

* Fix num_chars_typed in urlbar_events schema (#4607)

* Add init clause to ga_clients table (#4611)

* Give census access to gclid conversions data (#4613)

* Don't nest SQL generated from `main` branch in extra `sql` directory. (#4614)

* Add desktop_acquisition_funnel view (#4616)

* Add desktop_acquisition_funnel view

* Update reference

* Update view.sql

Took out some of the TODO comments around naming to stay consistent with the table it is reading as well as reduce effort to make changes to the spoke-default view that is currently setup with test data.

---------

Co-authored-by: gkabbz <gkabbz@gmail.com>

* added ETL checks to fenix_derived.firefox_android_clients_v1 (#4609)

* DENG-2013 - Add explicit dependencies & checks for history (#4620)

* Fix the source table to point to unified view to include all apps (#4622)

* Deng 1662 move google ads to ads google mmc connector (#4525)

* DENG-1662 move from google_ads connector to ads_google_mmc connector

* format queries

* add code for cohort_daily_statistics using clients_first_seen_v2 with… (#4404)

* add code for cohort_daily_statistics using clients_first_seen_v2 with new columns from clients_first_seen_v2

* take out extra sample_id

* Update sql/moz-fx-data-shared-prod/telemetry_derived/cohort_daily_stats_clients_frst_seen_v2/query.sql

switching column names - original was swapped

Co-authored-by: Alexander <anicholson@mozilla.com>

* update column names- change cohort_date to first_seen_date, make more descriptive; take out client_id and sample_id in the final table; take out extraneous columns that are not used in final table

* fix group by - days_seen_bits not days_interacted_bits

* take out second_seen_date, irrelevant

* change date _activity to submission_date

* replace submission_date_activity with client_activity

* add new line at end of schema.yaml file

* refactor code to use clients_first_seen_v2, originally commited cohorts_daily_statistics_v1 code in the v2 file

* add cohort_daily_statistics_v2 job to DAG

* add cohort_daily_statistics_v2 job to DAG, take out submission_date and add activity_date to query.sql

* delete now needless dags folder

* correct alias of table

* change submission_date to activity_date

* fix column name apple_model to apple_model_id

* add days_seen_dau_bits and other calculations based on this

* add attribution_dlsource to table

* take out underscore from column name, attribution_dlsource

* revise comment - 196 days not 180 days

* add all the other columns from clients_first_seen_v2, update schema.yaml file with new columns

* take out sample_id, fix schema

* take out document_id, dl_token, app_build_id columns, rename activity_date to submission_date, rename cohort_date to first_seen_date to match clients_first_seen_28_days_later

* move files from cohort_daily_statistics_v2 to desktop_cohort_daily_retention_v1 to reflect name change, take out extraneous colums such as xpcom_abi, attribution_dlsource, engine_data columns

---------

Co-authored-by: Alexander <anicholson@mozilla.com>

* add --project_id command, take out extraneous dashes in start and end commands in creating dataset cookbook (#4626)

* change docs (#4629)

* fix typo in project name (#4628)

* fix typo in project name

* remove shared-prod project from sql for google_ads_derived

* Fixes #4624 - Add a view for firefox_desktop.broken_site_report (#4625)

Co-authored-by: Anna Scholtz <anna@scholtzan.net>

* Separate Airflow tasks for glean_usage (#4588)

* Add support for assigning Airflow tasks to task groups

* Generate separate Airflow tasks for glean_usage

* Remove Airflow dependencies from old glean_usage tasks

* Update dataset_metadata.yaml for broken site reports (#4630)

* Add user-facing view to fxa_oauth.clients (#4623)

* Fix jinja templating in glean usage metadata (#4636)

* feat(DENG-1774 / cancelled): deleting fenix_derived/firefox_android_clients_v2, v1 will remains the active model (#4610)

* deleting fenix_derived/firefox_android_clients_v2, v1 will remain the active model

* removed fenix_derived.firefox_android_clients_v2 from shredder config

* firefox_ios source added to shredder config (#4638)

* Skip check for baseline_clients_last_seen for Fire TV (#4640)

* Resolve correct task_id for tasks nested in a group (#4637)

* Android LTV UDFs (#4633)

* Add Android State UDF

* Add Android Markov States UDFs for LTV

* Make docstrings consistent

* Update doc string

Co-authored-by: Leif Oines <leifdoines@gmail.com>

---------

Co-authored-by: Leif Oines <leifdoines@gmail.com>

* Migrated DIM checks over to ETL checks for internet_outages.global_outages_v1 (#4639)

* Speed up glean_usage generation by caching the table getter (#4644)

`get_tables` is deterministic under the assumption that the tables don't
change in between invocations. Which I hope holds here.
We therefore can just cache that value so that subsequent runs quickly
return without needing a roundtrip to BigQuery again.

* fixing broken test for firefox_ios_derived.baseline_clients_yearly_v1 (#4645)

* Feat/deng 2046/migrating telemetry derived active users aggregates v1 dim checks to etl checks (#4641)

* Migrated DIM checks over to ETL checks for telemetry_derived.active_users_aggregates_v1

* rewrite

* code review suggestions

* add doc

* rename

---------

Co-authored-by: kik-kik <kignasiak@mozilla.com>

* Minimize previous PR diff comments when CI posts a new diff comment (#4635)

* Minimize previous PR diff comments when CI posts a new diff comment.

* Update Node image to latest version available from CircleCI and pin Node packages.

* GLAM avoid scientific notation for big sample counts (#4647)

* GLAM avoid scientific notation for big sample counts

* Cast to bignumeric instead of numeric

* feat(DENG-2083): added firefox_ios_derived.clients_activation_v1 and corresponding view (#4631)

* added firefox_ios_derived.clients_activation_v1 and corresponding view

* fixing a missing seperator in firefox_ios_derived.clients_activation_v1 checks

* adding firefox_ios_derived.clients_activation_v1 to shredder configuration

* removed is_suspicious_device_client as it should not be there, thanks bani for pointing this out

* fixed black formatting error inside shredder/config.py

* applied bqetl formatting

* minor styling tweak as suggested by bani in PR#4631

* Remove baseline_clients_daily DAG dependency for FF ios baseline clients yearly (#4651)

* Support offset backfills, require metadata  (#4627)

* Skip backfills for queries without metadata.yaml

* Support date_partition_offset

* Fixed exclude, modified exception

* Add test for offset backfill

* Apply suggestions from code review

Co-authored-by: Frank Bertsch <frank.bertsch@gmail.com>

* Formatting

---------

Co-authored-by: Frank Bertsch <frank.bertsch@gmail.com>

* add dau_clients_days_since_seen to CTE and num_clients_dau_on_day column to table in query and schema (#4652)

* Docs: Avoid newline in link

mkdocs doesn't like that newline and will treat the URL as a relative URL, thus breaking the link

* Docs: Use 3rd level heading for UDFs

mkdocs' ToC generator will stop when the header level goes up again.
Because the UDF name itself is generated as a first level heading, any
UDF with a first-level header documentation will thus stop rendering any
subsequent headers.
Most notably on /mozfun/hist where only the very first UDF got a ToC
entry.

* Docs: Link to section on the same page

The separate chapter was removed in #4293

* Migrated DIM checks over to ETL checks for telemetry_derived.unified_metrics_v1 (#4649)

* feat(DENG-2120): migrated over checks defined in DIM for baseline_clients_last_seen fenix. (#4656)

* migrated over checks defined in DIM for this type of dataset

* Update sql_generators/glean_usage/templates/baseline_clients_last_seen_v1.checks.sql

Co-authored-by: Anna Scholtz <anna@scholtzan.net>

---------

Co-authored-by: Anna Scholtz <anna@scholtzan.net>

* Create tables that have state values per day (#4634)

* Create tables that have state values per day

* Change Airflow DAG

* Move markov states to cols rather than array

* Move bot/bad client filter to materialized table

* Add install_source and consecutive_days_seen features

* Add field to CTE

* Use jinja vars instead of sql variables

* Use correct UDF incantation

* Use live tables for structured error counts (#4598)

* Use live tables for structured error counts

* Prevent from old records being deleted

* Fix structured_error_counts query (#4659)

* Authorize view and add workgroup access for taskcluster (#4661)

* Add metadata.yaml for socorro_crash_v2 (#4664)

* Temporarily add curtis to CODEOWNERS until he can be added to group (#4665)

* Add clients_daily_joined view (#4660)

* add view.sql to telemetry and desktop_cohort_daily_retention view (#4666)

* Skip accounts_db.fxa_oauth_clients in view validation (#4667)

* Public GLAM datasets (#4606)

* Public GLAM datasets

* Remove Fenix GLAM datasets

* DENG-1352 - Migrate contextual services ETL to desktop glean pings (#4474)

* Have `bqetl query` commands fail if they don't find a matching query (#4662)

* Have `bqetl query` commands fail if they don't find a matching query.

* Update `test_run_query_no_query_file` test.

* Skip accounts_db.fxa_oauth_clients dryrun (#4671)

* Remove referenced_table from firefox_android_clients (#4674)

* Define `event_monitoring_live_v1` views in `view.sql` files (#4576)

* Define `event_monitoring_live_v1` views in `view.sql` files.

So they get automatically deployed by the `bqetl_artifact_deployment.publish_views` Airflow task.

* Support materialized views in view naming validation.

* Handle `IF NOT EXISTS` in view naming validation.

* Use regular expression to extract view ID in view naming validation.

This simplifies the logic and avoids a sqlparse bug where it doesn't recognize the `MATERIALIZED` keyword.

* Update other view regular expressions to allow for materialized views.

* Add state location for US & Canadian VPN subscriptions (DENG-2099) (#4675)

* add triage/confidential tag to docs (#4678)

* feat(DENG-2156): added value_length check and updated some of the ETL checks to use the macro (#4672)

* added value_length check and updated some of the ETL checks to use the macro

* added the new check macro to the data checks docs

* implemented lelilia feedback from PR#4672

* simplified the sql logic for the value_length check

* Skipping copying checks for baseline tables for apps marked as not receiving the baseline ping (#4670)

Co-authored-by: Frank Bertsch <frank.bertsch@gmail.com>

* Revert "Define `event_monitoring_live_v1` views in `view.sql` files (#4576)" (#4680)

This reverts commit 2c4cc5e.

* Change directory to generate private DAGs so `sql_file_path` values are relative to the repo root. (#4668)

* `cd` into `private-bigquery-etl` repo when generating DAGs.

To avoid generated DAGs having incorrect absolute paths for ETLs using SQL scripts.

* Revert "Temporarily add curtis to CODEOWNERS until he can be added to group (#4665)" (#4669)

This reverts commit 8d94a86.

* ci-fix Ignore dataset.update required permissions when dryrunning authorized views (#4681)

* Refactor, add typehint
* Add datasets.update clause denied for authorized views

* add country dimension

* remove generated and old files

* delete genertated files

* regenerate sql and delete more files

* last edits to android funnel before review

* change description fields

* modify config to add retention outcomes

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Anna Scholtz <anna@scholtzan.net>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Sergio E. Betancourt <37666064+sergiosonline@users.noreply.github.com>
Co-authored-by: Curtis Morales <cmorales@mozilla.com>
Co-authored-by: Frank Bertsch <frank.bertsch@gmail.com>
Co-authored-by: m-d-bowerman <107562575+m-d-bowerman@users.noreply.github.com>
Co-authored-by: akkomar <akkomar@users.noreply.github.com>
Co-authored-by: Rebecca BurWei <rebecca.burwei@gmail.com>
Co-authored-by: Alekhya Kommasani <akommasani@mozilla.com>
Co-authored-by: Alekhya <88394696+alekhyamoz@users.noreply.github.com>
Co-authored-by: Alexander <anicholson@mozilla.com>
Co-authored-by: wil stuckey <wstuckey@mozilla.com>
Co-authored-by: Daniel Thorn <dthorn@mozilla.com>
Co-authored-by: Leli <33942105+lelilia@users.noreply.github.com>
Co-authored-by: Jan-Erik Rediger <jrediger@mozilla.com>
Co-authored-by: Lucia <30448600+lucia-vargas-a@users.noreply.github.com>
Co-authored-by: Lucia Vargas <lvargas@mozilla.com>
Co-authored-by: kik-kik <42538694+kik-kik@users.noreply.github.com>
Co-authored-by: Marlene Hirose <92952117+Marlene-M-Hirose@users.noreply.github.com>
Co-authored-by: David Zeber <dzeber@mozilla.com>
Co-authored-by: betling <betling@mozilla.com>
Co-authored-by: Sean Rose <1994030+sean-rose@users.noreply.github.com>
Co-authored-by: Linh Nguyen <linhnguyen@mozilla.com>
Co-authored-by: Mike Williams <102263964+mikewilli@users.noreply.github.com>
Co-authored-by: ksiegler1 <ksiegler@mozilla.com>
Co-authored-by: Kimberly Siegler <kimberlysiegler@Kimberlys-MBP-2.attlocal.net>
Co-authored-by: Eduardo Filho <edugomfilho@gmail.com>
Co-authored-by: richard baffour <baffour345@gmail.com>
Co-authored-by: gkabbz <gkabbz@gmail.com>
Co-authored-by: Ksenia <kberezina@mozilla.com>
Co-authored-by: kik-kik <kignasiak@mozilla.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

6 participants