Re: [I] Add support for default view in dag page [airflow]
bbovenzi closed issue #44864: Add support for default view in dag page URL: https://github.com/apache/airflow/issues/44864 -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
Re: [I] Add support for default view in dag page [airflow]
tirkarthi commented on issue #44864: URL: https://github.com/apache/airflow/issues/44864#issuecomment-2822000120 The user settings can be used to set the default view globally now for UI with #47879 changes. I guess this can be closed. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
Re: [I] Add support for default view in dag page [airflow]
bbovenzi commented on issue #44864: URL: https://github.com/apache/airflow/issues/44864#issuecomment-2821988295 We removed the dag code level `dag_default_view` config value. View preferences are saved in the UI on a per-dag basis with localstorage, whatever the user had last selected is what will load in the future. From the dags list, if you click on the bar graph or the "Last run" text, it will link you to that specific dag run. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
Re: [I] Add support for default view in dag page [airflow]
tirkarthi commented on issue #44864: URL: https://github.com/apache/airflow/issues/44864#issuecomment-253792 cc: @jscheffl as per comment https://github.com/apache/airflow/pull/44828#pullrequestreview-2493830331 -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
[I] Add support for default view in dag page [airflow]
tirkarthi opened a new issue, #44864: URL: https://github.com/apache/airflow/issues/44864 ### Description In the legacy UI on selecting the dag from home page the grid view was open by default and the `dag_default_view` from airflow configuration can be used to set the default view. In the new UI it seems we need multiple clicks to get to the dagrun or taskinstance while legacy view was one click. The `dag_default_view` configuration should be used to display the configured view by default when dag page is selected probably by setting the `modal` query parameter with the `dag_default_view` value. I am not sure if it's tracked but thought to create this issue to track this. Please close this if it's tracked elsewhere. ### Use case/motivation Users should have option to have a default view open to avoid multiple clicks to get to a dagrun or taskinstance. ### Related issues _No response_ ### 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
