Is there any way to add in project.yml a function that quotes columns in entire project?
Snowflake by default does uppercasing and would like to override it by 1 smooth move instead of quoting all the time?
This seems to fail because quote_columns is only for seeds and cannot be applied to models.
I was not clear about how Snowflake’s uppercasing is an issue. Could you share an example of what you’re trying to achieve in case there’s another approach we can recommend?
select column1 will show outcome in snowflake name ‘COLUMN1’ if it wont be in quotes.
Thats why i’m looking for generic solution whether there can be function applied for quotes in project.yml