Skip to main content

vw_data_flows

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

Overview

Namevw_data_flows
TypeView
Idazure.data_factory.vw_data_flows

Fields

See the SQL Definition (view DDL) for fields returned by this view.

SQL Definition

SELECT
id as id,
name as name,
type as type,
etag as etag,
JSON_EXTRACT(properties, '$.type') as "type",
JSON_EXTRACT(properties, '$.description') as "description",
JSON_EXTRACT(properties, '$.annotations') as "annotations",
JSON_EXTRACT(properties, '$.folder') as "folder",
subscriptionId,
resourceGroupName,
factoryName,
dataFlowName
FROM azure.data_factory.data_flows
WHERE subscriptionId = 'replace-me' AND resourceGroupName = 'replace-me' AND factoryName = 'replace-me';