turbot/oci_insights

Query: nosql_table_tag

Usage

powerpipe query oci_insights.query.nosql_table_tag

Steampipe Tables

SQL

with jsondata as (
select
tags :: json as tags
from
oci_nosql_table
where
id = $1
)
select
key as "Key",
value as "Value"
from
jsondata,
json_each_text(tags);

Dashboards

The query is used in the dashboards: