This is an automated email from the ASF dual-hosted git repository.
bbovenzi pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
from 44b4a3755d Add deferrable mode to `BeamRunPythonPipelineOperator`
(#31471)
add a58dcbb41d Add setup/teardown info to grid/graph view (#32578)
No new revisions were added by this update.
Summary of changes:
airflow/utils/dag_edges.py | 5 ++++
airflow/www/static/js/components/Graph/Edge.tsx | 2 ++
airflow/www/static/js/dag/InstanceTooltip.tsx | 3 +++
airflow/www/static/js/dag/details/graph/Node.tsx | 29 ++++++++++++++++++----
.../static/js/dag/details/taskInstance/Details.tsx | 10 ++++++++
airflow/www/static/js/types/index.ts | 2 ++
airflow/www/static/js/utils/graph.ts | 1 +
airflow/www/views.py | 7 ++++++
tests/utils/test_task_group.py | 28 +++++++++++++++++++++
9 files changed, 82 insertions(+), 5 deletions(-)