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

fix: Convert Snowflake connect_args to a dict before passing to Ibis #1431

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from

Conversation

nj1973
Copy link
Contributor

@nj1973 nj1973 commented Feb 9, 2025

This PR fixes an issue where we didn't convert Snowflake connect_args attribute to a dict before passing to Ibis.

Existing Teradata code did this but did the conversion in patched Ibis code. I moved the conversion up a level so we do it in DVT code before passing to Ibis.

Also added some tests.

@nj1973
Copy link
Contributor Author

nj1973 commented Feb 9, 2025

/gcbrun

@nj1973 nj1973 changed the title fix: Convert Snowflake connect_args to a dict before passing to Ibis co fix: Convert Snowflake connect_args to a dict before passing to Ibis Feb 10, 2025
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.

Unable to create Snowflake connection file via connections add if we specify config_args attribute
1 participant