Skip to content

Comments

Update dag version UI#49088

Merged
bbovenzi merged 3 commits intoapache:mainfrom
astronomer:update-dag-version-ui
Apr 11, 2025
Merged

Update dag version UI#49088
bbovenzi merged 3 commits intoapache:mainfrom
astronomer:update-dag-version-ui

Conversation

@bbovenzi
Copy link
Contributor

@bbovenzi bbovenzi commented Apr 10, 2025

So we wanted to add created_at to dag version. But we use dates a lot, and only using version.created_at made it hard to see when there was a change in a version. So instead, this PR keeps the v1 numbers, but adds created at as a tooltip or inline for the select dropdown.

Closes: #48373

Screenshot 2025-04-10 at 2 54 31 PM Screenshot 2025-04-10 at 2 54 42 PM

^ Add meaningful description above
Read the Pull Request Guidelines for more information.
In case of fundamental code changes, an Airflow Improvement Proposal (AIP) is needed.
In case of a new dependency, check compliance with the ASF 3rd Party License Policy.
In case of backwards incompatible changes please leave a note in a newsfragment file, named {pr_number}.significant.rst or {issue_number}.significant.rst, in airflow-core/newsfragments.

@boring-cyborg boring-cyborg bot added the area:UI Related to UI/UX. For Frontend Developers. label Apr 10, 2025
Copy link
Member

@hussein-awala hussein-awala left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice!

Copy link
Member

@pierrejeambrun pierrejeambrun left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice compromise so everyone is happy :)

@bbovenzi bbovenzi merged commit bc4df6a into apache:main Apr 11, 2025
40 checks passed
@bbovenzi bbovenzi deleted the update-dag-version-ui branch April 11, 2025 13:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area:UI Related to UI/UX. For Frontend Developers.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Use dagversion.created_at instead of dagversion.id in UI

3 participants