Skip to main content

vw_pipeline_runs

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

Overview

Namevw_pipeline_runs
TypeView
Idazure.container_registry.vw_pipeline_runs

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,
systemData as system_data,
JSON_EXTRACT(properties, '$.provisioningState') as "provisioning_state",
JSON_EXTRACT(properties, '$.request') as "request",
JSON_EXTRACT(properties, '$.response') as "response",
JSON_EXTRACT(properties, '$.forceUpdateTag') as "force_update_tag",
subscriptionId,
resourceGroupName,
registryName,
pipelineRunName
FROM azure.container_registry.pipeline_runs
WHERE subscriptionId = 'replace-me' AND resourceGroupName = 'replace-me' AND registryName = 'replace-me';