Skip to content

Commit

Permalink
build_subsettable_named_ins
Browse files Browse the repository at this point in the history
  • Loading branch information
schrockn committed Jun 8, 2024
1 parent 60ac373 commit 0ea95e1
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ def build_asset_outs(asset_outs: Mapping[str, AssetOut]) -> Mapping[AssetKey, "N
return named_outs_by_asset_key


def build_subsettable_asset_ins(
def build_subsettable_named_ins(
asset_ins: Mapping[AssetKey, Tuple[str, In]],
asset_outs: Mapping[AssetKey, Tuple[str, Out]],
internal_upstream_deps: Iterable[AbstractSet[AssetKey]],
Expand Down Expand Up @@ -252,7 +252,7 @@ def __init__(
(
{
**named_ins_by_asset_key,
**build_subsettable_asset_ins(
**build_subsettable_named_ins(
named_ins_by_asset_key,
named_outs_by_asset_key,
self.internal_deps.values(),
Expand Down

0 comments on commit 0ea95e1

Please sign in to comment.