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

Flow run graphs should differentiate tasks by their tag attributes #13985

Open djsauble opened 2 weeks ago

djsauble commented 2 weeks ago

Prefect Version

3.x

Describe the current behavior

Flow run graphs highlight tasks with a color that corresponds to their state (green for complete, red for failed, etc). However, tags are another vital piece of metadata, and the only way to see tags today is to click an individual task in the graph and open its detail drawer.

Describe the proposed behavior

The flow graph should include tags so that I can see any user-provided annotations at a glance. There are many ways to do this. Here are a few ideas:

Example Use

Additional context

No response

schnee commented 2 weeks ago

Thank you for injecting this, @djsauble