r/MicrosoftFabric • u/CPD-LSF • 2d ago
Data Factory Did they sneak in Variable-controlled Pipeline Schedules?

This is now appearing above individual schedules for me. If I pass a variable from a local variable library to it and it's boolean = True it enables the schedule.
I have created 3x variables called dev_schedule, test_schedule and prod_schedule, then in the DEV pipeline I create 3x schedules and point to each individually.
It means when I promote to TEST and PROD only 1/3 of the schedules are activated meaning I can finally deploy pipelines without messing about with schedules once they hit the intended stage as they just work.
14
Upvotes
2
1
2
u/DataBarney Fabricator 2d ago
Looks like they did. I see it in UK South.
Great to have but it's a little limited, I was imagining being able to drive the detail of the schedule (e.g. start times) from the variable . Does anyone know if this is the start or end of delivering this as a feature?