adbc-driver-snowflake
An ADBC driver for working with Snowflake.
What it is and what it does
This package wraps the Apache Arrow ADBC Snowflake driver to expose a standard DBAPI 2.0 (PEP 249) interface for Python applications connecting to Snowflake. It sits on top of the adbc-driver-manager and provides familiar cursor and connection objects that developers expect from Python database libraries.
The driver is maintained as part of the Apache Arrow project and supports current Python versions (3.10+). It is distributed as precompiled wheels for common platforms (macOS, Linux, Windows across x86_64 and ARM architectures), though building from source requires the native Snowflake driver library and an environment variable to be set. It has no known security vulnerabilities and receives active maintenance.
Use it for:
- Execute SQL queries against Snowflake from Python using standard DBAPI 2.0 cursor and connection patterns
- Integrate Snowflake data access into ETL pipelines or data processing workflows that expect a DBAPI-compatible database driver
- Build applications that need to switch between multiple databases by using a standardized interface
- Fetch and process Snowflake query results in Python data analysis or reporting scripts
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Provides a DBAPI 2.0-compatible interface to Snowflake via the ADBC driver manager, enabling standard Python database operations against Snowflake warehouses.
Yes, if you need to connect to Snowflake from Python and prefer a DBAPI 2.0-compatible interface. The package is actively maintained, has no known vulnerabilities, and is distributed as precompiled wheels for most platforms. Medium install friction is mainly a concern if building from source; prebuilt wheels are straightforward. Suitable for production use in applications requiring Snowflake connectivity.
Install
adbc-driver-snowflake on PyPI
pip
pip install adbc-driver-snowflakeuv
uv add adbc-driver-snowflakepoetry
poetry add adbc-driver-snowflakeInstalling adbc-driver-snowflake
Before you install
Medium install friction due to precompiled wheels for multiple platforms (macOS x86_64/arm64, Linux x86_64/aarch64, Windows) and a requirement to set ADBC_SNOWFLAKE_LIBRARY environment variable during build from source. Maintenance is active with recent commits and no known vulnerabilities.
License in practice
Licensed under Apache-2.0 (permissive), allowing use in most commercial and open-source projects with minimal restrictions.
Quickstart
pip install adbc-driver-snowflake
import adbc_driver_snowflake.dbapi
conn = adbc_driver_snowflake.dbapi.connect(uri='snowflake://...')
cursor = conn.cursor()
cursor.execute('SELECT * FROM table')
results = cursor.fetchall()
Requires Python >=3.10. Building from source requires setting ADBC_SNOWFLAKE_LIBRARY environment variable to the path of the Snowflake driver library before pip install.
Verify before relying
- Whether PyArrow is required or optional for the DBAPI 2.0 interface
- Specific Snowflake authentication methods and credential handling supported
- Performance characteristics and connection pooling capabilities
Package facts
| License | Apache-2.0 (permissive) |
| Python support | supports the current Python release (>=3.10) |
| Install friction | medium — platform-specific wheel |
| Runtime dependencies | 2 — adbc-driver-manager, importlib-resources |
| Maintenance | actively maintained — 129 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 144,512/month — #11,150 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: adbc_driver_snowflake-1.11.0-py3-none-macosx_10_15_x86_64.whl; adbc_driver_snowflake-1.11.0-py3-none-macosx_11_0_arm64.whl; adbc_driver_snowflake-1.11.0-py3-none-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl; adbc_driver_snowflake-1.11.0-py3-none-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl; adbc_driver_snowflake-1.11.0-py3-none-win_amd64.whl
Tags
More Database packages
psycopg2-binary is a PostgreSQL database…
copyleft · top 1,000 on PyPI
redisPython client library for connecting to and…
permissive · top 1,000 on PyPI
ydbYDB Python SDK is the official client library…
permissive · top 1,000 on PyPI
snowflake-connector-pythonConnects Python applications to Snowflake data…
permissive · top 1,000 on PyPI
sqlparsesqlparse tokenizes SQL text into a tree of…
permissive · top 1,000 on PyPI
dbt-adaptersProvides base adapter protocols and shared…
permissive · top 1,000 on PyPI
adbc-driver-flightsqlProvides a DBAPI 2.0-compatible Python…
permissive · top 15,000 on PyPI
adbc-driver-postgresqlProvides a DBAPI 2.0-compatible Python…
permissive · top 5,000 on PyPI
adbc-driver-sqliteProvides a DBAPI 2.0-compatible Python…
permissive · top 5,000 on PyPI
adbc-driver-managerProvides Python bindings to load and use ADBC…
permissive · top 5,000 on PyPI
snowflake._legacyProvides temporary backward compatibility for…
permissive · top 5,000 on PyPI
pymonetdbpymonetdb is a native Python client library for…
copyleft · top 15,000 on PyPI
snowflake-cli-labsThis package has been renamed and is now a…
permissive · top 15,000 on PyPI
apache-airflow-providers-snowflakeIntegrates Apache Airflow with Snowflake,…
permissive · top 1,000 on PyPI
pyicebergPyIceberg provides programmatic access to…
permissive · top 1,000 on PyPI
pyiceberg-coreProvides a Rust-powered core implementation for…
permissive · top 5,000 on PyPI