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 materializations are custom Jinja blocks that exist only in dbt.
0