Skip to content

Commit

Permalink
skip for ops too
Browse files Browse the repository at this point in the history
  • Loading branch information
jamiedemaria committed Jan 2, 2024
1 parent 3f09a57 commit a9f7ba4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit a9f7ba4

Please sign in to comment.