-
Notifications
You must be signed in to change notification settings - Fork 22
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Is there an existing issue for this?
- I have searched the existing issues
Current Behavior
If the Quoting Identifier parameter is set to True, column comments do not work with persist_docs
Expected Behavior
In the file adaptaders.sql I change this line
comment on column {{ relation }}.{{ column_name }} is {{ escaped_comment }}
to
comment on column {{ relation }}.{{adapter.check_and_quote_identifier(column_name, model.columns)}} is {{ escaped_comment }}
and it works for me
Steps To Reproduce
No response
Relevant log output using --debug
flag enabled
No response
Environment
No response
What Oracle database version are you using dbt with?
19c
Additional Context
No response
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working