PrefectHQ / prefect

Prefect is a workflow orchestration framework for building resilient data pipelines in Python.
https://prefect.io
Apache License 2.0
15.32k stars 1.5k forks source link

Add flow name to "Run a Deployment" deployment to run selection screen #14310

Closed tjboller closed 5 days ago

tjboller commented 6 days ago

First check

Prefect Version

3.x

Describe the current behavior

it's difficult to know which deployment to select with naming conventions like this

image

Describe the proposed behavior

The Flow name would prepend the deployment name Ex

foo-bar/dev-0-5-1

Example Use

visually select the right deployment

Additional context

No response