Skip to main content

trigger_runs

Creates, updates, deletes, gets or lists a trigger_runs resource.

Overview

Nametrigger_runs
TypeResource
Idazure.data_factory.trigger_runs

Fields

The following fields are returned by SELECT queries:

SELECT not supported for this resource, use SHOW METHODS to view available operations for the resource.

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
rerunexecsubscriptionId, resourceGroupName, factoryName, triggerName, runIdapi-versionRerun single trigger instance by runId.
cancelexecsubscriptionId, resourceGroupName, factoryName, triggerName, runIdapi-versionCancel a single trigger instance by runId.
query_by_factoryexecsubscriptionId, resourceGroupName, factoryName, lastUpdatedAfter, lastUpdatedBeforeapi-versionQuery trigger runs.

Parameters

Parameters can be passed in the WHERE clause of a query. Check the Methods section to see which parameters are required or optional for each operation.

NameDatatypeDescription
factoryNamestringThe factory name.
resourceGroupNamestringThe resource group name.
runIdstringThe pipeline run identifier.
subscriptionIdstringThe subscription identifier.
triggerNamestringThe trigger name.
api-versionstringThe API version.

Lifecycle Methods

Rerun single trigger instance by runId.

EXEC azure.data_factory.trigger_runs.rerun 
@subscriptionId='{{ subscriptionId }}' --required,
@resourceGroupName='{{ resourceGroupName }}' --required,
@factoryName='{{ factoryName }}' --required,
@triggerName='{{ triggerName }}' --required,
@runId='{{ runId }}' --required,
@api-version='{{ api-version }}'
;