-
Notifications
You must be signed in to change notification settings - Fork 505
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use adapter.quote()
for get_table_types_sql
#572
Comments
I am happy to pick this up! |
Awesome @alla-bongard ! The update would go in the following places:
For good measure, these could be optionally updated also:
Note: If the |
clear, and it was exactly what I did locally! a PR is on the way! :) |
🙌 |
Describe the feature
Use
adapter.quote()
instead of double-quotes or backticks within macros/sql/get_table_types_sql.sql (as described here#537 (comment))
Who will this benefit?
This will make things cleaner and more simple when macros are migrated for dbt-labs/dbt-core#4813
The text was updated successfully, but these errors were encountered: