az synapse activity-run
Synapse activity-run.
Commands
Name | Description | Type | Status |
---|---|---|---|
az synapse activity-run query-by-pipeline-run |
Query activity runs based on input filter conditions. |
Core | GA |
az synapse activity-run query-by-pipeline-run
Query activity runs based on input filter conditions.
az synapse activity-run query-by-pipeline-run --last-updated-after
--last-updated-before
--name
--run-id
--workspace-name
[--continuation-token]
[--filters]
[--order-by]
Examples
Query activity runs based on input filter conditions.
az synapse activity-run query-by-pipeline-run --workspace-name testsynapseworkspace \
--last-updated-after "2020-09-03T00:36:44.3345758Z" --last-updated-before "2020-09-03T00:49:48.3686473Z" \
--name testpipeline --run-id "53eeed66-ec46-11ea-8bd5-448500a5b1ac"
Required Parameters
The time at or after which the run event was updated in 'ISO 8601' format.
The time at or before which the run event was updated in 'ISO 8601' format.
The pipeline name.
The pipeline run identifier.
The workspace name.
Optional Parameters
The continuation token for getting the next page of results. Null for first page.
List of filters.
List of OrderBy option.
Global Parameters
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Increase logging verbosity. Use --debug for full debug logs.
Azure CLI