persist_docs should consider column quoting #2539
Labels
bug
Something isn't working
good_first_issue
Straightforward + self-contained changes, good for new contributors!
Milestone
Describe the bug
When running a
dbt run
, sql statements to persist docs are failing for columns that must be quoted. dbt does not currently respect the quote config when building these DDL statements.Steps To Reproduce
Finally, execute
dbt run
and observe that persisting docs fails.Expected behavior
The DDL built by dbt should respect the
quote
config on thecolumn
declaration for a dbt nodeSystem information
Which database are you using dbt with?
This probably does not affect BigQuery since quoting isn't relevant + we use the API
The output of
dbt --version
:The text was updated successfully, but these errors were encountered: