0

I am working on a migration project where I have a few SQL Server Integration Service projects that will be moved to Azure Data Factory. While I go through this we have a few jobs scheduled via SQL Server Agent which has multiple steps. If were to replicate the same using Azure Data Factory triggers is there a way to group multiple pipelines together and sequence the execution accordingly like we have multiple job steps in SQL Server Agents.

For instance:

  1. Load all of the lookup tables
  2. Load all of the staging tables
  3. Load all of the dimension tables
  4. Load Fact table

Please guide in the right direction.

1 Answer 1

1

You can use the Execute Pipeline Activity to build a master pipeline that runs your other pipelines. eg

enter image description here

Sign up to request clarification or add additional context in comments.

2 Comments

Hi @David Browne, Is there a way to group together a few pipelines and add a trigger on them so they run in a sequence?
Yes. The Execute Pipeline Activity. See updated answer.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.