Workspace tabs
The current pipeline detail page replaces the former canvas builder.
The legacy
/workspace/data-pipelines/[id]/builder route only redirects old
links into the appropriate workspace tab.
Lifecycle
- Create a pipeline from Data Pipelines.
- Configure and save streams in Source.
- Add a delivery target in Destinations.
- Select that destination in Transformations and create its SQL draft.
- Save, validate, preview, and publish the transformation revision.
- Return to the destination editor and assign the published output table and Upsert keys.
- Validate readiness in Overview.
- Click Run all in the header.
- Inspect the execution in Runs.
- Configure automation from Settings after manual validation.
Execution model
During a run:- MantrixFlow extracts selected source streams into isolated temporary staging.
- Published destination-owned SQL revisions read relations such as
raw.public__orders. - Each destination receives only its assigned model output.
- Upsert delivery writes to the configured existing table.
- Successful checkpoints are recorded and temporary staging is cleaned up.
Destination contract
Final database tables useschema.table or database.table. Airtable uses a
selected existing base/table plus explicit field mappings.
The delivery runner does not create final tables. Use the destination editor’s
explicit Create or verify destination table action when appropriate, or
create the reviewed table yourself.