mozilla / bigquery-etl

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

DENG-4515 add profile_group_id to search_clients_daily_v8 #6051

Closed kwindau closed 1 month ago

kwindau commented 1 month ago

Checklist for reviewer:

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

┆Issue is synchronized with this Jira Task

dataops-ci-bot commented 1 month ago

Integration report for "Fix schema.yaml formatting"

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/query.sql /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/search_derived/search_clients_daily_v8/query.sql --- /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/search_derived/search_clients_daily_v8/query.sql 2024-08-09 20:44:49.000000000 +0000 +++ /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/search_derived/search_clients_daily_v8/query.sql 2024-08-09 20:44:43.000000000 +0000 @@ -247,6 +247,7 @@ ROW_NUMBER() OVER w1 AS _n, submission_date, client_id, + profile_group_id, engine, source, country, 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-08-09 20:44:49.000000000 +0000 +++ /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/search_derived/search_clients_daily_v8/schema.yaml 2024-08-09 20:44:43.000000000 +0000 @@ -277,3 +277,6 @@ - mode: NULLABLE name: is_sap_monetizable type: BOOLEAN +- mode: NULLABLE + name: profile_group_id + type: STRING ```

Link to full diff

dataops-ci-bot commented 1 month ago

Integration report for "DENG-4515 add profile_group_id to search_clients_daily_v8"

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/query.sql /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/search_derived/search_clients_daily_v8/query.sql --- /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/search_derived/search_clients_daily_v8/query.sql 2024-08-09 20:47:17.000000000 +0000 +++ /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/search_derived/search_clients_daily_v8/query.sql 2024-08-09 20:47:18.000000000 +0000 @@ -247,6 +247,7 @@ ROW_NUMBER() OVER w1 AS _n, submission_date, client_id, + profile_group_id, engine, source, country, 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-08-09 20:47:17.000000000 +0000 +++ /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/search_derived/search_clients_daily_v8/schema.yaml 2024-08-09 20:47:18.000000000 +0000 @@ -277,3 +277,6 @@ - mode: NULLABLE name: is_sap_monetizable type: BOOLEAN +- mode: NULLABLE + name: profile_group_id + type: STRING \ No newline at end of file ```

Link to full diff

dataops-ci-bot commented 1 month ago

Integration report for "DENG-4515 add column description for profile_group_id"

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/query.sql /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/search_derived/search_clients_daily_v8/query.sql --- /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/search_derived/search_clients_daily_v8/query.sql 2024-08-09 21:01:35.000000000 +0000 +++ /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/search_derived/search_clients_daily_v8/query.sql 2024-08-09 21:01:32.000000000 +0000 @@ -247,6 +247,7 @@ ROW_NUMBER() OVER w1 AS _n, submission_date, client_id, + profile_group_id, engine, source, country, 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-08-09 21:01:35.000000000 +0000 +++ /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/search_derived/search_clients_daily_v8/schema.yaml 2024-08-09 21:01:32.000000000 +0000 @@ -277,3 +277,7 @@ - mode: NULLABLE name: is_sap_monetizable type: BOOLEAN +- mode: NULLABLE + name: profile_group_id + type: STRING + description: A UUID identifying the profile's group on a single device and allowing user-oriented correlation of data ```

Link to full diff

dataops-ci-bot commented 1 month ago

Integration report for "Merge branch 'main' into DENG-4515-prfl_grp_id_search_clients_daily_v8"

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/query.sql /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/search_derived/search_clients_daily_v8/query.sql --- /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/search_derived/search_clients_daily_v8/query.sql 2024-08-10 17:20:56.000000000 +0000 +++ /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/search_derived/search_clients_daily_v8/query.sql 2024-08-10 17:20:50.000000000 +0000 @@ -247,6 +247,7 @@ ROW_NUMBER() OVER w1 AS _n, submission_date, client_id, + profile_group_id, engine, source, country, 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-08-10 17:20:56.000000000 +0000 +++ /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/search_derived/search_clients_daily_v8/schema.yaml 2024-08-10 17:20:50.000000000 +0000 @@ -277,3 +277,7 @@ - mode: NULLABLE name: is_sap_monetizable type: BOOLEAN +- mode: NULLABLE + name: profile_group_id + type: STRING + description: A UUID identifying the profile's group on a single device and allowing user-oriented correlation of data ```

Link to full diff

dataops-ci-bot commented 1 month ago

Integration report for "Merge branch 'main' into DENG-4515-prfl_grp_id_search_clients_daily_v8"

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/query.sql /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/search_derived/search_clients_daily_v8/query.sql --- /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/search_derived/search_clients_daily_v8/query.sql 2024-08-14 14:12:20.000000000 +0000 +++ /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/search_derived/search_clients_daily_v8/query.sql 2024-08-14 14:12:29.000000000 +0000 @@ -247,6 +247,7 @@ ROW_NUMBER() OVER w1 AS _n, submission_date, client_id, + profile_group_id, engine, source, country, ```

Link to full diff

dataops-ci-bot commented 1 month ago

Integration report for "Merge branch 'main' into DENG-4515-prfl_grp_id_search_clients_daily_v8"

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/query.sql /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/search_derived/search_clients_daily_v8/query.sql --- /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/search_derived/search_clients_daily_v8/query.sql 2024-08-14 18:00:11.000000000 +0000 +++ /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/search_derived/search_clients_daily_v8/query.sql 2024-08-14 17:59:33.000000000 +0000 @@ -247,6 +247,7 @@ ROW_NUMBER() OVER w1 AS _n, submission_date, client_id, + profile_group_id, engine, source, country, ```

Link to full diff