az synapse dataset
Manage Synapse's datasets.
Commands
Name | Description | Type | Status |
---|---|---|---|
az synapse dataset create |
Create a dataset. |
Core | GA |
az synapse dataset delete |
Delete a dataset. |
Core | GA |
az synapse dataset list |
List datasets. |
Core | GA |
az synapse dataset set |
Update an exist dataset. |
Core | Deprecated |
az synapse dataset show |
Get a dataset. |
Core | GA |
az synapse dataset update |
Update an exist dataset. |
Core | GA |
az synapse dataset create
Create a dataset.
az synapse dataset create --file
--name
--workspace-name
[--no-wait]
Examples
Create a dataset. Pay attention to add "@" at the front of the file path as the best practice for complex arguments like JSON string.
az synapse dataset create --workspace-name testsynapseworkspace \
--name testdataset --file @"path/dataset.json"
Required Parameters
Properties may be supplied from a JSON file using the @{path}
syntax or a JSON string.
The dataset 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 dataset delete
Delete a dataset.
az synapse dataset delete --name
--workspace-name
[--no-wait]
[--yes]
Examples
Delete a dataset.
az synapse dataset delete --workspace-name testsynapseworkspace \
--name testdataset
Required Parameters
The dataset 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 dataset list
List datasets.
az synapse dataset list --workspace-name
Examples
List datasets.
az synapse dataset 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 dataset set
This command has been deprecated and will be removed in a future release. Use 'update' instead.
Update an exist dataset.
az synapse dataset set --file
--name
--workspace-name
[--no-wait]
Examples
Update an exist dataset. Pay attention to add "@" at the front of the file path as the best practice for complex arguments like JSON string.
az synapse dataset set --workspace-name testsynapseworkspace \
--name testdataset --file @"path/dataset.json"
Required Parameters
Properties may be supplied from a JSON file using the @{path}
syntax or a JSON string.
The dataset 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 dataset show
Get a dataset.
az synapse dataset show --name
--workspace-name
Examples
Get a dataset.
az synapse dataset show --workspace-name testsynapseworkspace \
--name testdataset
Required Parameters
The dataset 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.
az synapse dataset update
Update an exist dataset.
az synapse dataset update --file
--name
--workspace-name
[--no-wait]
Examples
Update an exist dataset. Pay attention to add "@" at the front of the file path as the best practice for complex arguments like JSON string.
az synapse dataset update --workspace-name testsynapseworkspace \
--name testdataset --file @"path/dataset.json"
Required Parameters
Properties may be supplied from a JSON file using the @{path}
syntax or a JSON string.
The dataset 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.