How can I setup that my stored procedure start first than other components in pipeline

CatalinaGarca-7814 0 Reputation points
2023-08-29T20:24:42.86+00:00

I created a pipeline to copy data from blob to sql database and add a stored procedure component, so I need that first the copy data activity be execute and then the stored procedure.

Azure SQL Database
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
10,957 questions
{count} votes

1 answer

Sort by: Most helpful
  1. ShaikMaheer-MSFT 38,466 Reputation points Microsoft Employee
    2023-08-30T09:21:41.4466667+00:00

    Hi Catalina García,

    Thank you for posting query in Microsoft Q&A Platform.

    If I understand correctly, in your ADF pipeline you want to run copy activity and then on success of it, want to run store procedure activity. Please correct me if I am wrong.

    To achieve this, you need to use on success conditional flow (green line) from Copy Activity to Stored Procedure activity. Please check below gif.

    controlflow

    Hope this helps. Please let me know if any further queries.


    Please consider hitting Accept Answer button. Accepted answers help community as well.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.