Results 70 issues of Jon Udell

This is helpful: ``` column "some_json" { wrap = "all" } ``` Something like this maybe? ``` column "some_json" { prettify = "json" } ```

enhancement

Use case: See tags for a repo on a timeline. `github_tag` has shas but no dates, `github_commit` has shas and dates, can we join them? This doesn't work. ``` with...

bug

In Slack (https://steampipe.slack.com/archives/C03A0M2MW0N/p1649885060931159?thread_ts=1649833418.465559&cid=C03A0M2MW0N), @johnsmyth reports: 1. I created some views: ``` > create view view_dynamic as select * from "Employees" > create view view_static_same_plugin as select * from googlesheets_sheet >...

bug

It'd be nice to be able to get a clean HTML export of dashboard tables, for use in other contexts. Current method: - Try File -> Save As HTML, yields...

enhancement
dashboards
deprecated

I have 4 AWS accounts grouped into my `aws_all`. This query finds all of them using either `steampipe query` or in a dashboard table: ``` select * from aws_account ```...

enhancement

Currently, `steampipe mod install --help` is as below. I do this infrequently enough to always need to go to the docs to remind myself that the command I'm looking for...

enhancement

When this happens: ![image](https://user-images.githubusercontent.com/46509/161646290-ddc6f791-02e5-423f-99dc-e2d3687fd4b2.png) we could also say something like: Please run: steampipe plugin update aws

enhancement

Using the sample data from the docs: ``` hierarchy { title = "hierarchy - simple data format" sql =

bug
dashboards

This happened (in v10): ``` Skipped the following plugins: Plugin: googlesheets@latest Reason: plugin installation failed: could not unzip /home/ec2-user/.steampipe/plugins/tmp-d25f-4da6-b698/steampipe-plugin-googlesheets_linux_amd64.gz to /home/ec2-user/.steampipe/plugins/hub.steampipe.io/plugins/turbot/googlesheets@latest Plugin: csv@latest Reason: plugin installation failed: could not unzip...

bug
triage

I'm using the Vercel plugin to monitor deployments. I have tried: `STEAMPIPE_CACHE_TTL=0 steampipe query` and ``` connection "vercel" { plugin = "vercel" cache = false ``` and also, in the...

bug