Forum Discussion
christianunr
Helper I
1 year agoOptions 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 option...
- 1 year ago
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.
spencer_sa
Impactful Individual
1 year agoOne 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-Friday-of-every-month/td-p/4334757
If this helps, please consider accepting as a solution to allow others to find it more easily.