Create a Workflow Schedule with varying Parameters

marcuskw
Databricks Partner

We aim to reduce the amount of notebooks we create to a minimum and instead make these fairly flexible. Therefore we have a Factory setup that takes in a parameter to varies the logic.

However when it comes to Workflows we are forced to create multiple workflows that do more or less the same thing:
- Run notebook with Parameter X
- Run notebook with Parameter Y
- Run notebook with Parameter Z

Is there any development ongoing to have multiple schedules per Workflow? And the schedule could come with a parameter input?

That way we only have 1 Workflow and we instead have 3 different schedules with parameter X, Y, Z.