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/03/09 14:03:17 UTC

[GitHub] [airflow] bbovenzi commented on pull request #22118: Separate dag UI display name from dag_id

bbovenzi commented on pull request #22118:
URL: https://github.com/apache/airflow/pull/22118#issuecomment-1062952359


   Nice work. I think there are a few other areas of the UI we need to update once all the python code is ready.
   
   - The title of a DAG page: https://github.com/apache/airflow/blob/main/airflow/www/templates/airflow/dag.html#L83
   - We'll want to show both `dag_id` and `display_name` to all the details pages: https://github.com/apache/airflow/blob/main/airflow/www/templates/airflow/dag_details.html
   https://github.com/apache/airflow/blob/main/airflow/www/templates/airflow/dagrun_details.html
   https://github.com/apache/airflow/blob/main/airflow/www/templates/airflow/task.html
   - We probably want to search by `display_name` on the home page: https://github.com/apache/airflow/blob/main/airflow/www/views.py#L707
   


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