Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Join us at FabCon Vienna from September 15-18, 2025, for the ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM. Get registered

Reply
NotebookEnjoyer
Advocate I
Advocate I

Links to nested notebook snapshots not loading

I have notebooks in which I run multiple other notebooks via mssparkutils.notebook.run(), which works fine. However, when I want to see snapshots of the sub-runs, the links aren't loading in the top-level snapshot, which looks like this:

NotebookEnjoyer_0-1751354127937.png

(Don't mind the printed stuff, that's from me.)

What can I do?

1 ACCEPTED SOLUTION

I'm sorry to have no better answer, but the issue disappeared yesterday. It takes quite a while to load the fancier new snapshot link layout with the progress bar and such, but it just works. The ticket is thus closed.

View solution in original post

10 REPLIES 10
v-saisrao-msft
Community Support
Community Support

Hi @NotebookEnjoyer,

Thank you for the clarification. Since the snapshot links for mssparkutils.notebook.run() were working earlier and have recently stopped, this could be due to a platform-level regression.

I recommend raising a support ticket with Microsoft Fabric Support for deeper investigation, as they can access backend logs and confirm if any recent updates have impacted this functionality.

How to create a Fabric and Power BI Support ticket - Power BI | Microsoft Learn

 

Thank you.

Hi @NotebookEnjoyer,

Could you let us know if you have submitted a support ticket to address the issue? If the issue has been resolved, please share your insights, as it could benefit others in the community.

 

Thank you.

I have submitted a ticket and will post an update if anything comes of it.

I'm sorry to have no better answer, but the issue disappeared yesterday. It takes quite a while to load the fancier new snapshot link layout with the progress bar and such, but it just works. The ticket is thus closed.

Hi @NotebookEnjoyer,

Could you please confirm if the issue has been resolved after raising the support ticket?

Thank You.

What do you mean? I literally wrote "I have submitted a ticket and will post an update"???

BhaveshPatel
Community Champion
Community Champion

Better to run using User Interface wherver possible.

Thanks & Regards,
Bhavesh

Love the Self Service BI.
Please use the 'Mark as answer' link to mark a post that answers your question. If you find a reply helpful, please remember to give Kudos.
BhaveshPatel
Community Champion
Community Champion

I think you have to understand that Microsoft is constantly updating the documentation. First, I think so before a year ago, there was bronze, silver and gold. Now they change the silver to Materialized views. 

 

Choose beforehand, whether you wanna to go to notebooks or dataflow gen 2 to refresh the  tables or multiple notebooks with 

# Note: NotebookUtils is only supported on runtime v1.2 and above. If you are using runtime v1.1, please use mssparkutils instead.
DAG = {
    "activities": [
        {
            "name": "NotebookSample", # activity name, must be unique
            "path": "NotebookSample", # notebook path
            "timeoutPerCellInSeconds": 90, # max timeout for each cell, default to 90 seconds
            "args": {"p1": "changed value", "p2": 666}, # notebook parameters
        },
        {
            "name": "NotebookSimple2",
            "path": "NotebookSimple2",
            "timeoutPerCellInSeconds": 120,
            "args": {"p1": "changed value 2", "p2": 777}
        },
        {
            "name": "NotebookSample2.2",
            "path": "NotebookSample2",
            "timeoutPerCellInSeconds": 120,
            "args": {"p1": "changed value 3", "p2": 888},
            "retry": 1,
            "retryIntervalInSeconds": 10,
            "dependencies": ["NotebookSample"] # list of activity names that this activity depends on
        }
    ]
}

notebookutils.notebook.runMultiple(DAG)
 
For thaqt, you have to understand the concept of databricks delta lake and Microsoft.
Thanks & Regards,
Bhavesh

Love the Self Service BI.
Please use the 'Mark as answer' link to mark a post that answers your question. If you find a reply helpful, please remember to give Kudos.
BhaveshPatel
Community Champion
Community Champion

This is not possible to get the snapshots of sub-runs. The correct way is to run with mssparkutils.notebook.run().

Thanks & Regards,
Bhavesh

Love the Self Service BI.
Please use the 'Mark as answer' link to mark a post that answers your question. If you find a reply helpful, please remember to give Kudos.

I think you're missing the point. I AM running the notebooks with mssparkutils.notebook.run(), and seeing the snapshots of these delegated runs worked fine until one or two months ago.

Like this:

NotebookEnjoyer_0-1751361480409.png

 

Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.

June FBC25 Carousel

Fabric Monthly Update - June 2025

Check out the June 2025 Fabric update to learn about new features.

June 2025 community update carousel

Fabric Community Update - June 2025

Find out what's new and trending in the Fabric community.