coiled / dask-snowflake

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

Update `to_snowflake` API #11

Closed jrbourbeau closed 3 years ago

jrbourbeau commented 3 years ago

This PR primarily does two things:

  1. Updates the to_snowflake API to use a connection_kwargs dictionary instead of passing individual user, account, etc. keyword arguments. This makes the to_snowflake and read_snowflake APIs more consistent with one another.
  2. Sets a new minimum version for snowflake-connector-python>=2.6.0 which includes the new distributed fetch capabilities