Back to Materialize

Dbt Materializations

doc/user/layouts/shortcodes/dbt-materializations.html

123843 B
Original Source

Type | Details | Config options ------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------- source | Creates a source. | cluster, indexes view | Creates a view. | indexes materialized_view | Creates a materialized view. The materializedview legacy materialization name is supported for backwards compatibility. | cluster, indexes table | Creates a materialized view (actual table support pending discussion#29633). | cluster, indexes sink | Creates a sink. | cluster ephemeral | Executes queries using CTEs.