You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When there's a model execution error in BigQuery, dbt artifacts fails to complete operations because of unenclosed string literals.
BigQuery has multiline messages, currently we are not escaping newline when parsing messages
Overview
When there's a model execution error in BigQuery, dbt artifacts fails to complete operations because of unenclosed string literals.
BigQuery has multiline messages, currently we are not escaping newline when parsing messages
dbt_artifacts/macros/upload_model_executions.sql
Line 75 in 247615d
How to reproduce
fake.sql
with the following sqlSELECT AS fake
(this command is meant to faildbt run -s fake
Expected behaviour
dbt artifacts should complete upload even when there's a model failure, and dbt artifacts should capture the error in bigquery
Screenshots
generated SQL example:
console output
Environment
Results of running
dbt --version
:Please paste the contents of your
packages.yml
file here:The text was updated successfully, but these errors were encountered: