Skip to main content

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


Download files

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

Source Distribution

dbt-materialize-0.18.1.post1.tar.gz (8.6 kB view details)

Uploaded Source

Built Distribution

dbt_materialize-0.18.1.post1-py2-none-any.whl (19.0 kB view details)

Uploaded Python 2

File details

Details for the file dbt-materialize-0.18.1.post1.tar.gz.

File metadata

  • Download URL: dbt-materialize-0.18.1.post1.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

Hashes for dbt-materialize-0.18.1.post1.tar.gz
Algorithm Hash digest
SHA256 a4eef543e71499bdb19174f0b650a5d3cda47d230832a3c68ece9d0337f0e13c
MD5 3581c90f34150eaeb6e5b9580992e939
BLAKE2b-256 5a541f70cde8621fc2b059489a76f504b2494c67793b5bd52b15afcfa0937da0

See more details on using hashes here.

File details

Details for the file dbt_materialize-0.18.1.post1-py2-none-any.whl.

File metadata

  • Download URL: dbt_materialize-0.18.1.post1-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

Hashes for dbt_materialize-0.18.1.post1-py2-none-any.whl
Algorithm Hash digest
SHA256 27c2ba234805463493c4d1fb00af75cc46f2be833a5de8903b692dda6e59a703
MD5 0cedb3641fb563cfc9d19d40fe1e9156
BLAKE2b-256 b7fb69dd0d28bd64458a9d1a041ac7368aa5878d16ac7ccb0b8635e302271f33

See more details on using hashes here.

Supported by

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