{"id":24606,"library":"snowflake-connector-python-nightly","title":"Snowflake Connector Python Nightly","description":"Nightly build of the Snowflake Connector for Python. Version 2025.12.13, updated daily. Provides early access to features and fixes before the stable snowflake-connector-python release.","status":"active","version":"2025.12.13","language":"python","source_language":"en","source_url":"https://github.com/keller00/snowflake-connector-python-nightlies/","tags":["snowflake","connector","nightly","database","cloud"],"install":[{"cmd":"pip install snowflake-connector-python-nightly","lang":"bash","label":"pip install"}],"dependencies":[],"imports":[{"note":"The connector is accessed via 'snowflake.connector', not the package name.","wrong":"import snowflake_connector_python","symbol":"connector","correct":"import snowflake.connector"}],"quickstart":{"code":"import snowflake.connector\n\nconn = snowflake.connector.connect(\n    user='USER',\n    password='PASSWORD',\n    account='ACCOUNT',\n    warehouse='WAREHOUSE',\n    database='DATABASE',\n    schema='SCHEMA'\n)\n\ncur = conn.cursor()\ntry:\n    cur.execute('SELECT current_version()')\n    row = cur.fetchone()\n    print(row[0])\nfinally:\n    cur.close()\nconn.close()","lang":"python","description":"Basic connection and query execution with nightly connector."},"warnings":[{"fix":"Use snowflake-connector-python (stable) for production.","message":"The nightly build may contain unstable or untested changes. Not for production use.","severity":"gotcha","affected_versions":"all"},{"fix":"Use a virtual environment and install only one version of the connector.","message":"The package name is 'snowflake-connector-python-nightly' but the import path is 'snowflake.connector', same as stable. This can lead to conflicts if both are installed.","severity":"breaking","affected_versions":"all"},{"fix":"Use 'pip install cryptography>=3.4' if you encounter 'cryptography.hazmat' errors.","message":"Key pair authentication using a private key file may require updated cryptography library version with nightly builds.","severity":"deprecated","affected_versions":"2025.0.0+"}],"env_vars":null,"search_vec":"'2025.12.13':14 'access':19 'build':6 'cloud':36 'connector':2,10,29,33 'daili':16 'databas':35 'earli':18 'featur':21 'fix':23 'night':4,5,34 'provid':17 'python':3,12,30 'releas':31 'snowflak':1,9,28,32 'snowflake-connector-python':27 'stabl':26 'updat':15 'version':13","created_at":"2026-05-01T08:13:58.554386+00:00","updated_at":"2026-05-01T08:13:58.554386+00:00","problems":[{"fix":"Use 'import snowflake.connector'.","cause":"The package is installed but import path is incorrect.","error":"ModuleNotFoundError: No module named 'snowflake'"},{"fix":"Ensure outbound HTTPS traffic to your Snowflake account URL is allowed.","cause":"Firewall or network restrictions blocking Snowflake port 443.","error":"snowflake.connector.errors.InterfaceError: 403 Forbidden"}],"ecosystem":"pypi","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":"2025.12.13","cli_name":"","cli_version":null,"type":"library","homepage":"https://www.snowflake.com/","github":"https://github.com/snowflakedb/snowflake-connector-python","docs":"https://docs.snowflake.com/en/user-guide/python-connector.html","changelog":"https://github.com/snowflakedb/snowflake-connector-python/blob/main/DESCRIPTION.md","pypi":"https://pypi.org/project/snowflake-connector-python-nightly/","npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["database","aws","gcp","azure"],"base_url":null,"auth_type":null,"provenance":{"verified_status":"passing","verified_at":"2026-06-29","last_verified":"2026-06-29","next_check":"2026-07-29","install_tag":null}}