Skip to main content

vw_profiles

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

Overview

Namevw_profiles
TypeView
Idazure_extras.customer_insights.vw_profiles

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,
JSON_EXTRACT(properties, '$.strongIds') as "strong_ids",
JSON_EXTRACT(properties, '$.apiEntitySetName') as "api_entity_set_name",
JSON_EXTRACT(properties, '$.entityType') as "entity_type",
JSON_EXTRACT(properties, '$.fields') as "fields",
JSON_EXTRACT(properties, '$.instancesCount') as "instances_count",
JSON_EXTRACT(properties, '$.lastChangedUtc') as "last_changed_utc",
JSON_EXTRACT(properties, '$.provisioningState') as "provisioning_state",
JSON_EXTRACT(properties, '$.schemaItemTypeLink') as "schema_item_type_link",
JSON_EXTRACT(properties, '$.tenantId') as "tenant_id",
JSON_EXTRACT(properties, '$.timestampFieldName') as "timestamp_field_name",
JSON_EXTRACT(properties, '$.typeName') as "type_name",
subscriptionId,
resourceGroupName,
hubName,
profileName
FROM azure_extras.customer_insights.profiles
WHERE subscriptionId = 'replace-me' AND resourceGroupName = 'replace-me' AND hubName = 'replace-me';