lore
lore copied to clipboard
Enable quoting for Snowflake
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.
Do you want to bump the version for a patch release?
What's the right thing to do here? Should I be merging into the current production version or the release candidate?
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.