Michal Barer
07/14/2024, 11:24 AMDeployment.build_from_flow(schedules=[...], parameters={...}
. Is it possible to pass different schedules with different default parameters?Chris Guidry
07/15/2024, 1:29 PMDeployment
for each set of parameters. The parameters aren't connected to the schedule, but rather it's the Deployment
that ties together schedules and parameters.Michal Barer
07/16/2024, 8:03 AM