Enable Repo‑Native Notebook Development with .fabric/ Metadata Folders
(Eliminate Per‑Notebook Downloads)
Description
The current Fabric VS Code extension forces each notebook to be downloaded into its own isolated folder containing Fabric‑specific metadata. This breaks Git‑based workflows, creates duplicated folder structures, and prevents editing notebooks directly from a repo. It also requires repeated downloads and manual publish steps.
Proposal
Introduce a file‑first, repo‑native notebook development model where developers can open and edit notebooks directly from a Git repository. The Fabric extension would store all Fabric‑specific metadata (item IDs, bindings, kernel info, runtime artifacts) in a separate .fabric/ folder that is ignored by Git.
Example Structure
/repo
/notebooks
analysis.ipynb
transform.py
/.fabric
analysis.ipynb/
transform.py/Key Capabilities
- Open any notebook directly from the repository
- Run notebooks on Fabric Spark without downloading
- Store Fabric metadata in .fabric/ (auto‑ignored by Git)
- Remove the need for per‑notebook download folders
- Eliminate the “Publish to Fabric” step
- Allow CI/CD pipelines (fabric‑cicd) to deploy notebooks cleanly
Benefits
- Clean, deterministic, auditable Git workflows
- No duplicated folder structures
- No repeated downloads
- Alignment with industry standards (Databricks Repos, Azure ML, Jupyter)
- Dramatically improved developer experience for enterprise teams
Why This Matters
Fabric notebooks are currently item‑centric, but developers need a file‑centric workflow to integrate with Git, pull requests, and CI/CD. This proposal preserves Fabric’s metadata model while enabling a modern, repo‑native development experience.
Recent ideas
Access Variable Library in Semantic Models
Enable the Variable Library as a centralized location for storing all environment‑specific variables, allowing us to adjust them for promotion scenarios (e.g., from dev to prod) without relying on de...FreddyH39 minutes agoAdvocate IINew909Views31likes2CommentsEnhance Fabric Pipeline Monitoring with Parent-Child Pipeline Lineage and Parameter Visibility
Currently, Microsoft Fabric Pipeline monitoring lacks several capabilities that are available in Azure Data Factory, making troubleshooting and operational support challenging in enterprise environme...dwramreddy1 hour agoRegular VisitorNew2Views0likes0CommentsDynamic ADLS-Gen2 path input for Spark Jobs Main definition file
I would like the ability to add a dynamic input box on a spark job definition's "Main Definition File" "ADLS-Gen2 path". this would be useful to set base and variable paths across all spark jobs...mfink_db5 hours agoNew MemberNew238Views2likes2CommentsReintroduce Tenant/Capacity Switch to Control "Users can create Plan items" Post-GA
During the Preview phase of Fabric Plan items, administrators had access to a dedicated tenant/capacity setting: "Users can create Plan items". With General Availability (GA), this granular administr...Sri-Surendra_Ku8 hours agoNew MemberNew106Views14likes1Comment