Skip to main content

vw_data_lake_connectors

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

Overview

Namevw_data_lake_connectors
TypeView
Idazure.iot_mq.vw_data_lake_connectors

Fields

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

SQL Definition

SELECT
location as location,
extendedLocation as extended_location,
tags as tags,
JSON_EXTRACT(properties, '$.databaseFormat') as "database_format",
JSON_EXTRACT(properties, '$.image') as "image",
JSON_EXTRACT(properties, '$.instances') as "instances",
JSON_EXTRACT(properties, '$.localBrokerConnection') as "local_broker_connection",
JSON_EXTRACT(properties, '$.logLevel') as "log_level",
JSON_EXTRACT(properties, '$.nodeTolerations') as "node_tolerations",
JSON_EXTRACT(properties, '$.protocol') as "protocol",
JSON_EXTRACT(properties, '$.target') as "target",
JSON_EXTRACT(properties, '$.provisioningState') as "provisioning_state",
subscriptionId,
resourceGroupName,
mqName,
dataLakeConnectorName
FROM azure.iot_mq.data_lake_connectors
WHERE subscriptionId = 'replace-me' AND resourceGroupName = 'replace-me' AND mqName = 'replace-me';