Fabric Notebooks - Add Configure cell toggle
In the same way that, in the Notebook UI, you can toggle a single cell in a notebook as a Parameter cell, consider adding a toggle that labels a cell as a configure cell.
To elaborate: Fabric notebooks have the capability to use %%configure magic to adjust settings on the session. Based on documentation, there are expectations that configure is in the first cell, and there are risks if you attempt a configure in the middle of a notebook session. Those new to Spark may be confused by this, and with the recent release of variable libraries, session configurations will be more important.
On top of that, when debugging a notebook with a configuration, starting a session with the UI bar does not take into account if configuration exists in the first cell, then causing a Livy failure unless you force your configuration because it started the session with default config.
There needs to be more visibility in the UI that highlights the implications of using the config magic.
Recent ideas
Data Pipelines - Run only selected activities
For debugging and testing pipeline activities during development, allow us to select one or multiple activities and run only the selected pipeline activities. For example, I'm working on editing ...frithjof_v14 hours agoCommunity ChampionNew616Views11likes2CommentsSemantic model connection bindings should be in source control (Git)
Semantic model data source connection bindings should be source controlled. A semantic model can contain multiple data source references, each of which can be mapped to a separate Fabric data connec...frithjof_v21 hours agoCommunity ChampionNew19Views1like0CommentsBulk changing column names in Visualizations Pane
We often use raw/api column names or measures with a set nomenclature to be consistent and to keep track of them but we do not want to display these names in the visuals. Currently we have to change ...vishal1401971 day agoFrequent VisitorNew6Views0likes0Comments