We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Snowflake supports an IGNORE_CASE option for the INFER_SCHEMA function. This option is not currently passed through in the snowflake__create_external_table macro
IGNORE_CASE
Load the tables in as separate sources then union them back together in a later model.
This is specific to Snowflake
This is useful for situations when the column case has changed in external files, allowing combined cases to be treated as one column rather than two.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the feature
Snowflake supports an
IGNORE_CASE
option for the INFER_SCHEMA function. This option is not currently passed through in the snowflake__create_external_table macroDescribe alternatives you've considered
Load the tables in as separate sources then union them back together in a later model.
Additional context
This is specific to Snowflake
Who will this benefit?
This is useful for situations when the column case has changed in external files, allowing combined cases to be treated as one column rather than two.
The text was updated successfully, but these errors were encountered: