azure.synapse.artifacts package

class azure.synapse.artifacts.ArtifactsClient(credential, endpoint, api_version='2020-12-01', profile=<KnownProfiles.default: <azure.profiles.DefaultProfile object>>, **kwargs)[source]

ArtifactsClient.

This ready contains multiple API versions, to help you deal with all of the Azure clouds (Azure Stack, Azure Government, Azure China, etc.). By default, it uses the latest API version available on public Azure. For production, you should stick to a particular api-version and/or profile. The profile sets a mapping between an operation group and its API version. The api-version parameter sets the default API version if the operation group is not described in the profile.

Parameters
  • credential (TokenCredential) – Credential needed for the client to connect to Azure.

  • endpoint (str) – The workspace development endpoint, for example https://myworkspace.dev.azuresynapse.net.

  • api_version (str) – API version to use if no profile is provided, or if missing in profile.

  • profile (azure.profiles.KnownProfiles) – A profile definition, from KnownProfiles to dict.

Keyword Arguments

polling_interval (int) – Default waiting time between two polls for LRO operations if no Retry-After header is present.

This is a fake class to support current implemetation of MultiApiClientMixin.” Will be removed in final version of multiapi azure-core based client

close()[source]
classmethod models(api_version='2020-12-01')[source]

Module depends on the API version:

DEFAULT_API_VERSION = '2020-12-01'
LATEST_PROFILE = azure.synapse.artifacts.ArtifactsClient latest
property big_data_pools

Instance depends on the API version:

property data_flow

Instance depends on the API version:

property data_flow_debug_session

Instance depends on the API version:

property dataset

Instance depends on the API version:

property integration_runtimes

Instance depends on the API version:

property library

Instance depends on the API version:

property linked_service

Instance depends on the API version:

property notebook

Instance depends on the API version:

property notebook_operation_result

Instance depends on the API version:

property operation_result

Instance depends on the API version:

property operation_status

Instance depends on the API version:

property pipeline

Instance depends on the API version:

property pipeline_run

Instance depends on the API version:

property spark_configuration

Instance depends on the API version:

property spark_job_definition

Instance depends on the API version:

property sql_pools

Instance depends on the API version:

property sql_script

Instance depends on the API version:

property trigger

Instance depends on the API version:

property trigger_run

Instance depends on the API version:

property workspace

Instance depends on the API version:

property workspace_git_repo_management

Instance depends on the API version:

Submodules

azure.synapse.artifacts.models module