Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Dagre bug workaround] Fallback to longest-path and network-simplex in asset graph in case of dagre bug #21157

Merged
merged 2 commits into from
Apr 11, 2024

Conversation

salazarm
Copy link
Contributor

@salazarm salazarm commented Apr 11, 2024

Summary & Motivation

dagrejs/dagre#234

I was able to successfully render a buggy asset graph by falling all the way back to network-simplex, which is slow, but better than nothing.

How I Tested These Changes

Tested this with a customer's graph that is running into this issue

Copy link

Deploy preview for dagit-core-storybook ready!

✅ Preview
https://dagit-core-storybook-lg24wuhct-elementl.vercel.app
https://slaazarm-fallback-to-longest-path.core-storybook.dagster-docs.io

Built with commit b1d47e0.
This pull request is being automatically deployed with vercel-action

@salazarm salazarm merged commit 2a71906 into master Apr 11, 2024
2 checks passed
@salazarm salazarm deleted the slaazarm/fallback-to-longest-path branch April 11, 2024 15:51
yuhan pushed a commit that referenced this pull request Apr 11, 2024
…n asset graph in case of dagre bug (#21157)

## Summary & Motivation

I was able to successfully render a buggy asset graph by falling all the
way back to network-simplex, which is slow, but better than nothing.

## How I Tested These Changes

Tested this with a customer's graph that is running into this issue
@bengotow
Copy link
Collaborator

Ahhh this is a great fix, good idea!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants