turbot/guardrails_insights

Query: type_installed_controls_error_list

Usage

powerpipe query guardrails_insights.query.type_installed_controls_error_list

Steampipe Tables

SQL

select
id as "Control Id",
workspace,
resource_trunk_title as "Trunk Title",
reason as "Reason",
_ctx ->> 'connection_name' as "Connection Name"
from
guardrails_control
where
control_type_uri = 'tmod:@turbot/turbot#/control/types/controlInstalled'
and state = 'error'
order by
workspace,
resource_trunk_title;

Dashboards

The query is used in the dashboards: