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

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.

Reply
ati_puri
Frequent Visitor

Fabric notebook when run via ADF pipeline trigger run issue

We are invoking our fabric notebook from ADF pipeline(web activity), when it is run manually the notebook writes data to the bronze table, however, when it is triggered/scheduled it runs successfully but does not write a single line to the table. Anyone faced this issue? Parameters etc are all correct.

6 REPLIES 6
ati_puri
Frequent Visitor

Thanks @apturlov and @BhaveshPatel  for the inputs. The underlying issue was related to the DDL creation issue of one of the staging tables. However, as we used webactivity to invoke fabric notebooks, we could see some timeout issues, due to presence of parent and multiple child notebooks. We did increase the timeout in webactivity in ADF as well as in the child notebook call. This helped us to run the child notebooks completely and successfully. The ideal way will always be utilizing fabric pipelines and its notebooks so that the compute and connection strings remain in one environment to avoid the integreations issues. As webactivity coming out of ADF can have fabric notebook API call limitations which is be avoided in fabric.

 

Hope this helps other users who are working on the similar objectives.

v-priyankata
Community Support
Community Support

Hi @ati_puri 

Thank you for reaching out to the Microsoft Fabric Forum Community.

@apturlov @BhaveshPatel Thanks you so much for your inputs.

The users' suggestions are quite helpful. Have you been able to try the super user's recommendations? If possible, could you share the points they mentioned so we can better understand and address the issue?

If I misunderstand your needs or you still have problems on it, please feel free to let us know.  

Thanks.

Hi @ati_puri 
Have you had a chance to try the super user’s guidance? If you could share the points they mentioned, it would help us understand the issue better.

If I misunderstand your needs or you still have problems on it, please feel free to let us know.  

Thanks.

Hi @ati_puri 

Hope everything’s going smoothly on your end. I wanted to check if the issue got sorted. if you have any other issues please reach community.

 

BhaveshPatel
Community Champion
Community Champion

Hi @ati_puri 

 

You should check why it is running on the first instance in Delta Lake ( Bronze tables ). You need to share some screenshots. 

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.
apturlov
Advocate I
Advocate I

Hi @ati_puri, in your scenario you invoke a Fabric Notebook using Fabric's REST API through external ADF pipeline using a Web activity. Key difference here is that the Notebook is invoked via Fabric's REST API compared to a manual Notebook run via Fabric's UI. I don't have hands-on experienc like that but from your description it looks like the Notebook does not have a Lakehouse destination set when invoked via API. I assume you know that a Notebook in Fabric must have a default Lakehouse to run successfully. Can you check what Lakehouse the Notebook is connected to when invoked via REST API? Also I would want to eliminate potential impact of the ADF's Web activity and try and trigger a Notebook using a REST API directly without ADF from a REST Client, for example.

Helpful resources

Announcements
August Fabric Update Carousel

Fabric Monthly Update - August 2025

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

August 2025 community update carousel

Fabric Community Update - August 2025

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

Top Kudoed Authors