We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When using write_pandas the cursor is closed afterwards regardless of table type
When table type is temp or temporary cursor should be left open so the temp table can be used after table creation
snowflake-connector-python
Would allow for use of temp tables in other sql queries such as using the temp table in a merge query
The text was updated successfully, but these errors were encountered:
Or ability to pass the open cursor to a variable
Sorry, something went wrong.
write_pandas
No branches or pull requests
What is the current behavior?
When using write_pandas the cursor is closed afterwards regardless of table type
What is the desired behavior?
When table type is temp or temporary cursor should be left open so the temp table can be used after table creation
How would this improve
snowflake-connector-python
?Would allow for use of temp tables in other sql queries such as using the temp table in a merge query
References, Other Background
The text was updated successfully, but these errors were encountered: