az datafactory activity-run

Note

This reference is part of the datafactory extension for the Azure CLI (version 2.15.0 or higher). The extension will automatically install the first time you run an az datafactory activity-run command. Learn more about extensions.

Manage activity run with datafactory.

Commands

az datafactory activity-run query-by-pipeline-run

Query activity runs based on input filter conditions.

az datafactory activity-run query-by-pipeline-run

Query activity runs based on input filter conditions.

az datafactory activity-run query-by-pipeline-run --last-updated-after
                                                  --last-updated-before
                                                  [--continuation-token]
                                                  [--factory-name]
                                                  [--filters]
                                                  [--ids]
                                                  [--order-by]
                                                  [--resource-group]
                                                  [--run-id]
                                                  [--subscription]

Examples

ActivityRuns_QueryByPipelineRun

az datafactory activity-run query-by-pipeline-run --factory-name "exampleFactoryName" --last-updated-after "2018-06-16T00:36:44.3345758Z" --last-updated-before "2018-06-16T00:49:48.3686473Z" --resource-group "exampleResourceGroup" --run-id "2f7fdb90-5df1-4b8e-ac2f-064cfa58202b"

Required Parameters

--last-updated-after

The time at or after which the run event was updated in 'ISO 8601' format.

--last-updated-before

The time at or before which the run event was updated in 'ISO 8601' format.

Optional Parameters

--continuation-token

The continuation token for getting the next page of results. Null for first page.

--factory-name

The factory name.

--filters

List of filters.

--ids

One or more resource IDs (space-delimited). It should be a complete resource ID containing all information of 'Resource Id' arguments. You should provide either --ids or other 'Resource Id' arguments.

--order-by

List of OrderBy option.

--resource-group -g

Name of resource group. You can configure the default group using az configure --defaults group=<name>.

--run-id

The pipeline run identifier.

--subscription

Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID.