coiled / dask-snowflake

Dask integration for Snowflake
BSD 3-Clause "New" or "Revised" License
29 stars 7 forks source link

Remove `use_new_put_get` workaround #19

Closed jrbourbeau closed 2 years ago

jrbourbeau commented 2 years ago

Nominally the snowflake-connector-python==2.6.1 release contains a fix which makes this workaround no longer needed. However, locally I'm finding that using snowflake-connector-python==2.6.0 also works without this workaround (which wasn't the case previously). My guess is the snowflake team added some similar patch in their backend.