https://dagster.io/ logo
Title
m

Mark

05/12/2021, 4:20 PM
Hi again, i am trying to figure out how to start a scheduled pipeline based on a PresetDefinition or even better based on a ModeDefinition. I found this https://github.com/dagster-io/dagster/issues/2056 but it seems to be outdated? What is the current way to schedule a pipeline based on on of its mode_defs and/or preset_defs?
d

daniel

05/12/2021, 4:21 PM
m

Mark

05/12/2021, 4:25 PM
Thanks again for the immediate support! Based on the issue i just thought i missed some way to reference a mode that is not documented.
d

daniel

05/12/2021, 4:26 PM
Yeah, it's a bit confusing. You can reference a mode to use in the pipeline launched by the schedule, but you still need to supply the config for it as part of the schedule function.