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 bb8d465f221 Clean Leftovers of RemovedInAirflow3Warning (#47264)
     add 4d98dc2555e Add Dag Dependencies as option to Dag Graph view (#47361)

No new revisions were added by this update.

Summary of changes:
 airflow/ui/src/components/DagVersionSelect.tsx     |   2 +-
 .../Graph/{AssetNode.tsx => AliasNode.tsx}         |   8 +-
 .../Graph/{JoinNode.tsx => AssetConditionNode.tsx} |  17 ++-
 airflow/ui/src/components/Graph/DagNode.tsx        |   4 +-
 airflow/ui/src/components/Graph/Edge.tsx           |   2 +-
 airflow/ui/src/components/Graph/reactflowUtils.ts  |   3 +-
 airflow/ui/src/components/Graph/useGraphLayout.ts  |   4 +-
 airflow/ui/src/constants/searchParams.ts           |   1 +
 airflow/ui/src/layouts/Details/Graph/Graph.tsx     |  59 ++++++++--
 airflow/ui/src/layouts/Details/PanelButtons.tsx    | 124 ++++++++++++++++-----
 airflow/ui/src/pages/Asset/AssetGraph.tsx          |  15 ++-
 11 files changed, 189 insertions(+), 50 deletions(-)
 copy airflow/ui/src/components/Graph/{AssetNode.tsx => AliasNode.tsx} (91%)
 copy airflow/ui/src/components/Graph/{JoinNode.tsx => AssetConditionNode.tsx} 
(70%)

Reply via email to