mozilla / bigquery-etl

Bigquery ETL
https://mozilla.github.io/bigquery-etl
Mozilla Public License 2.0
241 stars 98 forks source link

Fix schema search daily desktop #5838

Closed alekhyamoz closed 5 days ago

alekhyamoz commented 5 days ago

Checklist for reviewer:

For modifications to schemas in restricted namespaces (see CODEOWNERS):

┆Issue is synchronized with this Jira Task

dataops-ci-bot commented 5 days ago

Integration report for "Merge branch 'main' into fix_schema_search_daily_desktop"

sql.diff

Click to expand! ```diff diff -bur --no-dereference --new-file /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/search_derived/search_clients_daily_v8/schema.yaml /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/search_derived/search_clients_daily_v8/schema.yaml --- /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/search_derived/search_clients_daily_v8/schema.yaml 2024-06-25 19:57:03.000000000 +0000 +++ /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/search_derived/search_clients_daily_v8/schema.yaml 2024-06-25 19:57:02.000000000 +0000 @@ -18,6 +18,9 @@ name: addon_version type: STRING - mode: NULLABLE + name: has_adblocker_addon + type: STRING +- mode: NULLABLE name: app_version type: STRING - mode: NULLABLE ```

Link to full diff