Snowflake Connector for Python version 3.9.1 or newer. Python version 3.8 or newer. If you encounter connectivity issues, you can run diagnostics directly within the connector. Snowflake Support might also request this information to help you with connectivity issues. ...
@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
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...
Updates the requirements on snowflake-connector-python[secure-local-storage] to permit the latest version. Commits 551696c SNOW-440369: Bumped up PythonConnector MINOR version from 2.5.1 to 2.6.0...
Python version Python 3.12.8 (main, Dec 3 2024, 15:33:39) [Clang 16.0.0 (clang-1600.0.26.4)] Operating system and processor architecture macOS-15.2-arm64-arm-64bit Installed packages Proprietary,sorry. What did you do? `pip install snowflake-connector-python pyOpenSSL==25.0.0`Wegotthiserr...
Some root cause analysis from my side -- Latest version of Snowflake-connector ('2.7.10') includes cache.py, which imports NamedTuple from typing_extensions import NamedTuple, Self https://github.com/snowflakedb/snowflake-connector-python/blob/main/src/snowflake/connector/cache.py#L12 ...