steampipe
steampipe copied to clipboard
wanted: a way to pretty-print a jsonb column in a dashboard table
This is helpful:
column "some_json" {
wrap = "all"
}
Something like this maybe?
column "some_json" {
prettify = "json"
}