apache/airflow

Show dag run note in UI

Open

#52516 opened on Jun 30, 2025

View on GitHub
 (2 comments) (2 reactions) (0 assignees)Python (44,809 stars) (16,781 forks)batch import
area:UIgood first issuekind:feature

Description

Description

It's possible to add a note to a dag run and task instances. But it's not apparent from the UI (in Airflow 3) that there is a note.

  • In the grid view, there would be a small icon on top of the dag/task bloc in Airflow 2
  • Moreover, in the dag runs tab, it would be very helpful to be able to see the (partial) content of the note

Use case/motivation

I often go over failed dag runs to rety them. However, some dag runs fail for a good reason, making it useless to retry them. I tend to annotate those dag runs with a note. It's quite usefull to see what runs were annotated (and why), so that I can see from the list of dag runs or from the grid view which ones I already examined.

Related issues

No response

Are you willing to submit a PR?

  • Yes I am willing to submit a PR!

Code of Conduct

Contributor guide