PipelineRunInvokedBy Class
Provides entity name and id that started the pipeline run.
Constructor
PipelineRunInvokedBy(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
name
|
Name of the entity that started the pipeline run. |
|
id
|
The ID of the entity that started the run. |
|
invoked_by_type
|
The type of the entity that started the run. |
|
pipeline_name
|
The name of the pipeline that triggered the run, if any. |
|
pipeline_run_id
|
The run id of the pipeline that triggered the run, if any. |
Attributes
id
The ID of the entity that started the run.
id: str | None
invoked_by_type
The type of the entity that started the run.
invoked_by_type: str | None
name
Name of the entity that started the pipeline run.
name: str | None
pipeline_name
The name of the pipeline that triggered the run, if any.
pipeline_name: str | None
pipeline_run_id
The run id of the pipeline that triggered the run, if any.
pipeline_run_id: str | None