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 2021/11/08 03:57:54 UTC

[GitHub] [airflow] surapuramakhil opened a new issue #19458: DAG Run Views showing information of DAG duration

surapuramakhil opened a new issue #19458:
URL: https://github.com/apache/airflow/issues/19458


   ### Description
   
   In Airflow UI. If we go to Browse --> DAG Runs, then DAG Runs view will be displayed.
   
   Table contains a lot of insightful values likes DAG execution date, Start date, end date, Dag config etc
   
   Request to add DAG duration column in the same table.
   DAG Duration i.e. DAG end_date timestamp  - DAG start_date timestamp
   
   ### Use case/motivation
   
   Analytics purpose of knowing DAG duration at all DAGs level. So that I can easily find out which DAG  have least and max duration.
   
   ### Related issues
   
   Checked open issues. There aren't any
   
   ### Are you willing to submit a PR?
   
   - [ ] 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

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



[GitHub] [airflow] bbovenzi commented on issue #19458: DAG Run Views showing information of DAG duration

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


   Should be relatively straightforward to add another column [here](https://github.com/apache/airflow/blob/main/airflow/www/views.py#L3934).
   
   We already have duration on `/taskinstance` as you can see [here](https://github.com/apache/airflow/blob/main/airflow/www/views.py#L4314)


-- 
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] subkanthi commented on issue #19458: DAG Run Views showing information of DAG duration

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


   can I take this on please.


-- 
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] subkanthi commented on issue #19458: DAG Run Views showing information of DAG duration

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


   ![Screen Shot 2021-11-08 at 3 53 12 PM](https://user-images.githubusercontent.com/17434846/140816457-bb11c716-8e3d-4445-b0a3-36d3edbae7bd.png)
   Is it OK to have the duration displayed in seconds? Since duration is not a column in the table, it was removed from order_columns and it wont be sortable.


-- 
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] alexInhert commented on issue #19458: DAG Run Views showing information of DAG duration

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


   Should it have tooltip that explains that the metric is in seconds?


-- 
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 closed issue #19458: DAG Run Views showing information of DAG duration

Posted by GitBox <gi...@apache.org>.
uranusjr closed issue #19458:
URL: https://github.com/apache/airflow/issues/19458


   


-- 
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] alexInhert removed a comment on issue #19458: DAG Run Views showing information of DAG duration

Posted by GitBox <gi...@apache.org>.
alexInhert removed a comment on issue #19458:
URL: https://github.com/apache/airflow/issues/19458#issuecomment-964557144


   Should it have tooltip that explains that the metric is in seconds?


-- 
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