Skip to main content
Snowflake - Python connector
The Snowflake Connector for Python conforms to the Python Database API Specification 2.0 defined in PEP 0249. To install the latest version of the connector directly from the Python Package Index (PyPI):
pip install snowflake-connector-python
Snowflake SQLAlchemy runs on the top of Snowflake Connector for Python as a dialect to bridge a Snowflake database and SQLAlchemy applications. To install the latest version of the connector directly from PyPI:
pip install snowflake-sqlalchemy
Comments
Post a Comment