Skip to main content

pipeline_runs

Overview

Namepipeline_runs
TypeResource
Idazure.data_factory.pipeline_runs

Fields

NameDatatypeDescription
durationInMsintegerThe duration of a pipeline run.
invokedByobjectProvides entity name and id that started the pipeline run.
isLatestbooleanIndicates if the recovered pipeline run is the latest in its group.
lastUpdatedstringThe last updated timestamp for the pipeline run event in ISO8601 format.
messagestringThe message from a pipeline run.
parametersobjectThe full or partial list of parameter name, value pair used in the pipeline run.
pipelineNamestringThe pipeline name.
runDimensionsobjectRun dimensions emitted by Pipeline run.
runEndstringThe end time of a pipeline run in ISO8601 format.
runGroupIdstringIdentifier that correlates all the recovery runs of a pipeline run.
runIdstringIdentifier of a run.
runStartstringThe start time of a pipeline run in ISO8601 format.
statusstringThe status of a pipeline run. Possible values: Queued, InProgress, Succeeded, Failed, Canceling, Cancelled

Methods

NameAccessible byRequired ParamsDescription
getSELECTapi-version, factoryName, resourceGroupName, runId, subscriptionIdGet a pipeline run by its run ID.
cancelEXECapi-version, factoryName, resourceGroupName, runId, subscriptionIdCancel a pipeline run by its run ID.
query_by_factoryEXECapi-version, factoryName, resourceGroupName, subscriptionId, data__lastUpdatedAfter, data__lastUpdatedBeforeQuery pipeline runs in the factory based on input filter conditions.