You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a little confusing for new dbt users on snowflake. @cmcarthur should we default to uppercase model names? Or is uppercasing model names sufficient in your opinion?
The text was updated successfully, but these errors were encountered:
Per my conversation with one of Snowflake's sales engineer today, here's what I learned:
if you create table/view with double-quotes, then one must use double-quotes when referencing the table/view during its query.
if you create table/view without double-quotes, Snowflake will automatically transform the name to upper-case. However, one can still query against the table/view using lower-case (even thought Snowflake's UI describes it as upper-case).
My current conclusion, Snowflake is case insensitive unless you make it explicit with double-quotes.
This is a little confusing for new dbt users on snowflake. @cmcarthur should we default to uppercase model names? Or is uppercasing model names sufficient in your opinion?
The text was updated successfully, but these errors were encountered: