Skip to content

Commit b3636cd

Browse files
author
nazarfil
committed
fix: current run pipeline
1 parent 902123f commit b3636cd

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

openhexa/sdk/pipelines/run.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ def _connected(self):
2727

2828
@property
2929
def pipeline_run_id(self) -> Any:
30+
"""Get the current pipeline run ID."""
3031
return OpenHexaClient().current_pipeline_run()["id"]
3132

3233
def get_pipline(self) -> CurrentPipelineRunCurrentPipelineRunPipeline:

0 commit comments

Comments
 (0)