You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2022/08/26 13:49:56 UTC

[GitHub] [airflow] fatmumuhomer opened a new issue, #22238: Option to display Last Run and Next Run based on data_interval_end

fatmumuhomer opened a new issue, #22238:
URL: https://github.com/apache/airflow/issues/22238

   ### Description
   
   Currently the DAGs view shows the Last Run and Next Run values using the data_interval_start. The full data interval information is available if the user hovers over the field. Airflow should allow these two fields to display the data_interval_end instead. This could be configurable at a system level via an environment variable or airflow.cfg or, if possible, per user.
   
   ### Use case/motivation
   
   There are two use case:
   1. To support users who are interested in monitoring data loads but who are not familiar with Airflow and may be confused by the concept of the data interval and, specifically, why the UI is showing the data_interval_start.
   2. The majority of the DAGs my team manages care more about the data_interval_end than the start and so we would, at a glance, prefer to be able to see the DAG information in relation to that.
   
   ### Related issues
   
   _No response_
   
   ### Are you willing to submit a PR?
   
   - [X] Yes I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of Conduct](https://github.com/apache/airflow/blob/main/CODE_OF_CONDUCT.md)
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@airflow.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [airflow] fatmumuhomer commented on issue #22238: Option to display Last Run and Next Run based on data_interval_end

Posted by GitBox <gi...@apache.org>.
fatmumuhomer commented on issue #22238:
URL: https://github.com/apache/airflow/issues/22238#issuecomment-1229445922

   @uranusjr Will that also work for DAGs that are scheduled using other methods such as cron expressions? 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [airflow] fatmumuhomer commented on issue #22238: Option to display Last Run and Next Run based on data_interval_end

Posted by GitBox <gi...@apache.org>.
fatmumuhomer commented on issue #22238:
URL: https://github.com/apache/airflow/issues/22238#issuecomment-1228514885

   It's something I'm figuring out how to implement. I still think it's a good change to make as it regularly causes confusion for users at my company.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [airflow] fatmumuhomer closed issue #22238: Option to display Last Run and Next Run based on data_interval_end

Posted by GitBox <gi...@apache.org>.
fatmumuhomer closed issue #22238: Option to display Last Run and Next Run based on data_interval_end
URL: https://github.com/apache/airflow/issues/22238


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [airflow] caupetit-itf commented on issue #22238: Option to display Last Run and Next Run based on data_interval_end

Posted by GitBox <gi...@apache.org>.
caupetit-itf commented on issue #22238:
URL: https://github.com/apache/airflow/issues/22238#issuecomment-1228319063

   Hello ! I would be very interested by this feature to open the UI to some stakeholders, is this still an ongoing thing ?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [airflow] uranusjr commented on issue #22238: Option to display Last Run and Next Run based on data_interval_end

Posted by GitBox <gi...@apache.org>.
uranusjr commented on issue #22238:
URL: https://github.com/apache/airflow/issues/22238#issuecomment-1229369978

   Now that we move the ordering logic to the timetable (#25633 and #25880), we should display this information based on that.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org