Forum Discussion

prastogi's avatar
prastogi
Copper Contributor
Sep 26, 2023
Solved

How to setup ADF Trigger for every quarter

We have a scenario where we want to schedule ADF pipeline to trigger 15th of every first month in quarter. I can see only available option on ADF triggers are up to monthly only.
  • prastogi's avatar
    Nov 02, 2023

    Fixed this issue by using:

     

    1. Created a schedule that will execute 15th of every month

    2. Parent pipeline will trigger an if condition to check if current month is Jan/Apr/Jul/Oct

    3. If #2 condition pass then it will call the child pipeline which is the actual pipeline that I want to execute.

Resources