The Firebolt adapter plugin for dbt (data build tool)
Project description
dbt-firebolt
The dbt adapter for Firebolt. dbt-firebolt offers the following benefits to Firebolt customers:
- SQL-based data transformation
- Life cycle management for native Firebolt objects (fact tables, dimension tables, primary indexes, aggregating indexes, join indexes, etc.)
- Declarative, version-controlled data modeling
- Auto-generated data lineage and documentation
dbt-firebolt supports dbt 1.0+.
Installation
Install the dbt-firebolt package from PyPI:
pip install dbt-firebolt
Setup
Connecting to Firebolt
To connect to Firebolt from dbt, you'll need to add a new Firebolt profile to your profiles.yml
file. Please see the dbt documentation on Firebolt profiles to set it up.
Setup Recommendations
For the best experience we recommend that you make the following changes to your dbt project:
Feature Support
The table below shows which dbt and Firebolt features are supported by the adapter. dbt-firebolt is under active development and will be gradually unlocking more features over time.
Feature | Supported |
---|---|
Table materializations | :white_check_mark: |
Ephemeral materializations | :white_check_mark: |
View materializations | :white_check_mark: |
Incremental materializations - append | :white_check_mark: |
Incremental materializations - insert_overwrite | :white_check_mark: |
Incremental materializations - delete+insert | :white_check_mark: |
Incremental materializations - merge | :x: |
Snapshots | :white_check_mark: |
Seeds | :white_check_mark: |
Tests | :white_check_mark: |
Documentation | :white_check_mark: |
Custom schemas | :x: (see workaround) |
Custom databases | :x: |
Source freshness | :white_check_mark: |
External tables | :white_check_mark: |
Primary indexes | :white_check_mark: |
Aggregating indexes | :white_check_mark: |
Join indexes | :x: (syntax supported, but not effective) |
Constraints support
More on constraints in Platform constraint support
Constraint type | Support | Platform enforcement |
---|---|---|
not_null | :white_check_mark: Supported | :white_check_mark: Enforced |
primary_key | :x: Not Supported | :x: Not enforced |
foreign_key | :x: Not Supported | :x: Not enforced |
unique | :white_check_mark: Supported | :x: Not enforced |
check | :x: Not supported | :x: Not enforced |
Using dbt-firebolt
For information on configuring dbt models and external tables for Firebolt, see the dbt documentation for Firebolt configurations.
Contributing
See: CONTRIBUTING.MD
Changelog
See our changelog or our release history for more information.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file dbt_firebolt-1.9.0.tar.gz
.
File metadata
- Download URL: dbt_firebolt-1.9.0.tar.gz
- Upload date:
- Size: 30.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.7.17
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | dcd4ebea0104d280ca7ad004d7329bebc831d914df9acbba0c2ad289ed83e44c |
|
MD5 | c5af9257a57c6105d5961e8ee18631b0 |
|
BLAKE2b-256 | 08c1ccff4ef5d5ef8b237074d8fd5d149023ba5c18322b9852fe5504690dfe82 |
File details
Details for the file dbt_firebolt-1.9.0-py3-none-any.whl
.
File metadata
- Download URL: dbt_firebolt-1.9.0-py3-none-any.whl
- Upload date:
- Size: 46.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.7.17
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c54c2bba455d7bb1de0491c0bea57603337dd6660e6fb7ba249219ba4691ecaa |
|
MD5 | affbea6b71ea705401510a6bc35e1074 |
|
BLAKE2b-256 | 1b6fb2504f3c0e94685dba4d6b519d6ddf1933771236cdba172fbabce834d76d |