project.yml quote_columns in models

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?

i have assigned function but i’m seeing incorrect type which is Boolean

Hi @lkoco,

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?

1 Like

Yes, found it also after while.

But looking at practicality should be something to apply also as generic function for dwh models

standard naming with columns

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

Ah got it. I believe the quote config is what you’re looking for.

That would require filling in all columns 1 by 1 from model?

Yes, you’ll have to do this column by column.