az synapse data-flow
Manage Synapse's data flows.
Commands
Name | Description | Type | Status |
---|---|---|---|
az synapse data-flow create |
Create a data flow. |
Core | GA |
az synapse data-flow delete |
Delete a data flow. |
Core | GA |
az synapse data-flow list |
List data flows. |
Core | GA |
az synapse data-flow set |
Set an exist data flow. |
Core | GA |
az synapse data-flow show |
Get a data flow. |
Core | GA |
az synapse data-flow create
Create a data flow.
az synapse data-flow create --file
--name
--workspace-name
[--no-wait]
Examples
Create a data flow. Pay attention to add "@" at the front of the file path as the best practice for complex arguments like JSON string.
az synapse data-flow create --workspace-name testsynapseworkspace \
--name testdataflow --file @"path/dataflow.json"
Required Parameters
Properties may be supplied from a JSON file using the @{path}
syntax or a JSON string.
The data flow name.
The workspace name.
Optional Parameters
Do not wait for the long-running operation to finish.
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.
az synapse data-flow delete
Delete a data flow.
az synapse data-flow delete --name
--workspace-name
[--no-wait]
[--yes]
Examples
Delete a data flow.
az synapse data-flow delete --workspace-name testsynapseworkspace \
--name testdataflow
Required Parameters
The data flow name.
The workspace name.
Optional Parameters
Do not wait for the long-running operation to finish.
Do not prompt for confirmation.
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.
az synapse data-flow list
List data flows.
az synapse data-flow list --workspace-name
Examples
List data flows.
az synapse data-flow list --workspace-name testsynapseworkspace
Required Parameters
The workspace name.
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.
az synapse data-flow set
Set an exist data flow.
az synapse data-flow set --file
--name
--workspace-name
[--no-wait]
Examples
Set an exist data flow. Pay attention to add "@" at the front of the file path as the best practice for complex arguments like JSON string.
az synapse data-flow set --workspace-name testsynapseworkspace \
--name testdataflow --file @"path/dataflow.json"
Required Parameters
Properties may be supplied from a JSON file using the @{path}
syntax or a JSON string.
The data flow name.
The workspace name.
Optional Parameters
Do not wait for the long-running operation to finish.
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.
az synapse data-flow show
Get a data flow.
az synapse data-flow show --name
--workspace-name
Examples
Get a data flow.
az synapse data-flow show --workspace-name testsynapseworkspace \
--name testdataflow
Required Parameters
The data flow name.
The workspace name.
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