The Materialize adapter plugin for dbt (data build tool)
Project description
dbt-materialize
dbt adapter for Materialize.
Note: this plugin is a work in progress, and not yet suitable for production.
Installation
This package can be installed via pip:
pip install dbt-materialize
or locally from the Materialize Github repository:
git clone https://github.com/MaterializeInc/materialize
pip install materialize/dbt-materialize
Configuring your profile
Materialize is based on the Postgres database protocols, so use the dbt postgres settings in your connection profile, with the following alterations:
type: materialize
user: materialize
Complete sample profiles can be found in sample_profiles.yml.
Supported Features
Materializations
Type | Supported? | Details |
---|---|---|
view | YES | Creates a view. |
materializedview | YES | Creates a materialized view. |
table | YES | Creates a materialized view. (Actual table support pending #5266) |
ephemeral | YES | Executes queries using CTEs. |
incremental | NO | Use the materializedview materialization instead! dbt's incremental models are valuable because they only spend your time and money transforming your new data as it arrives. Luckily, this is exactly what Materialize's materialized views were built to do! Better yet, our materialized views will always return up-to-date results without manual or configured refreshes. For more information, check out our documentation. |
Seeds
dbt seed
will create a static materialized
view from a CSV file. You will not be able to add to or update this view after it has been created.
Hooks
Not tested.
Custom Schemas
Not tested.
Sources
Not tested.
Testing and Documentation
dbt docs
and dbt test
commands are supported.
Snapshots
Not supported, will likely not be supported in the near term.
Contributors
A huge thank you to Josh Wills, who originally created this adapter.
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-materialize-0.18.1.post2.tar.gz
.
File metadata
- Download URL: dbt-materialize-0.18.1.post2.tar.gz
- Upload date:
- Size: 8.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.23.0 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.57.0 CPython/3.8.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 404c1d49f9549f6186742e420909467c179f326a999bb09059250b7a4079f0de |
|
MD5 | fa411f8100cf7a6ece3361b530852fac |
|
BLAKE2b-256 | ab248a5d09888cdf6c034f902923809ae544a7bb49b9337a2d0f019bf0d36e80 |
File details
Details for the file dbt_materialize-0.18.1.post2-py2-none-any.whl
.
File metadata
- Download URL: dbt_materialize-0.18.1.post2-py2-none-any.whl
- Upload date:
- Size: 19.0 kB
- Tags: Python 2
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.23.0 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.57.0 CPython/3.8.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f1daf9a93a36f5e8eca4f93ce0391a7f93a4385a7c570e9e55e80d79ed725971 |
|
MD5 | 480115e33018612d0c852c2c05d3c9e2 |
|
BLAKE2b-256 | c271c03b92eb1ca2a154f75104495516d21f45fe3465c00ea778751e607c5699 |