Skip to main content

schemas

Creates, updates, deletes, gets or lists a schemas resource.

Overview

Nameschemas
TypeResource
Idazure.data_transfer.schemas

Fields

NameDatatypeDescription
valuearrayThe schemas for this connection

Methods

NameAccessible byRequired ParamsDescription
listSELECTpipelineName, resourceGroupName, subscriptionIdLists the schemas for the specified connection in a pipeline.

SELECT examples

Lists the schemas for the specified connection in a pipeline.

SELECT
value
FROM azure.data_transfer.schemas
WHERE pipelineName = '{{ pipelineName }}'
AND resourceGroupName = '{{ resourceGroupName }}'
AND subscriptionId = '{{ subscriptionId }}';