I have an import pipeline (Pipeline A) that runs every 2 hours, it imports the Data from local SQL DBs up into my Azure DB.
Part of this data is used with integration into a 3rd party system (that is updated every 2 hours) the other parts of this data are used for Reporting.
I have a Monthly Report Pipeline (Pipeline B) that does the following:
Executes Stored Procedures, Outputs the results to a Blob, then triggers a Logic App to upload the contents of the Blob to the destination.
However, If Pipeline B is triggered whilst Pipeline A is running, then there will be errors.
I would like to create a Monthly trigger for Pipeline B, but make it so that it is only ever run after Pipeline A first completes on the first day of the Month.
Ideas?
question from:
https://stackoverflow.com/questions/65877524/trigger-pipeline-b-on-monthly-schedule-and-when-pipeline-a-is-completed 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…