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

airbyte-lib snowflake integration #34356

Merged
merged 11 commits into from
Jan 19, 2024
Merged

Conversation

flash1293
Copy link
Contributor

@flash1293 flash1293 commented Jan 18, 2024

This PR adds Snowflake support to airbyte-lib.

Changes to enable Snowflake support

As the snowflake sqlalchemy plugin doesn't support sqlalchemy 2, I downgraded to the last version of sqlalchemy 1. IMHO having a slightly outdated version of sqlalchemy is less important than snowflake support. We should check with the Snowflake team whether they are working on upgrading, and we can follow up. This changes some imports in our base class but no major changes were necessary, which makes me think this is OK.

To make the postgres adapter work, I had to add the psycopg2==2.9.9 dependency.

I'm not sure how to implement merge-support for snowflake, so for now the snowflake cache defaults to append instead of overwrite. This should probably be adjusted before release, but I wanted to keep this PR minimal to make the basic functionality work.

Testing

To test the snowflake support, the following setup is used:

Copy link

vercel bot commented Jan 18, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

1 Ignored Deployment
Name Status Preview Comments Updated (UTC)
airbyte-docs ⬜️ Ignored (Inspect) Visit Preview Jan 19, 2024 4:53pm

Copy link
Collaborator

@aaronsteers aaronsteers left a comment

Choose a reason for hiding this comment

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

Looks great! 👍

@flash1293 flash1293 merged commit d88104e into master Jan 19, 2024
22 checks passed
@flash1293 flash1293 deleted the flash1293/airbyte-lib-snowflake branch January 19, 2024 17:03
rodireich pushed a commit that referenced this pull request Jan 19, 2024
jatinyadav-cc pushed a commit to ollionorg/datapipes-airbyte that referenced this pull request Feb 26, 2024
jatinyadav-cc pushed a commit to ollionorg/datapipes-airbyte that referenced this pull request Feb 26, 2024
jatinyadav-cc pushed a commit to ollionorg/datapipes-airbyte that referenced this pull request Feb 26, 2024
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.

None yet

2 participants