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
The macro is double quoting identifiers even though my config is not set to.
First error:
"MY_DB"."my_schema" does not exist or not authorized.
I went to settings, Account Settings, Credentials, and changed the schema to upper case.
Next Error
"MY_DB."MY_SCHEMA"."test" does not exist
I changed the model name to upper case and it worked.
Steps to reproduce
create a model with a lowercase name in a database that has default uppercase or vice versa.
I'm going to transfer this issue there, but it's not a project that the dbt team is dedicating any time to so it'll be up to the wider community to implement Snowflake compatibility.
Describe the error
The macro is double quoting identifiers even though my config is not set to.
First error:
"MY_DB"."my_schema" does not exist or not authorized.
I went to settings, Account Settings, Credentials, and changed the schema to upper case.
Next Error
"MY_DB."MY_SCHEMA"."test" does not exist
I changed the model name to upper case and it worked.
Steps to reproduce
create a model with a lowercase name in a database that has default uppercase or vice versa.
Expected results
case insensitivity
Actual results
Screenshots and log output
System information
The contents of your
packages.yml
file:packages:
version: [">=0.6.0", "<0.7.0"]
Which database are you using dbt with?
The output of
dbt --version
:Additional context
Are you interested in contributing the fix?
The text was updated successfully, but these errors were encountered: