PipelineRunInvokedBy Class
Provides entity name and id that started the pipeline run.
Variables are only populated by the server, and will be ignored when sending a request.
Constructor
PipelineRunInvokedBy(**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. |