Skip to main content

Documentation index: llms.txt. This page is also available as markdown: append .md to this URL or send Accept: text/markdown.

Graph

The Graph, also called the Node Graph, is the canvas where you build and view your pipeline. Each Node appears as a box, and connectors show which Nodes must run before others.

The Graph represents the same directed structure as your DAG, a directed acyclic graph. You use the Graph to add Nodes, trace lineage inside Transform, and open Subgraphs for focused views.

When you hear "the graph" in Coalesce Transform, it refers to this pipeline view in your Workspace or Environment, not the Catalog lineage graph.

See Graphs and Subgraphs for organization patterns.