steampipe icon indicating copy to clipboard operation
steampipe copied to clipboard

wanted: a way to pretty-print a jsonb column in a dashboard table

Open judell opened this issue 2 years ago • 0 comments

This is helpful:

column "some_json" {
  wrap = "all"
}

Something like this maybe?

column "some_json" {
  prettify = "json"
}

judell avatar Jun 13 '22 22:06 judell