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

#2110 adds several not found error message patterns to sqlalchemy destination #2213

Merged
merged 2 commits into from
Jan 24, 2025

Conversation

rudolfix
Copy link
Collaborator

@rudolfix rudolfix commented Jan 14, 2025

Description

There's no SQLAlchemy exception for an unknown entity/relation so we do pattern matching. This PR extends it to most popular dialects

fixes #2110

Copy link

netlify bot commented Jan 14, 2025

Deploy Preview for dlt-hub-docs ready!

Name Link
🔨 Latest commit 13b8842
🔍 Latest deploy log https://app.netlify.com/sites/dlt-hub-docs/deploys/6786a32dcd69750008bb82e4
😎 Deploy Preview https://deploy-preview-2213--dlt-hub-docs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@rudolfix rudolfix requested a review from sh-rp January 20, 2025 11:18
@rudolfix rudolfix self-assigned this Jan 20, 2025
@@ -157,6 +157,20 @@ def test_glob_files(with_gdrive_buckets_env: str, load_content: bool, glob_filte
assert_sample_files(all_file_items, filesystem, config, load_content, glob_filter)


@pytest.mark.parametrize("load_content", (True, False))
Copy link
Collaborator

Choose a reason for hiding this comment

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

this looks completely unrelated but also good :)

Copy link
Collaborator

@sh-rp sh-rp left a comment

Choose a reason for hiding this comment

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

lgtm, I will assume you looked those up ;)

@rudolfix rudolfix merged commit 4a83a06 into devel Jan 24, 2025
59 of 60 checks passed
@rudolfix rudolfix deleted the fix/sql-alchemy-dest-unknown-relation branch January 24, 2025 19:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

SAP HANA SQLAlchemy destination fails to synchronize
2 participants