Skip to main content

What parts of Jinja are dbt-specific?

There are certain expressions that are specific to dbt — these are documented in the Jinja function reference section of these docs. Further, docs blocks, snapshots, and materializationsThe exact Data Definition Language (DDL) that dbt will use when creating the model’s equivalent in a data warehouse. are custom Jinja blocks that exist only in dbt.

0