diff --git a/python_modules/dagster/dagster/_core/execution/context/compute.py b/python_modules/dagster/dagster/_core/execution/context/compute.py index 01770b0c467d0..dc6adc61cf7fd 100644 --- a/python_modules/dagster/dagster/_core/execution/context/compute.py +++ b/python_modules/dagster/dagster/_core/execution/context/compute.py @@ -1266,7 +1266,7 @@ def asset_check_spec(self) -> AssetCheckSpec: OP_EXECUTION_CONTEXT_ONLY_METHODS = set( [ - "describe_op", # TODO - used by internals + "describe_op", "file_manager", "has_assets_def", "get_mapping_key",