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

Enable quoting for Snowflake #140

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Enable quoting for Snowflake #140

wants to merge 1 commit into from

Conversation

ganesh-krishnan
Copy link
Contributor

What

Enable quoting of fields when bulk uploading to Snowflake

Why

Bulk upload fails when a field contains the pipe character.

Note: This version is not exposing the quote character as an argument. The reason for that is psycopg2 does not have support for the quote character without the use of copy_expert. As a result, this PR went with the choice of not exposing the parameter at all. Certainly open to suggestions here.

@montanalow
Copy link
Contributor

Do you want to bump the version for a patch release?

@ganesh-krishnan
Copy link
Contributor Author

What's the right thing to do here? Should I be merging into the current production version or the release candidate?

@montanalow
Copy link
Contributor

To back port into 0.6 branch with new patch version, you can merge there. Then we can merge 0.6 into master, and cut a new 0.7.0rc if that is the version you're running.

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.

2 participants