apache/airflow

Show dag run note in UI

Geschlossen

#52.516 geöffnet am 30.06.2025

 (5 Kommentare) (2 Reaktionen) (0 zugewiesene Personen)Python (16.781 Forks)batch import
area:UIgood first issuekind:feature

Repository-Metriken

Stars
 (44.809 Sterne)
PR-Merge-Metriken
 (Durchschn. Merge 7T 18h) (834 gemergte PRs in 30 T)

Beschreibung

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