az synapse workspace-package
Manage Synapse's workspace packages.
Commands
Name | Description | Type | Status |
---|---|---|---|
az synapse workspace-package delete |
Delete a workspace package. |
Core | GA |
az synapse workspace-package list |
List workspace packages. |
Core | GA |
az synapse workspace-package show |
Get a workspace package. |
Core | GA |
az synapse workspace-package upload |
Upload a local workspace package file to an Azure Synapse workspace. |
Core | GA |
az synapse workspace-package upload-batch |
Upload workspace package files from a local directory to an Azure Synapse workspace. |
Core | GA |
az synapse workspace-package delete
Delete a workspace package.
az synapse workspace-package delete --name
--workspace-name
[--no-wait]
[--yes]
Examples
Delete a workspace package.
az synapse workspace-package delete --workspace-name testsynapseworkspace \
--name testpackage.jar
Required Parameters
The workspace package 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 workspace-package list
List workspace packages.
az synapse workspace-package list --workspace-name
Examples
List workspace packages.
az synapse workspace-package 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 workspace-package show
Get a workspace package.
az synapse workspace-package show --name
--workspace-name
Examples
Get a workspace package.
az synapse workspace-package show --workspace-name testsynapseworkspace \
--name testpackage.jar
Required Parameters
The workspace package 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 workspace-package upload
Upload a local workspace package file to an Azure Synapse workspace.
az synapse workspace-package upload --file
--workspace-name
[--no-progress]
Examples
Upload a local workspace package file to an Azure Synapse workspace.
az synapse workspace-package upload --workspace-name testsynapseworkspace \
--package C:/package.jar
Required Parameters
Specifies a local file path for a file to upload as workspace package.
The workspace name.
Optional Parameters
Include this flag to disable progress reporting for the command.
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 workspace-package upload-batch
Upload workspace package files from a local directory to an Azure Synapse workspace.
az synapse workspace-package upload-batch --source
--workspace-name
[--no-progress]
Examples
Upload workspace package files from a local directory to an Azure Synapse workspace.
az synapse workspace-package upload-batch --workspace-name testsynapseworkspace \
--source C:/package
Required Parameters
The directory where the files to be uploaded are located.
The workspace name.
Optional Parameters
Include this flag to disable progress reporting for the command.
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.