snowflake-connector-python
snowflake-connector-python copied to clipboard
Snowflake Connector for Python
1. What version of Python are you using? 2.7.18, 3.6.9, 3.8.0 2. What operating system and processor architecture are you using? Linux-5.4.0-110-generic-x86_64-with-glibc2.2.5 3. What are the component versions in the...
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...
## What is the current behavior? snowflake-connector-python has pinned cryptography to version =3.1.0 ## What is the desired behavior? Cryptography has changed it's versioning scheme, and is now on version...
Please answer these questions before submitting your issue. Thanks! 1. What version of Python are you using? Python 3.9.12 2. What operating system and processor architecture are you using? macOS-10.16-x86_64-i386-64bit...
## What is the current behavior? When you have data that is located on multiple different machine in memory, writing this data to Snowflake requires intermediate steps to perform the...
1. What version of Python are you using (`python --version`)? python3.7 2. What operating system and processor architecture are you using (`python -c 'import platform; print(platform.platform())'`)? Darwin-18.7.0-x86_64-i386-64bit 3. What are...
We found out when loading a pandas DataFrame that has a list of strings in a column the write_pandas function would write the data in as a string like `"['value1',...
Tests #1103
## What is the current behavior? Pull requests template requires users to add tests for new code. However, there is no explanation of how to run tests. In my case,...
Please answer these questions before submitting your issue. Thanks! 1. What version of Python are you using? `Python 3.10.3 (main, Mar 29 2022, 14:13:30) [Clang 13.1.6 (clang-1316.0.21.2)]` 2. What operating...