Is your feature request related to a problem? Please describe.
Sometimes a column in a table may have the name GROUP, ORDER, START, SCHEMA, TABLE, etc.
generate sources doesn't quote these columns, causing issues when dbt is run
Describe the solution you'd like
I'd like generate sources to automatically quote column names when they conflict with database keywords
Describe alternatives you've considered
Manually modifying the templates with huge if x or x conditions to add quotes if needed
Is your feature request related to a problem? Please describe.
Sometimes a column in a table may have the name
GROUP,ORDER,START,SCHEMA,TABLE, etc.generate sourcesdoesn't quote these columns, causing issues when dbt is runDescribe the solution you'd like
I'd like
generate sourcesto automatically quote column names when they conflict with database keywordsDescribe alternatives you've considered
Manually modifying the templates with huge
if x or xconditions to add quotes if needed