From 052f08e1911bab954ce4ec1e1a74511b991d2b92 Mon Sep 17 00:00:00 2001 From: JamieDeMaria Date: Thu, 18 Jan 2024 10:54:58 -0500 Subject: [PATCH] straggling rename --- python_modules/dagster/dagster/_core/execution/context/input.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python_modules/dagster/dagster/_core/execution/context/input.py b/python_modules/dagster/dagster/_core/execution/context/input.py index 6b287fd235d2c..6ce898b024e3d 100644 --- a/python_modules/dagster/dagster/_core/execution/context/input.py +++ b/python_modules/dagster/dagster/_core/execution/context/input.py @@ -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]: