Skip to main content

vw_spark_configurations

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

Overview

Namevw_spark_configurations
TypeView
Idazure.synapse.vw_spark_configurations

Fields

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

SQL Definition

SELECT
JSON_EXTRACT(properties, '$.description') as "description",
JSON_EXTRACT(properties, '$.configs') as "configs",
JSON_EXTRACT(properties, '$.annotations') as "annotations",
JSON_EXTRACT(properties, '$.notes') as "notes",
JSON_EXTRACT(properties, '$.createdBy') as "created_by",
JSON_EXTRACT(properties, '$.created') as "created",
JSON_EXTRACT(properties, '$.configMergeRule') as "config_merge_rule",
subscriptionId,
resourceGroupName,
workspaceName,
sparkConfigurationName
FROM azure.synapse.spark_configurations
WHERE subscriptionId = 'replace-me' AND resourceGroupName = 'replace-me' AND workspaceName = 'replace-me';