Snowflake Connector for Python. Contribute to snowflakedb/snowflake-connector-python development by creating an account on GitHub.
The function performs a TRUNCATE of the table before loading the data with COPY INTO. Can you set logging to DEBUG and collect the logs? import logging import osforlogger_namein('snowflake.connector',): logger = logging.getLogger(logger_name) logger.setLevel(logging.DEBUG) ch =logging.StreamH...
github-actions bot changed the title ModuleNotFoundError: No module named 'snowflake.connector'; 'snowflake' is not a package SNOW-695095: ModuleNotFoundError: No module named 'snowflake.connector'; 'snowflake' is not a package Nov 16, 2022 jamesdunham commented Nov 16, 2022 Do you by...
In our case we build a container pre-packaged with various python packages to run our CI/CD pipelines and as such we have a large set of third party dependencies which we try to keep compatible with each other as they all get imported inside the same in-house python process. Several of ...
· 183 commits to main since this release v3.1.1 4da2a61 v3.1.1(August 28,2023) Fixed a bug in retry logic for okta authentication to refresh token. Support RSAPublicKey when constructing AuthByKeyPair in addition to raw bytes. Fixed a bug when connecting through SOCKS5 proxy, the ...
Initial Public Github Version Dec 16, 2016 1 # -*- coding: utf-8 -*- SNOW-162293Switched docstring style to Google from Epydoc. Jun 17, 2020 2 """Backports the Python 3 ``socket.makefile`` method for use with anything that wants to create a "fake" socket object. ...
snowflakedb/snowflake-connector-pythonPublic NotificationsYou must be signed in to change notification settings Fork478 Star612 Code Issues69 Pull requests85 Actions Security2 Insights Additional navigation options Releases v2.8.1 Compare sfc-gh-kdamareleased this02 Nov 19:30 ...
I believe you need to change the requirements to be >= 4.3.0 for typing_extentionshttps://github.com/snowflakedb/snowflake-connector-python/blob/main/setup.cfg#L59 What did you expect to see? No error message when connecting to snowflake. ...
Python version 3.11 Operating system and processor architecture Linux-5.15.0-1071-aws-aarch64-with-glibc2.35 Installed packages annotated-types==0.7.0 asn1crypto==1.5.1 asttokens==2.0.5 astunparse==1.6.3 azure-core==1.30.1 azure-storage-...
asn1crypto==1.5.1 awscli==1.24.10 black==22.8.0 boto3==1.19.4 botocore==1.22.4 certifi==2021.10.8 cffi==1.15.1 charset-normalizer==2.0.7 click==8.0.4 colorama==0.4.4 cryptography==36.0.2 dataclasses==0.8 devscripts==2.16.5 ...