snowflake-connector-python
snowflake-connector-python copied to clipboard
SNOW-640809: Allow passing additional kwargs to `pd_writer`
What is the current behavior?
https://github.com/snowflakedb/snowflake-connector-python/blob/0aec3eff1e4d2fe0f3845814645b7a66246a88f4/src/snowflake/connector/pandas_tools.py#L301-L307
Does not allow additional kwargs from here:
https://github.com/snowflakedb/snowflake-connector-python/blob/0aec3eff1e4d2fe0f3845814645b7a66246a88f4/src/snowflake/connector/pandas_tools.py#L38-L52
What is the desired behavior?
Allow passing any **kwargs