PipelineRun Class

Information about a pipeline run.

Variables are only populated by the server, and will be ignored when sending a request.

Inheritance
azure.mgmt.datafactory._serialization.Model
PipelineRun

Constructor

PipelineRun(*, additional_properties: Dict[str, MutableMapping[str, Any]] | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
additional_properties
dict[str, <xref:JSON>]

Unmatched properties from the message are deserialized to this collection.

Variables

Name Description
additional_properties
dict[str, <xref:JSON>]

Unmatched properties from the message are deserialized to this collection.

run_id
str

Identifier of a run.

run_group_id
str

Identifier that correlates all the recovery runs of a pipeline run.

is_latest

Indicates if the recovered pipeline run is the latest in its group.

pipeline_name
str

The pipeline name.

parameters

The full or partial list of parameter name, value pair used in the pipeline run.

run_dimensions

Run dimensions emitted by Pipeline run.

invoked_by

Entity that started the pipeline run.

last_updated

The last updated timestamp for the pipeline run event in ISO8601 format.

run_start

The start time of a pipeline run in ISO8601 format.

run_end

The end time of a pipeline run in ISO8601 format.

duration_in_ms
int

The duration of a pipeline run.

status
str

The status of a pipeline run. Possible values: Queued, InProgress, Succeeded, Failed, Canceling, Cancelled.

message
str

The message from a pipeline run.