Forum Discussion

christianunr's avatar
christianunr
Icon for Helper I rankHelper I
1 year ago
Solved

Options for more complicated pipeline scheduling

Hello, I am trying to setup some Fabric Pipelines but it is very limiting. If I choose the weekly option, I am only allowed 10 choices a day? This is very limiting and am looking to see if any options exist where I can schedule a pipeline on a cron-like schedule.

  • I have figured out that I can use Python or Power Automate to send a POST method to the Fabric API to trigger the pipeline.

4 Replies

  • Within your pipeline, you can add activities to check the current date/time and conditionally execute tasks based on more complex criteria.

  • v-pnaroju-msft's avatar
    v-pnaroju-msft
    Icon for Community Support rankCommunity Support

    Hi christianunr,

     

    We appreciate your query posted on the Microsoft Fabric Community Forum.

     

    The direct scheduling options in Fabric Pipelines offer basic recurring schedules, such as daily and weekly, but with certain limitations on granularity. Unfortunately, direct cron-like scheduling functionality is not natively supported within the pipeline user interface.

    To address more complex scheduling requirements, a viable solution is to use multiple pipelines. If the scheduling demands exceed the existing limits, you can consider dividing the tasks across multiple pipelines. Each pipeline can then be scheduled independently, enabling efficient distribution of tasks across different schedules.

     

    If you find this response useful, we kindly request you to mark it as the accepted solution and provide kudos. This will also assist other community members who may face similar challenges.

     

    Thank you.

  • I have figured out that I can use Python or Power Automate to send a POST method to the Fabric API to trigger the pipeline.