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

[external-assets] Update AssetGraph accessor callsites to fetch nodes #20132

Merged
merged 1 commit into from
Mar 7, 2024

Conversation

smackesey
Copy link
Collaborator

@smackesey smackesey commented Feb 28, 2024

Summary & Motivation

Internal companion PR: https://github.com/dagster-io/internal/pull/8462

Part 2 of AssetGraph node implementation. Here we remove the old property accessor methods on AssetGraph and change the callsites to access nodes and call the accessor on the node objects instead.

How I Tested These Changes

Existing test suite.

@smackesey smackesey force-pushed the sean/external-assets-asset-graph-nodes branch from ff8d5c8 to f29fe01 Compare February 28, 2024 17:54
@smackesey smackesey force-pushed the sean/external-assets-asset-graph-callsites branch from 4a29f71 to da302fa Compare February 28, 2024 17:54
@smackesey smackesey force-pushed the sean/external-assets-asset-graph-nodes branch from f29fe01 to dfc5cb1 Compare February 28, 2024 19:22
@smackesey smackesey force-pushed the sean/external-assets-asset-graph-callsites branch from da302fa to 19d2ba5 Compare February 28, 2024 19:22
@smackesey smackesey force-pushed the sean/external-assets-asset-graph-nodes branch from dfc5cb1 to d7f3f4b Compare February 28, 2024 20:25
@smackesey smackesey force-pushed the sean/external-assets-asset-graph-callsites branch from 19d2ba5 to 0f1c2e7 Compare February 28, 2024 20:25
@smackesey smackesey force-pushed the sean/external-assets-asset-graph-nodes branch from d7f3f4b to 0529c67 Compare February 28, 2024 23:03
@smackesey smackesey force-pushed the sean/external-assets-asset-graph-nodes branch 3 times, most recently from cf187b8 to dc8fb63 Compare February 29, 2024 02:07
@smackesey smackesey force-pushed the sean/external-assets-asset-graph-nodes branch 6 times, most recently from 1fcdd2d to bac78b2 Compare March 1, 2024 16:36
@smackesey smackesey force-pushed the sean/external-assets-asset-graph-nodes branch 2 times, most recently from 8d7d177 to f211e23 Compare March 1, 2024 18:47
@smackesey smackesey force-pushed the sean/external-assets-asset-graph-callsites branch from 0f1c2e7 to 991eef7 Compare March 1, 2024 18:47
@smackesey smackesey force-pushed the sean/external-assets-asset-graph-nodes branch 2 times, most recently from 3ad746c to 4144704 Compare March 2, 2024 20:43
@smackesey smackesey force-pushed the sean/external-assets-asset-graph-callsites branch from 991eef7 to fb44397 Compare March 2, 2024 20:43
@smackesey smackesey force-pushed the sean/external-assets-asset-graph-callsites branch from d5de819 to 83293c9 Compare March 5, 2024 22:09
@smackesey smackesey force-pushed the sean/external-assets-asset-graph-nodes branch from 41f6169 to a8b3346 Compare March 5, 2024 23:22
@smackesey smackesey force-pushed the sean/external-assets-asset-graph-callsites branch from 83293c9 to 6596798 Compare March 5, 2024 23:22
@smackesey smackesey force-pushed the sean/external-assets-asset-graph-nodes branch 5 times, most recently from 580f7fe to b03c797 Compare March 7, 2024 11:57
@smackesey smackesey force-pushed the sean/external-assets-asset-graph-callsites branch from 6596798 to 715992d Compare March 7, 2024 11:57
@smackesey smackesey force-pushed the sean/external-assets-asset-graph-nodes branch from b03c797 to b3ba639 Compare March 7, 2024 12:05
@smackesey smackesey force-pushed the sean/external-assets-asset-graph-callsites branch from 715992d to 620d0c2 Compare March 7, 2024 12:05
@smackesey smackesey force-pushed the sean/external-assets-asset-graph-nodes branch from b3ba639 to d58d492 Compare March 7, 2024 12:33
@smackesey smackesey force-pushed the sean/external-assets-asset-graph-callsites branch from 620d0c2 to c1ee471 Compare March 7, 2024 12:39
@smackesey smackesey force-pushed the sean/external-assets-asset-graph-callsites branch from c1ee471 to d8f94a8 Compare March 7, 2024 13:10
@smackesey smackesey force-pushed the sean/external-assets-asset-graph-nodes branch from d58d492 to 3a653f2 Compare March 7, 2024 14:07
@smackesey smackesey force-pushed the sean/external-assets-asset-graph-callsites branch from d8f94a8 to c7142ad Compare March 7, 2024 14:07
@smackesey smackesey force-pushed the sean/external-assets-asset-graph-nodes branch 2 times, most recently from f60e7cb to cbccceb Compare March 7, 2024 14:48
Base automatically changed from sean/external-assets-asset-graph-nodes to master March 7, 2024 14:48
[INTERNAL_BRANCH=sean/external-assets-asset-graph-nodes]
@smackesey smackesey force-pushed the sean/external-assets-asset-graph-callsites branch from c7142ad to 94186ae Compare March 7, 2024 14:50
@smackesey smackesey merged commit 3dd5ed3 into master Mar 7, 2024
1 check passed
@smackesey smackesey deleted the sean/external-assets-asset-graph-callsites branch March 7, 2024 15:26
PedramNavid pushed a commit that referenced this pull request Mar 28, 2024
…#20132)

## Summary & Motivation

Internal companion PR: dagster-io/internal#8462

Part 2 of `AssetGraph` node implementation. Here we remove the old
property accessor methods on `AssetGraph` and change the callsites to
access nodes and call the accessor on the node objects instead.

## How I Tested These Changes

Existing test suite.
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