snowflakedb/snowflake-connector-python

Snowflake Connector for Python

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 23 minutes ago
Added to GitGenius on March 21st, 2026
Created on June 29th, 2016
Open Issues & Pull Requests: 123 (+0)
Number of forks: 573
Total Stargazers: 725 (+0)
Total Subscribers: 39 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 25.2 hours
Mean response time: 117.3 days
90th percentile: 537.9 days
Tracked items: 275

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 99% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Work labelled "status-fixed_awaiting_release" is answered fastest, typically in about 10 hours, while "triaged" waits about 18 months. Only 3% of issues opened in the past year have been closed. Three people close 72% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 98
New in 7 days: 2
Closed in 7 days: 1
Avg open age: 627 days
Stale 30+ days: 87
Stale 90+ days: 76

Recent activity

Opened in 7 days: 1
Closed in 7 days: 1
Comments in 7 days: 2
Events in 7 days: 24

Top labels

  • status-triage_done (245)
  • bug (101)
  • feature (89)
  • triaged (52)
  • status-fixed_awaiting_release (36)
  • enhancement (23)
  • needs triage (19)
  • question (18)

Detailed Description

The Snowflake Connector for Python is a database client library that enables Python applications to connect to Snowflake and execute standard SQL operations. The connector implements the Python DB API 2.0 specification, providing a native Python interface as an alternative to Java JDBC or C/C++ ODBC drivers. It requires no external dependencies on JDBC or ODBC and can be installed via pip on Linux, macOS, and Windows systems running Python 3.10 or higher.

The repository is actively maintained with substantial community engagement.

The connector includes comprehensive build infrastructure supporting both local and containerized builds. Local builds use PEP-517 standards to generate wheel packages, while a Dockerized build script at ci/build_docker.sh enables compilation for specific Python versions. The project uses Rust's sf_mini_core library as an underlying component, sourced from the universal-driver repository.

The connector includes telemetry collection by default to support product improvement, with options to disable it either through the CLIENT_TELEMETRY_ENABLED session parameter or the telemetry_enabled property on SnowflakeConnection objects. Package authenticity can be verified using cosign signatures available on release tags, with detailed verification instructions provided in the repository documentation.

A documented limitation notes that the connector does not currently support GCP regional endpoints, requiring users with regional endpoint requirements to contact Snowflake Support. The project directs users to official Snowflake documentation at docs.snowflake.com and provides community support channels through the Snowflake Lodge community platform.