We're running dbt project evaluator on our dbt project (using BigQuery). If you have on-run-end configured in dbt_project.yml to run the macro, as follows, it fails to pretty print the issues with the BigQuery adapter and instead prints a BigQuery error.
Describe the bug
We're running dbt project evaluator on our dbt project (using BigQuery). If you have
on-run-end
configured indbt_project.yml
to run the macro, as follows, it fails to pretty print the issues with the BigQuery adapter and instead prints a BigQuery error.Steps to reproduce
Expected results
Pretty printed output, like:
(Note in this log output I'm running a custom rule in my models directory.)
Actual results
(Note in this log output I'm running a custom rule in my models directory.)
Screenshots and log output
See above.
System information
Which database are you using dbt with?
The output of
dbt --version
:Additional context
Are you interested in contributing the fix?
I have a fix and will open a PR.