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

[dagit] Remove asset graph bundling based on path prefixes, experimental flag #8127

Merged
merged 3 commits into from
Jun 1, 2022

Conversation

bengotow
Copy link
Collaborator

Summary & Motivation

This PR removes the visual "bundling" of assets on the asset graph into folders. This behavior was primarily useful for the global graph which could display assets. Per discussion with Josh it's unlikely we'll still want this with asset groups, because 1) on asset group graphs, nodes in other asset groups will always be shown as links and 2) on the lineage graph, it's unlikely the bundling of a few upstream assets will make the rendering cleaner. (The graph will be small).

We could potentially bring it back for #2 if we want to, but the code is fairly complex and I'd like to not have it lying around unused.

How I Tested These Changes

@vercel
Copy link

vercel bot commented May 31, 2022

The latest updates on your projects. Learn more about Vercel for Git ↗︎

2 Ignored Deployments
Name Status Preview Updated
dagit-storybook ⬜️ Ignored (Inspect) Jun 1, 2022 at 2:12AM (UTC)
dagster ⬜️ Ignored (Inspect) Jun 1, 2022 at 2:12AM (UTC)

@bengotow bengotow requested a review from hellendag May 31, 2022 17:39
@bengotow bengotow force-pushed the abg/remove-global-graph branch from 79a86ec to d588414 Compare May 31, 2022 18:32
@bengotow bengotow force-pushed the abg/remove-global-graph-foldering branch from 33a5946 to 219737a Compare May 31, 2022 18:32
@bengotow bengotow force-pushed the abg/remove-global-graph branch from d588414 to 32511ad Compare May 31, 2022 18:41
@bengotow bengotow force-pushed the abg/remove-global-graph-foldering branch from 219737a to 7cb563d Compare May 31, 2022 18:41
Base automatically changed from abg/remove-global-graph to master May 31, 2022 19:30
@bengotow bengotow force-pushed the abg/remove-global-graph-foldering branch 3 times, most recently from 85868e6 to a6a57d3 Compare May 31, 2022 20:34
@bengotow bengotow force-pushed the abg/remove-global-graph-foldering branch from a6a57d3 to 861f106 Compare June 1, 2022 02:12
@bengotow bengotow merged commit bc3fde4 into master Jun 1, 2022
@bengotow bengotow deleted the abg/remove-global-graph-foldering branch June 1, 2022 12:42
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.

2 participants