Skip to content

Commit

Permalink
straggling rename
Browse files Browse the repository at this point in the history
  • Loading branch information
jamiedemaria committed Jan 18, 2024
1 parent fe5fdbf commit 0d98e03
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_upstream(self.asset_key)
return self.step_context.asset_partitions_time_window_for_upstream_asset(self.asset_key)

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

0 comments on commit 0d98e03

Please sign in to comment.