Forum Discussion
Dynamically get notebook snapshot link when using mssparkutils.notebook.run()
- 1 year ago
Hi anawast
Thanks for reaching out to the Microsoft fabric community forum.
Currently there is no direct functionality in mssparkutils or notebookutils to dynamically retrieve snapshot link as Fabric does not expose the snapshot ID.
The only possible workaround is to manually construct the URL using
https://<workspace_url>/notebooks/<notebook_id>/snapshot/<snapshot_id>
We can retrieve notebook ID and Workspace ID through notebookutils but for snapshot ID it has to be manually copied from the child notebook.If you find this post helpful, please mark it as an "Accept as Solution" and consider giving a KUDOS.
Thanks and Regards
Hi anawast,
I wanted to check if you had the opportunity to review the information provided. Please feel free to contact us if you have any further questions. If my response has addressed your query, please accept it as a solution and give a 'Kudos' so other members can easily find it.
Thank you.