Nathan Wallace

Results 50 issues of Nathan Wallace

I have tried a column defined as: ``` {Name: "hash", Type: proto.ColumnType_JSON, Description: "The commit hash."}, //{Name: "hash", Type: proto.ColumnType_STRING, Transform: transform.FromField("Hash").Transform(byteArrayToString), Description: "The commit hash."}, ``` The type of...

bug

Many APIs support the idea of getting multiple specifically items at once. Unfortunately our SDK is currently limited to listing, or getting one item at a time. It would be...

enhancement

When the SDK attempts to convert a timestamp, it fails if the passed value is `nil` with the error: ``` Error: failed to populate column 'published_at': rpc error: code =...

bug

I'd expect `d.Connection.Name` to always be available, even if no specific attributes are set. Consider this hydrate function: ``` func getClusterConnection(ctx context.Context, d *plugin.QueryData, h *plugin.HydrateData) (interface{}, error) { return...

bug

Currently I can only search for benchmarks and sub-benchmarks in the dashboard view. I wish there was a way to search for a specific control as well and then just...

enhancement

Steampipe version: ``` Welcome to Steampipe v0.23.2 ``` I got this fatal error when starting steampipe. Notably I started steampipe query a number of times before and after without the...

bug

Here is my scan output: ``` CIS v2.0.0 .................................................................................................................................................................. 1,069 / 2,239 [==========] | + 1 Identity and Access Management .......................................................................................................................................... 140 / 681 [==== ] | | | +...

bug
stale

I can list all `destination_cidr_block` values: ``` > select destination_cidr_block from aws_vpc_route limit 5; +------------------------+ | destination_cidr_block | +------------------------+ | 0.0.0.0/0 | | 10.0.0.0/24 | | 0.0.0.0/0 | | 172.31.0.0/16...

bug
stale

Common problem sequence: 1. Run `steampipe service start` 2. Do other fun things, e.g. play basketball, forgetting about 1 3. Run `steampipe query` (which silently connects to the service started...

enhancement