Skip to content

Adding ANSI Reserved Keyword error to Warehouse Errors Page #4771

New issue

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

Merged
merged 3 commits into from
Oct 18, 2023

Conversation

pmbasco
Copy link
Contributor

@pmbasco pmbasco commented May 22, 2023

Customers have reached out regarding Snowflake warehouse sync failures, after taking the proper troubleshooting steps this is the error we see in our logs:

Error=failed to create table: 002318 (42601): SQL compilation error: invalid column definition name 'CURRENT_DATE' (ANSI reserved)

Which indicate that they one of the columns they are trying to sync has the same title as an ANSI reserved keyword by Snowflake. I don't believe there is any documentation in our public docs that address this so I think it would be a good idea to add this in the Warehouse Errors page and provide a link to a snowflake doc that lists all their keywords so they know not to use any of those reserved keywords in the future.

Merge timing

ASAP once approved

@pmbasco pmbasco added the KCS label May 22, 2023
Copy link
Contributor Author

@pmbasco pmbasco left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Adding ANSI Reserved Keyword error to Warehouse Errors Page #4771

@pmbasco pmbasco marked this pull request as ready for review October 18, 2023 16:22
@forstisabella forstisabella merged commit e345f38 into develop Oct 18, 2023
@forstisabella forstisabella deleted the pmbasco-patch-2 branch October 18, 2023 22:32
@github-actions
Copy link
Contributor

Thank you for your contribution! Your pull request is merged, but may take a day or two to appear on the site.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants