lore icon indicating copy to clipboard operation
lore copied to clipboard

Enable quoting for Snowflake

Open ganesh-krishnan opened this issue 5 years ago • 3 comments

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.

ganesh-krishnan avatar Mar 05 '19 01:03 ganesh-krishnan

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

montanalow avatar Mar 05 '19 04:03 montanalow

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

ganesh-krishnan avatar Mar 05 '19 18:03 ganesh-krishnan

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.

montanalow avatar Mar 05 '19 22:03 montanalow