Case-sensitivity in dbt-redshift via enable_case_sensitive_identifier
#5706
Labels
content
Improvements or additions to content
improvement
Use this when an area of the docs needs improvement as it's currently unclear
Contributions
Link to the page on docs.getdbt.com requiring updates
Not certain the best page. Here are some candidates:
What part(s) of the page would you like to see updated?
dbt-labs/dbt-core#1557 (comment) has helpful insight to some surprising default behavior of Redshift as it relates to case-(in)sensitivity.
The most robust solution is to set the
enable_case_sensitive_identifier
parameter totrue
via the AWS console or CLI for the Redshift cluster.Additional information
The CI tests for dbt-labs/dbt-utils#792 were affected by the default value of
enable_case_sensitive_identifier
beingfalse
.The text was updated successfully, but these errors were encountered: