You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How would this improve snowflake-connector-python?
The write_pandas process can be described more intuitively while dealing with cursors using with.
References and other background
This is a minor modification, but we believe it is a natural writing permit given the definition of connection cursor in the PEP 249 – Python Database API.
The text was updated successfully, but these errors were encountered:
github-actionsbot
changed the title
Allows write_pandas to pass Cursor in addition to Connection.
SNOW-1457704: Allows write_pandas to pass Cursor in addition to Connection.
May 31, 2024
What is the current behavior?
You can pass Connection to write_pandas, but not Cursor.
What is the desired behavior?
Allow Cursor to be passed to write_pandas.
How would this improve
snowflake-connector-python
?The write_pandas process can be described more intuitively while dealing with cursors using with.
References and other background
This is a minor modification, but we believe it is a natural writing permit given the definition of connection cursor in the PEP 249 – Python Database API.
The text was updated successfully, but these errors were encountered: