Tutorial: Data product template editor¶
CSA Loom
data-product-templateeditor — 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 product template from the catalog.
- The editor opens at
/items/data-product-template/<id>:
What this editor does¶
A Data product template is a CSA-curated push-button bundle — medallion lakehouse, IoT analytics, federated mesh, RAG agent, geospatial. In Loom Instantiate POSTs to /api/items/data-product-template/[slug]/instantiate to spawn the underlying items.
Getting started¶
- Browse the gallery — Templates render as a grid of CSA-curated patterns.
- Open a template — Click to see its components and estimated cost.
- Instantiate — Instantiate POSTs to the instantiate route, spawning the bundled items in your workspace.
- Manage the instance — Track the resulting data-product instance for status and health.
Learn more¶
- Microsoft Learn reference: https://learn.microsoft.com/purview/concept-data-products
Verified by the UAT harness¶
- Tested at:
2026-05-26T13:56:55.459Z - Verdict: A (renders cleanly, real backend responded)
- Test source:
apps/fiab-console/e2e/editors.uat.ts
