-
|
Hello! 👋 I’m not sure what I have is a bug or intended behaviour - I’m trying to configure a schedule with a variable argument to the run config that should be calculated when the schedule launches a run. Something like this:
However, for the scheduled executions it seems that Is this expected? Should I be supplying a variable run config some other way? Or is this indeed a bug that I should raise a ticket for? Thanks! 🙏 The question was originally asked in Dagster Slack. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
You can use Or you can just use a custom eval function that sets |
Beta Was this translation helpful? Give feedback.
You can use
run_config_fnonScheduleDefinition: https://docs.dagster.io/_apidocs/schedules-sensors#dagster.ScheduleDefinitionOr you can just use a custom eval function that sets
run_configonRunRequest. See the schedule docs: https://docs.dagster.io/concepts/partitions-schedules-sensors/schedules