powerpipe
powerpipe copied to clipboard
Updated the table column to display pretty formatted JSON when wrap is set to all
Hi team,
Thank you for all the efforts.
In my experience, viewing JSON could be improved across tables (regular and line) in dashboards. Since the data itself is already pretty formatted, it made sense for targetted columns to show the JSON data how one would expect it to look when wrapped across lines.
Example:
table {
title = "Users with Inline Policies"
column "inline_policies" {
wrap = "all"
}
sql = <<-EOQ
select arn, inline_policies from aws_iam_user
EOQ
}
This PR is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 30 days.
@aaryanpour are you able to resolve the merge conflict on your fork/branch please?
This PR is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 30 days.
This PR was closed because it has been stalled for 90 days with no activity.