PrefectHQ / legacy-ui

The home of the Prefect 1 UI
https://cloud.prefect.io
Other
179 stars 42 forks source link

Expose setting labels on Clocks/Schedules in the UI #962

Open kvnkho opened 3 years ago

kvnkho commented 3 years ago

Why Some users want to set the labels through the UI over the programming interface. They want the ability to set different labels on different clocks for a Flow. Think one clock with label "dev" and one clock with label "prod" so that these flows go run on different agents (potentially with different Parameters).

What

Just a suggestion but I think it makes sense as new tab here beside Schedule and Parameters:

Screen Shot 2021-07-22 at 3 20 06 PM
zhen0 commented 2 years ago

Adding a label to consider for Orion. I think this would also need Cloud work to add labels to the clock input in the create_flow_group_Schedule mutation.

gabriel-milan commented 2 years ago

@zhen0 do you think this will be available at Orion?

zhen0 commented 2 years ago

@zhen0 do you think this will be available at Orion?

Check out the docs on deployments in Orion. I think the connection they provide between tags and schedules is what you're looking for.