Getting started

Add a node to a flow

A node is one thing in the flow — a table, a procedure, or a piece of context that lives outside the database. There are three ways to add one, so you can reach for whichever is closest to hand.

  1. Drag an object from the Database Catalog in the left sidebar onto the canvas.

    This is the one to prefer for real schema objects — the node arrives already linked to the catalog, so its columns and dependencies come with it.

  2. Or click Add Node in the canvas toolbar and search ("Search node types or templates…") for a type.

  3. Or right-click an empty spot on the canvas to add a node right where you clicked.

  4. Drop it where it belongs in the flow — position carries meaning once you start connecting.

    Left-to-right reads as upstream-to-downstream, so roughly place sources on the left and destinations on the right.