ms32035 opened a new pull request #13199: URL: https://github.com/apache/airflow/pull/13199
<!-- Thank you for contributing! Please make sure that your code changes are covered with tests. And in case of new features or big changes remember to adjust the documentation. Feel free to ping committers for the review! In case of existing issue, reference it using one of the following: closes: #ISSUE related: #ISSUE How to write a good git commit message: http://chris.beams.io/posts/git-commit/ --> This PR add a new view displaying dependencies between the DAGs. It's based on my DAG Dependencies plugin (https://github.com/ms32035/airflow-dag-dependencies) and has been updated to work with Airflow 2.0. Since quite a bit of code is common with DAG graph view, that has been externalized to a new module. Once this is merged, I will deprecate the plugin. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
