From c0c2eda4256ac319feea69f86e61a829e81532d0 Mon Sep 17 00:00:00 2001 From: JamieDeMaria Date: Fri, 15 Dec 2023 14:06:34 -0500 Subject: [PATCH] skip for ops too --- .../dagster/dagster/_core/execution/plan/execute_step.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python_modules/dagster/dagster/_core/execution/plan/execute_step.py b/python_modules/dagster/dagster/_core/execution/plan/execute_step.py index 5db952c8fe4a8..2fbd81041bff9 100644 --- a/python_modules/dagster/dagster/_core/execution/plan/execute_step.py +++ b/python_modules/dagster/dagster/_core/execution/plan/execute_step.py @@ -717,7 +717,7 @@ def _store_output( if ( step_output.properties.asset_check_key or (step_context.output_observes_source_asset(step_output_handle.output_name)) - or (output_context.has_asset_key and output_context.dagster_type.is_nothing) + or output_context.dagster_type.is_nothing ): yield from _log_asset_materialization_events_for_asset( step_context=step_context,