Snowflake¶
Introduced in v4.0
The Snowflake backend is experimental and is subject to backwards incompatible changes.
Install¶
Install ibis and dependencies for the Snowflake backend:
pip install 'ibis-framework[snowflake]'
conda install -c conda-forge ibis-snowflake
mamba install -c conda-forge ibis-snowflake
Connect¶
API¶
Create a client by passing in a SQLAlchemy connection string to ibis.snowflake.connect
.
See ibis.backends.snowflake.Backend.do_connect
for connection parameter information.
ibis.snowflake.connect
is a thin wrapper around ibis.backends.snowflake.Backend.do_connect
.
Connection Parameters¶
do_connect(user, password, account, database, connect_args=None, **kwargs)
¶
Backend API¶
Backend
¶
Bases: BaseAlchemyBackend
Last update:
January 4, 2023