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/02/28 17:20:23 UTC

[GitHub] [airflow] Jorricks commented on pull request #21868: Show DagModel details.

Jorricks commented on pull request #21868:
URL: https://github.com/apache/airflow/pull/21868#issuecomment-1054483519


   > What extra information are you adding here?
   > 
   > * We already show `dag_id` and `description` at the top of the dag page.
   > * `fileloc` is already displayed as `Relative file location`
   > * I guess we could add `default_view`, but that is a UI setting not anything that affects how a DAG runs.
   
   There are many, like when the DAG was parsed, when the next DagRun should be and a lot more..
   It's directly obvious but there is a lot of info there that I am missing out on currently.
   
   I do agree with you, I could prevent the `dag_id, description, fileloc` from being shown as well.


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