Skip to main content

vw_workflows

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

Overview

Namevw_workflows
TypeView
Idazure_extras.developer_hub.vw_workflows

Fields

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

SQL Definition

SELECT
location as location,
tags as tags,
JSON_EXTRACT(properties, '$.githubWorkflowProfile') as "github_workflow_profile",
JSON_EXTRACT(properties, '$.artifactGenerationProperties') as "artifact_generation_properties",
JSON_EXTRACT(properties, '$.azurePipelineProfile') as "azure_pipeline_profile",
subscriptionId,
resourceGroupName,
workflowName
FROM azure_extras.developer_hub.workflows
WHERE subscriptionId = 'replace-me';