Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedDon't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.
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.
Solved! Go to Solution.
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.
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.
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.
Within your pipeline, you can add activities to check the current date/time and conditionally execute tasks based on more complex criteria.
One method would be to have a (say) daily schedule where the first activity runs something that determines whether the rest of the pipeline should get run.
Similar to the solution proposed here;
https://community.fabric.microsoft.com/t5/Data-Pipeline/How-to-Schedule-Monthly-Pipeline-Need-Last-F...
If this helps, please consider accepting as a solution to allow others to find it more easily.
User | Count |
---|---|
37 | |
7 | |
4 | |
3 | |
1 |
User | Count |
---|---|
52 | |
15 | |
13 | |
10 | |
8 |