mozilla / bigquery-etl

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

fix(deploy): skip (instead of fail) deploys with explicitly null destination_table #5700

Closed ANich closed 1 month ago

ANich commented 1 month ago

Previous logic was a skip rather than a fail. This isn't mis-configuration, these are used for empty check queries, e.g. site_metrics_empty_check_v1. Medium-long term these could probably be migrated to a data check.

┆Issue is synchronized with this Jira Task

BenWu commented 1 month ago

I didn't see that this was what it was already doing before