Skip to content

Improve Graph View Performance#65031

Draft
bbovenzi wants to merge 1 commit intoapache:mainfrom
astronomer:improve-graph-performance
Draft

Improve Graph View Performance#65031
bbovenzi wants to merge 1 commit intoapache:mainfrom
astronomer:improve-graph-performance

Conversation

@bbovenzi
Copy link
Copy Markdown
Contributor

  • Make it easier to navigate by restoring "Zoom to Task" button and increase minZoom to 0.01 for large dags
  • Use Elk Worker to move calculation off the main thread
  • Reduce number of times we're walking through all Nodes and Edges
  • Simplify Node components by disabling unused callbacks
  • Simplify elk graph calculation settings for large graphs (edge thoroughness and opting for simple placement)
  • Turn off minimap for truly large dags (requires calculating the graph twice)

Closes #64970


Was generative AI tooling used to co-author this PR?
  • Yes Claude Sonnet 4.6

  • Read the Pull Request Guidelines for more information. Note: commit author/co-author name and email in commits become permanently public when merged.
  • For fundamental code changes, an Airflow Improvement Proposal (AIP) is needed.
  • When adding dependency, check compliance with the ASF 3rd Party License Policy.
  • For significant user-facing changes create newsfragment: {pr_number}.significant.rst, in airflow-core/newsfragments. You can add this file in a follow-up commit after the PR is created so you know the PR number.

@bbovenzi bbovenzi added this to the Airflow 3.2.1 milestone Apr 10, 2026
@bbovenzi bbovenzi added area:UI Related to UI/UX. For Frontend Developers. backport-to-v3-2-test Mark PR with this label to backport to v3-2-test branch labels Apr 10, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area:translations area:UI Related to UI/UX. For Frontend Developers. backport-to-v3-2-test Mark PR with this label to backport to v3-2-test branch translation:default

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add virtualization to dag and asset graphs

1 participant