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.
Sets a new minimum version for snowflake-connector-python>=2.6.0 which includes the new distributed fetch capabilities
This PR primarily does two things:
to_snowflake
API to use aconnection_kwargs
dictionary instead of passing individualuser
,account
, etc. keyword arguments. This makes theto_snowflake
andread_snowflake
APIs more consistent with one another.snowflake-connector-python>=2.6.0
which includes the new distributed fetch capabilities