Introduction#
With dbt-ibis you can write your dbt models using Ibis.
Supported dbt adapters:
DuckDB
Snowflake
BigQuery
Postgres
Redshift
Trino
MySQL
SQLite
Oracle
Installation#
You can install dbt-ibis
via pip or conda:
pip install dbt-ibis
# or
conda install -c conda-forge dbt-ibis
In addition, you’ll need to install the relevant ibis
backend for your database.
Why dbt and Ibis go great together#
You can read about the advantages of combining dbt and Ibis in this blog post.