Skip to content
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

[BUGFIX] Fix Snowflake column identifier issue when running checkpoint #8630

Closed
wants to merge 98 commits into from

Conversation

Kilo59
Copy link
Contributor

@Kilo59 Kilo59 commented Aug 29, 2023

Alternative Solutions


  • Description of PR changes above includes a link to an existing GitHub issue
  • PR title is prefixed with one of: [BUGFIX], [FEATURE], [DOCS], [MAINTENANCE], [CONTRIB]
  • Code is linted - run invoke lint (uses black + ruff)
  • Appropriate tests and docs have been updated

For more information about contributing, see Contribute.

After you submit your PR, keep the page open and monitor the statuses of the various checks made by our continuous integration process at the bottom of the page. Please fix any issues that come up and reach out on Slack if you need help. Thanks for contributing!

@netlify
Copy link

netlify bot commented Aug 29, 2023

Deploy Preview for niobium-lead-7998 canceled.

Name Link
🔨 Latest commit aef3220
🔍 Latest deploy log https://app.netlify.com/sites/niobium-lead-7998/deploys/650363e790ab9700089d6d43

@github-actions github-actions bot added the core label Aug 29, 2023
@ghost
Copy link

ghost commented Aug 29, 2023

👇 Click on the image for a new way to code review

Review these changes using an interactive CodeSee Map

Legend

CodeSee Map legend

@Kilo59 Kilo59 force-pushed the b/lakitu-312/sf-col-idtn branch from 9c81a2b to 5d72e3f Compare August 29, 2023 15:59
@Kilo59 Kilo59 force-pushed the b/lakitu-312/sf-col-idtn branch from 687bf43 to 6438f7d Compare August 29, 2023 18:47
@Kilo59 Kilo59 self-assigned this Aug 30, 2023
@Kilo59 Kilo59 force-pushed the b/lakitu-312/sf-col-idtn branch from 6f8d070 to 1bacbad Compare September 12, 2023 18:45
if connection.dialect.name == "snowflake":
logger.warning("snowflake connection") # TODO: remove me
# connection.dialect.normalize_name = default_normalize_name
connection.dialect.normalize_name = ibis_normalize_name
Copy link
Contributor Author

Choose a reason for hiding this comment

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

@billdirks here is where the monkeypatching is done.

@Kilo59 Kilo59 force-pushed the b/lakitu-312/sf-col-idtn branch from 476aa36 to 4963dd0 Compare September 13, 2023 14:34
@Kilo59 Kilo59 force-pushed the b/lakitu-312/sf-col-idtn branch from 52e29ff to 4caa61f Compare September 13, 2023 14:38
@Kilo59 Kilo59 force-pushed the b/lakitu-312/sf-col-idtn branch from e260fef to 5f75854 Compare September 13, 2023 19:10
@Kilo59
Copy link
Contributor Author

Kilo59 commented Sep 15, 2023

Will move the work to add the QUOTED_IDENTIFIERS_IGNORE_CASE field to a new PR.

@Kilo59 Kilo59 closed this Sep 15, 2023
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