snowflake-connector-python icon indicating copy to clipboard operation
snowflake-connector-python copied to clipboard

SNOW-640809: Allow passing additional kwargs to `pd_writer`

Open jonashaag opened this issue 3 years ago • 0 comments

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

How would this improve snowflake-connector-python?

References, Other Background

jonashaag avatar Aug 08 '22 11:08 jonashaag