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

Snowflake Connector for Python

Results 272 snowflake-connector-python issues
Sort by recently updated
recently updated
newest added

Please answer these questions before submitting your issue. Thanks! 1. What version of Python are you using (`python --version`)? Python 3.8.5 2. What operating system and processor architecture are you...

Please answer these questions before submitting your issue. Thanks! 1. What version of Python are you using? Python 3.9.13 | packaged by conda-forge 2. What operating system and processor architecture...

bug
needs triage

Please answer these questions before submitting your issue. Thanks! 1. What version of Python are you using? Python 3.8.13 | packaged by conda-forge | (default, Mar 25 2022, 05:59:00) [MSC...

bug
needs triage

Please answer these questions before submitting your pull requests. Thanks! 1. What GitHub issue is this PR addressing? Make sure that there is an accompanying issue to your PR. Fixes...

Hello guys ! ## What is the current behavior? We have a web application developed with Streamlit, that let people access their Snowflake tables easily. To do that, users have...

feature
triaged

## What is the current behavior? Currently, the json in the variant column can only be parsed using json.parse() and this is slow. ## What is the desired behavior? Looking...

enhancement

Since the initial public commit, `Cursor.callproc()` raises `NotSupportedError`: https://github.com/snowflakedb/snowflake-connector-python/blob/f963b1abfe7f365b7f84f5053def7ed70e5bd2a4/src/snowflake/connector/cursor.py#L367-L378 This could be implemented similar to [mysqlclient's version](https://github.com/PyMySQL/mysqlclient/blob/5340191feb16b1f99a7b43fe7c74a2f690138cb1/MySQLdb/cursors.py#L270-L314). My quickly written and only briefly tested implementation (which may not correctly handle...

enhancement

## What is the current behavior? Currently multiple SQL statements are not supported for a single API call. If multiple SQL statements are included in a single call, the following...

enhancement

## What is the current behavior? The retry behavior when snowflake responds with a 503 is not controllable. It currently retries 10 times with a jittered 15s backoff. ## What...

feature
triaged

Please answer these questions before submitting your pull requests. Thanks! 1. What GitHub issue is this PR addressing? Make sure that there is an accompanying issue to your PR. Fixes...