We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
#
For example: https://github.com/mozilla/bigquery-etl/blob/1b9750cdfbbc957b7580d83cd48714c19be4c767/sql_generators/glean_usage/templates/baseline_clients_last_seen_v1.checks.sql
What we see in the definition:
# warn [..] check_definition [...]
Expected format:
#warn [..] check_definition [...]
No response
┆Issue is synchronized with this Jira Task
The text was updated successfully, but these errors were encountered:
This should even be addressed by having a validation process for the checks to ensure valid tags / labels are used for ETL checks.
Or, by also supporting tags / labels that contain a space between # and the ETL check mode (fail / warn)
fail
warn
Sorry, something went wrong.
bqetl format
No branches or pull requests
What is the issue?
Checks are not being picked up correctly with a space between
#
and check type.For example: https://github.com/mozilla/bigquery-etl/blob/1b9750cdfbbc957b7580d83cd48714c19be4c767/sql_generators/glean_usage/templates/baseline_clients_last_seen_v1.checks.sql
What we see in the definition:
Expected format:
How can we reproduce the bug
No response
┆Issue is synchronized with this Jira Task
The text was updated successfully, but these errors were encountered: