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
I noticed this while reviewing #2378 -- when the catalog query failed with a 404 error, I saw the entire contents of the catalog query printed to stdout. Instead, the verbose BQ-generated error message should be logged to the debug logs.
Steps To Reproduce
This happens for both dbt run and dbt docs generate, and probably others too
Set your location to US in your BQ profile
Do a dbt run that creates at least one model in the db
Change your location to northamerica-northeast1
Run dbt run again and observe the stdout
Expected behavior
Stdout should not include the entire contents of the query that failed
The output of dbt --version:
dev/octavius-catto
The text was updated successfully, but these errors were encountered:
Describe the bug
I noticed this while reviewing #2378 -- when the catalog query failed with a 404 error, I saw the entire contents of the catalog query printed to stdout. Instead, the verbose BQ-generated error message should be logged to the debug logs.
Steps To Reproduce
This happens for both
dbt run
anddbt docs generate
, and probably others toolocation
toUS
in your BQ profiledbt run
that creates at least one model in the dblocation
tonorthamerica-northeast1
dbt run
again and observe the stdoutExpected behavior
Stdout should not include the entire contents of the query that failed
The output of
dbt --version
:The text was updated successfully, but these errors were encountered: