Tutorial: Databricks notebook editor¶
CSA Loom
databricks-notebookeditor — 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 Databricks notebook from the catalog.
- The editor opens at
/items/databricks-notebook/<id>:
What this editor does¶
A Databricks notebook runs PySpark/SQL/R/Scala cells with cluster attach, Unity Catalog governance, and Photon execution. In Loom it is wired against the Loom-deployed Databricks workspace via Container App MI and AAD bearer tokens.
Getting started¶
- Attach a cluster — Attach the notebook to an all-purpose or job cluster before running cells.
- Use Unity Catalog — Read and write tables governed by Unity Catalog three-part names (catalog.schema.table).
- Run cells — Execute PySpark, SQL, R, or Scala cells; Photon accelerates SQL.
- Promote to a job — Schedule the notebook as a task in a Databricks job for unattended runs.
Learn more¶
- Microsoft Learn reference: https://learn.microsoft.com/azure/databricks/notebooks/
Verified by the UAT harness¶
- Tested at:
2026-05-26T13:53:18.996Z - Verdict: A (renders cleanly, real backend responded)
- Test source:
apps/fiab-console/e2e/editors.uat.ts
