couple questions related to schedules: 1. If I set...
# ask-community
c
couple questions related to schedules: 1. If I set tags on a job definition and then set different values of the same tags on the schedule definition, will the schedule tags override the job tags? 2. is there a way to manually run a schedule via the Dagster Cloud UI?
p
For 1. Yes, the schedule tags will override the job tags.
For 2. This is kind of buried, but if you go to the
Scheduled
tab on the
Runs
page, you should see upcoming schedule ticks. In the actions menu on the right of the row, you can evaluate the next schedule tick and open the resulting run_config/tags in Launchpad
c
got it! thanks
@prha just to confirm, it completely overrides the tags dict right? it's not a merge?
p
it is a merge… the conflicting values will get overwritten
c
ok the UI makes that kind of ambiguous. compare how the future-scheduled run config looks vs when you open it in the launchpad: