Skip to main content

vw_enterprise_knowledge_graphs

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

Overview

Namevw_enterprise_knowledge_graphs
TypeView
Idazure_extras.enterprise_knowledge_graph.vw_enterprise_knowledge_graphs

Fields

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

SQL Definition

SELECT
id as id,
name as name,
location as location,
type as type,
tags as tags,
sku as sku,
JSON_EXTRACT(properties, '$.description') as "description",
JSON_EXTRACT(properties, '$.metadata') as "metadata",
JSON_EXTRACT(properties, '$.provisioningState') as "provisioning_state",
subscriptionId,
resourceGroupName,
resourceName
FROM azure_extras.enterprise_knowledge_graph.enterprise_knowledge_graphs
WHERE subscriptionId = 'replace-me';