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
dbt is errorring with cannot execute and empty query for a model that does not have any columns described in a schema.yml file, but does have persist_docs: {columns: true} configured.
Steps To Reproduce
Create a simple model
Enable column-level docs persistence
Do not add column descriptions for the model
Run dbt run and observe the error
Expected behavior
I would expect dbt to not run a query, rather than running an empty query which fails!
System information
I replicated this on Postgres, but I imagine it could impact other databases too.
The output of dbt --version:
0.17.0-rc1
The text was updated successfully, but these errors were encountered:
Describe the bug
dbt is errorring with
cannot execute and empty query
for a model that does not have any columns described in aschema.yml
file, but does havepersist_docs: {columns: true}
configured.Steps To Reproduce
dbt run
and observe the errorExpected behavior
I would expect dbt to not run a query, rather than running an empty query which fails!
System information
I replicated this on Postgres, but I imagine it could impact other databases too.
The output of
dbt --version
:The text was updated successfully, but these errors were encountered: