mozilla / bigquery-etl

Bigquery ETL

Home Page:https://mozilla.github.io/bigquery-etl

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Improve dryrun skip logic for stage deploys

scholtzan opened this issue · comments

Using wildcards to skip dryruns for everything in a project results in all the stage deployed tables being skipped as well due to the project name simply being replaced by the stage env project:

# update skip list to include renamed queries in stage.

This started happening after adding:

- sql/data-observability-dev/**/**/*.sql

We should revise the way dryruns for queries deployed on stage work.

┆Issue is synchronized with this Jira Task