Seems like at the moment dbt-invoke is not doing any treatment to resource names.
Simple use case here is column naming coming from Snowflake.
It always comes back as upper case (unless quoted identifiers were on) and we have a lower case convention in our yaml and our sql.
It would be nice to be able to set a flag so that we conform the case of resources and columns.
Seems like at the moment
dbt-invokeis not doing any treatment to resource names.Simple use case here is column naming coming from Snowflake.
It always comes back as upper case (unless quoted identifiers were on) and we have a lower case convention in our yaml and our sql.
It would be nice to be able to set a flag so that we conform the case of resources and columns.