Tutorial: Variable library editor¶
CSA Loom
variable-libraryeditor — 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 Variable library from the catalog.
- The editor opens at
/items/variable-library/<id>:
What this editor does¶
A Variable library is a centralized name-to-value store with value sets per environment (dev/test/prod). In Loom it is workspace- or domain-scoped and used for pipeline, notebook, and SQL parameter substitution.
Getting started¶
- Define variables — Add named variables with a default value.
- Add value sets — Create per-environment value sets (dev/test/prod) that override defaults.
- Reference from items — Use variables in pipelines, notebooks, and SQL via parameter substitution.
- Promote across stages — Switch the active value set when deploying between environments.
Learn more¶
- Microsoft Learn reference: https://learn.microsoft.com/fabric/cicd/variable-library/variable-library-overview
Verified by the UAT harness¶
- Tested at:
2026-05-26T13:52:30.633Z - Verdict: A (renders cleanly, real backend responded)
- Test source:
apps/fiab-console/e2e/editors.uat.ts
