Skip to content

Commit

Permalink
Updating the profile with new materializations and links to docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
morsapaes committed Oct 25, 2021
1 parent 0093f2c commit 9b8f182
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,12 @@ dbt-materialize:
Type | Supported? | Details
-----|------------|----------------
source | YES | Creates a [source](https://materialize.com/docs/sql/create-source/).
view | YES | Creates a [view](https://materialize.com/docs/sql/create-view/#main).
materializedview | YES | Creates a [materialized view](https://materialize.com/docs/sql/create-materialized-view/#main).
table | YES | Creates a [materialized view](https://materialize.com/docs/sql/create-materialized-view/#main). (Actual table support pending [#5266](https://github.com/MaterializeInc/materialize/issues/5266))
index | YES | Creates an [index](https://materialize.com/docs/sql/create-index/#main).
sink | YES | Creates a [sink](https://materialize.com/docs/sql/create-sink/#main).
ephemeral | YES | Executes queries using CTEs.
incremental | NO | Use the `materializedview` materialization instead. Materialized views will always return up-to-date results without manual or configured refreshes. For more information, check out [Materialize documentation](https://materialize.com/docs/).

Expand All @@ -61,5 +64,5 @@ Running [`dbt seed`](commands/seed) will create a static materialized view from

## Resources

- [dbt and Materialize guide](https://materialize.com/docs/guides/dbt/)
- [Get started](https://github.com/MaterializeInc/materialize/blob/main/play/wikirecent-dbt/README.md) using dbt and Materialize together
- [Materialize docs about dbt](https://materialize.com/docs/third-party/dbt/)

0 comments on commit 9b8f182

Please sign in to comment.