Tutorial: Data pipeline editor¶
CSA Loom
data-pipelineeditor — verified working against a live console by the UAT harness on 2026-07-01.
Open the editor¶
- Sign in to your CSA Loom Console (for example
https://<your-console-host>). - Open or create a workspace from the Workspaces page.
- Click + New item and choose Data pipeline from the catalog.
- The editor opens at
/items/data-pipeline/<id>:
What this editor does¶
A Data pipeline is visual ETL/ELT orchestration — Copy, Lookup, ForEach, Notebook, Stored procedure, Web and more. Azure-native by default: authored on the standalone Azure Data Factory runtime (or a Synapse workspace), with Microsoft Fabric available as an opt-in runtime. Shares run history with notebooks and dataflows.
Getting started¶
- Add a Copy activity — Use Copy Data for source-to-sink ingestion across the supported connector set.
- Call a Notebook — Add a Notebook activity to run PySpark transformations inline in the orchestration.
- Wire dependencies — Connect activities with success/failure conditions on the designer canvas to control flow.
- Schedule a trigger — Configure a schedule, tumbling window, or event-based trigger to automate runs and review run history.
Learn more¶
- Microsoft Learn reference: https://learn.microsoft.com/fabric/data-factory/data-factory-overview
Verified by the UAT harness¶
- Tested at:
2026-05-26T13:50:45.325Z - Verdict: A (renders cleanly, real backend responded)
- Test source:
apps/fiab-console/e2e/editors.uat.ts
