Hello everyone, I have created a job that expects ...
# ask-community
d
Hello everyone, I have created a job that expects certain config_schema variables. Am I able to create 3 different schedules for this same job by only changing the config_schema variables passed in the schedule object ? Thanks !
d
Yes, you can do it by returning a RunRequest with a specific config from your schedule function. Docs: https://docs.dagster.io/concepts/partitions-schedules-sensors/schedules#schedules-that-provide-custom-run-config-and-tags
d
Thank you very much. I am gonna try it! @Daniel Gafni