bbovenzi opened a new pull request, #29413: URL: https://github.com/apache/airflow/pull/29413
Embed the graph view inside of the grid view so a user can see history and dependencies at the same time. Closes: https://github.com/apache/airflow/issues/19939 <img width="1058" alt="Screenshot 2023-02-07 at 7 05 31 PM" src="https://user-images.githubusercontent.com/4600967/217395086-1615924a-9431-4bbb-ab59-014b2d12b56b.png"> Task Groups: <img width="1184" alt="Screenshot 2023-02-07 at 7 07 44 PM" src="https://user-images.githubusercontent.com/4600967/217395348-5d6e46a2-221c-439e-ad02-e671e936c367.png"> A complex DAG: <img width="1705" alt="Screenshot 2023-02-07 at 7 04 41 PM" src="https://user-images.githubusercontent.com/4600967/217395201-18749573-3358-449b-b907-b22f72bda24e.png"> Dynamic task groups: <img width="1005" alt="Screenshot 2023-02-07 at 7 08 51 PM" src="https://user-images.githubusercontent.com/4600967/217395497-5df7f62e-2777-481e-b13b-1bebe86da935.png"> Edge labels: <img width="1027" alt="Screenshot 2023-02-07 at 7 10 35 PM" src="https://user-images.githubusercontent.com/4600967/217395704-0ea1eda8-55fa-4433-a22e-da4a09851bef.png"> Allows users to quickly clear a task group. Closes: https://github.com/apache/airflow/issues/29380 The current graph is built off of dagre-d3 which has been deprecated for quite some time now. So in one way or another we had to update the graph. --- **^ Add meaningful description above** Read the **[Pull Request Guidelines](https://github.com/apache/airflow/blob/main/CONTRIBUTING.rst#pull-request-guidelines)** for more information. In case of fundamental code changes, an Airflow Improvement Proposal ([AIP](https://cwiki.apache.org/confluence/display/AIRFLOW/Airflow+Improvement+Proposals)) is needed. In case of a new dependency, check compliance with the [ASF 3rd Party License Policy](https://www.apache.org/legal/resolved.html#category-x). In case of backwards incompatible changes please leave a note in a newsfragment file, named `{pr_number}.significant.rst` or `{issue_number}.significant.rst`, in [newsfragments](https://github.com/apache/airflow/tree/main/newsfragments). -- 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]
