Summary Add a simple UI to edit small Lakehouse (Delta) tables used for metadata, configuration, and reference/lookup data. Today, even trivial edits require Spark or SQL, which makes managing these simple tables more cumbersome. Problem Many Fabric Lakehouse tables are: metadata (jobs, tasks, entities, config) small reference or lookup tables These tables are small, hand-maintained, and operational, not analytical. They often need minor row-level edits, but Fabric has no UI for this. Proposed Provide a grid-style editor UI: Read-only by default, explicit edit mode Edit / add / remove rows (with limits) Validation, confirmation, and audit logging Role-based access Edits commit as Delta ACID transactions. Why This improves operability and governance while avoiding ad-hoc notebooks and SQL
... View more