Forum Discussion

OumaimaRassaa's avatar
OumaimaRassaa
New Member
5 months ago
Solved

Trigger external process after Stored Procedure completion in Fabric Warehouse

Hello, in Microsoft Fabric Warehouse is it possible to trigger an external process (API/pipeline/integration flow) after a stored procedure finishes or after an insert/update in a table? Are event-based triggers supported, or what architecture is recommended (Pipeline, Eventstream, Activator)?

  • Hi OumaimaRassaa

     

    I would do this with a pipeline. 

    Have the pipeline run the stored procedure, and then after the stored procedure avtivity add in a Web activity to call whatever API you want to call.  

4 Replies

  • Hi OumaimaRassaa

     

    I would do this with a pipeline. 

    Have the pipeline run the stored procedure, and then after the stored procedure avtivity add in a Web activity to call whatever API you want to call.