Skip to content

Commit

Permalink
[external-assets] Add AssetNode to AssetGraph
Browse files Browse the repository at this point in the history
[INTERNAL_BRANCH=sean/external-assets-asset-graph-nodes]
  • Loading branch information
smackesey committed Feb 28, 2024
1 parent e7f3967 commit 287503a
Show file tree
Hide file tree
Showing 8 changed files with 488 additions and 345 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ def asset_records_to_prefetch(self) -> Sequence[AssetKey]:
return [
key
for key in self.auto_materialize_asset_keys_and_parents
if (self.asset_graph.has_asset(key) and self.asset_graph.is_materializable(key))
if (self.asset_graph.has(key) and self.asset_graph.is_materializable(key))
]

@property
Expand Down
Loading

0 comments on commit 287503a

Please sign in to comment.