mozilla / bigquery-etl

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

DENG-4446 Fix CI issue - take out column added to schema incorrectly #6031

Closed kwindau closed 2 months ago

kwindau commented 2 months ago

Checklist for reviewer:

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

┆Issue is synchronized with this Jira Task

dataops-ci-bot commented 2 months ago

Integration report for "DENG-4446 follow up fix, remove field from schema.yaml that was added automatically"

sql.diff

Click to expand! ```diff diff -bur --no-dereference --new-file /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/telemetry_derived/clients_last_seen_joined_v1/schema.yaml /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/telemetry_derived/clients_last_seen_joined_v1/schema.yaml --- /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/telemetry_derived/clients_last_seen_joined_v1/schema.yaml 2024-08-08 19:00:28.000000000 +0000 +++ /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/telemetry_derived/clients_last_seen_joined_v1/schema.yaml 2024-08-08 19:00:28.000000000 +0000 @@ -2146,9 +2146,6 @@ - name: min_subsession_counter type: INTEGER mode: NULLABLE -- name: startup_profile_selection_reason_first_ping_only - type: STRING - mode: NULLABLE - name: profile_group_id type: STRING mode: NULLABLE ```

Link to full diff