Versions of the Snowflake Connector for Python prior to 1.8.0 default to fail-close mode. Versions 1.8.0 and later default to fail-open. You can override the default behavior by setting the optional connection parameterocsp_fail_openwhen calling the connect() method. For example: ...
DataFrame([('snowflake-connector-python', '1.0')], columns=['NAME', 'NEWEST_VERSION']) # Specify that the to_sql method should use the pd_writer function # to write the data from the DataFrame to the table named "driver_versions" # in the Snowflake database. sf_connector_version_df...
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 ...
Linux-5.16.13-generic-aarch64-with-centos-7.9.2009-AltArch What are the component versions in the environment (pip freeze)? 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 coloram...
(**kwargs) File "/root/.pyenv/versions/3.9.12/lib/python3.9/site-packages/snowflake/connector/connection.py", line 542, in connect self.__open_connection() File "/root/.pyenv/versions/3.9.12/lib/python3.9/site-packages/snowflake/connector/connection.py", line 781, in __open_connection ...