Skip to content

Commit

Permalink
fix merge issue
Browse files Browse the repository at this point in the history
  • Loading branch information
jamiedemaria committed Dec 8, 2023
1 parent 2ded3ff commit e1946ed
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1445,8 +1445,8 @@ def run(self) -> DagsterRun:

@deprecated(**_get_deprecation_kwargs("dagster_run"))
@property
@_copy_docs_from_op_execution_context
def dagster_run(self) -> DagsterRun:
"""DagsterRun: The current job run."""
return self.op_execution_context.dagster_run

@deprecated(**_get_deprecation_kwargs("run_id"))
Expand Down

0 comments on commit e1946ed

Please sign in to comment.