PipelineRunInvokedBy Class

Provides entity name and id that started the pipeline run.

Constructor

PipelineRunInvokedBy(*args: Any, **kwargs: Any)

Variables

Name Description
name
str

Name of the entity that started the pipeline run.

id
str

The ID of the entity that started the run.

invoked_by_type
str

The type of the entity that started the run.

pipeline_name
str

The name of the pipeline that triggered the run, if any.

pipeline_run_id
str

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