Skip to main content

No project description provided

Project description

dbt-ibis

With dbt-ibis you can write your dbt models using Ibis. You can find the full documentation here.

A simple dbt-ibis model looks like this:

from dbt_ibis import depends_on, ref


@depends_on(ref("stg_stores"))
def model(stores):
    return stores.filter(stores["country"] == "USA")

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.

You can read about the advantages of combining dbt and Ibis in this blog post.

Development

pip install -e '.[dev]'

You can run linters and tests with

hatch run linters
hatch run tests

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

dbt_ibis-0.11.0.tar.gz (15.9 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

dbt_ibis-0.11.0-py3-none-any.whl (17.0 kB view details)

Uploaded Python 3

File details

Details for the file dbt_ibis-0.11.0.tar.gz.

File metadata

  • Download URL: dbt_ibis-0.11.0.tar.gz
  • Upload date:
  • Size: 15.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: python-httpx/0.28.1

File hashes

Hashes for dbt_ibis-0.11.0.tar.gz
Algorithm Hash digest
SHA256 ae175dd5b8fc2f8a7611222a4f619b97858da26aaf7b3c3be544f9152b39bc57
MD5 10024c8bf92931843eebcafac917d418
BLAKE2b-256 36cdfbcb9f2b9d33d16a5a9f2cea0471ddcf89136d39a20cb4130a1dc4d7ef38

See more details on using hashes here.

File details

Details for the file dbt_ibis-0.11.0-py3-none-any.whl.

File metadata

  • Download URL: dbt_ibis-0.11.0-py3-none-any.whl
  • Upload date:
  • Size: 17.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: python-httpx/0.28.1

File hashes

Hashes for dbt_ibis-0.11.0-py3-none-any.whl
Algorithm Hash digest
SHA256 75ddd21db81d9dd7704440d4f2ee8795a9ff56d198dfb2b557f0a8bd3f895418
MD5 e2bbe70845461eb7c1b8d1ca943fd0b6
BLAKE2b-256 2d0aa4473bc517e253931e0e6133286b4bf5b1c5e328908dda676d90bad3c77b

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page