Let's say I schedule a Notebook to run (either by Notebook schedule or Data Pipeline schedule).
However, someone else with edit permission on the Notebook can subsequently alter the source code of the Notebook.
The new code will be executed the next time the notebook runs on my schedule.
But, it will still run under my user identity, able to utilize all my permissions, even if the code was altered by someone else and I might not even be informed about this.
To avoid this source of potential confusion and security risk:
Please make it possible to "lock" a scheduled notebook run or data pipeline to a specific version of the Notebook.
This way, I can know exactly which source code gets executed when the notebook is run on my schedule (or as part of my data pipeline).
I also want the ability to easily update which version of the notebook that gets run. And an option to "always run the latest version".
Recent ideas
Allow Managed Private Endpoint to be disabled/enabled per notebook
Could notebooks have an option to use or not use the workspace's Managed Private Endpoint (MPE)? MPE can significantly increase notebook startup time, even for notebooks that don't need private conn...frithjof_v16 hours agoCommunity ChampionNew22Views1like0CommentsMatrix: column totals as a bar chart docked to the edge
What's missing Data bars already work on the Total row and column through conditional formatting, so row totals can be read as length. Column totals cannot: they render as a horizontal bar inside a ...Sayurivalente1 day agoRegular VisitorNew80Views6likes1Comment