- List:
/workspace/data-pipelines - Create:
/workspace/data-pipelines/new - Builder (canvas):
/workspace/data-pipelines/[pipelineId]/builder - Detail (runs, tabs):
/workspace/data-pipelines/[pipelineId]
Pipeline list
Open Data Pipelines in the sidebar (/workspace/data-pipelines). The page title may read Pipelines. Filter by All, Running, Failed, or Scheduled. Search narrows the list. Each card shows name, last status, source connector, branch or destination labels when present, and last run time.

Create a pipeline
- Click + New Pipeline.
- Enter a Pipeline name and select a Source connection.
- Click Create & open canvas to land in the builder (you configure transforms and destinations on the canvas).

Open the builder (edit pipeline graph)
- Click the pipeline row to open the canvas, or use ⋯ → Open Builder.

Run history, status, and errors
Open the pipeline’s detail page (not only the builder). You will see:- Summary metrics (rows processed, success/fail counts, last sync time).
- Tabs such as Run History, Code, Explore, Incoming/Outgoing Data, Configuration, Settings.
- Recent runs with status, trigger, rows written, failures, duration.

Row actions: run and delete
Use Run now on the list to trigger a manual run. ⋯ opens:- Open Builder
- Run Now
- Delete (destructive; confirm in the modal)


Edit metadata vs graph
- Graph (streams, branches, transforms, destinations): Open Builder and Save on the canvas toolbar where applicable.
- Schedule, sync options, detail tabs: use the pipeline detail page tabs (Configuration / Settings) as implemented for your org’s API version.