Uh oh!
There was an error while loading. Please reload this page.
Showing approximate time until next dag_run in Airflow - #20273
Conversation
pateash
commented
Dec 13, 2021
pateash
commented
Dec 13, 2021
bbovenzi
left a comment
There was a problem hiding this comment.
Looks great. I just think we can improve the copy. Maybe Next run in? and then it doesn't need to be bold
@bbovenzi Sure, Is this looks good? |
The PR is likely OK to be merged with just subset of tests for default Python and Database versions without running the full matrix of tests, because it does not modify the core of Airflow. If the committers decide that the full tests matrix is needed, they will add the label 'full tests needed'. Then you should rebase to the latest main or amend the last commit of the PR, and push it with --force-with-lease. |






closes: #19098
Description
It will be really helpful if we can add a dynamic message/tooltip which shows time remaining for next dagrun in UI.
Use case/motivation
Although we have next_run available in UI, user has to look into schedule and find the timedifference between schedule and current time, It will be really convenient to have that information available on fingertips.