Node Type V2
Node Type V2, also called a V2 Node Type, is Coalesce's SQL-first authoring model for Node Types. V2 types set version: 2 in the YAML definition and configure behavior through SQL annotations in each Node file instead of large config item panels.
V2 Node Types still use Create Templates for Deploy and Run Templates for Refresh. They support patterns such as ref(), CTEs, and column-level metadata for lineage inside Transform.
Create V2 types from Build Settings > Node Types > Create Node Type > V2. Duplicate existing V2 types when you want a variation without starting from scratch.
See Getting Started with Node Type V2 for a full walkthrough.