Skip to content

Commit

Permalink
fix straggler
Browse files Browse the repository at this point in the history
  • Loading branch information
jamiedemaria committed Jan 10, 2024
1 parent e76da86 commit f062952
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -405,7 +405,7 @@ def asset_partitions_time_window(self) -> TimeWindow:
"Tried to access asset_partitions_time_window, but the asset is not partitioned.",
)

return self.step_context.asset_partitions_time_window_for_input(self.name)
return self.step_context.asset_partitions_time_window_for_upstream(self.asset_key)

@public
def get_identifier(self) -> Sequence[str]:
Expand Down

0 comments on commit f062952

Please sign in to comment.