Nathan Wallace

Results 57 comments of Nathan Wallace

As background, once you have a `mod.sp` file in a directory, Steampipe will recursively search for `*.sp` and `*.sql` files from that point. So, perhaps one of your files has...

@nkg127 You can setup for multiple AWS accounts and/or multiple regions. Please see the plugin configuration docs at https://hub.steampipe.io/plugins/turbot/aws#multi-region-connections for details.

From https://www.postgresql.org/docs/current/functions-json.html ``` jsonb ?& text[] → boolean Do all of the strings in the text array exist as top-level keys or array elements? '["a", "b", "c"]'::jsonb ?& array['a', 'b']...

Thanks @erikerlandson ... this is very comprehensive and helpful research! Improving "service management" in Steampipe and running in containers in general is something we are keen to do, but to...

@harlequin Could you please share more about your use case for this please? Understand the problem and why this would be nice to have, but wondering why specifically our current...

Should this be a setting in the HCL code (an attribute set by the dashboard designer) or an option in the UI (an attribute set by the dashboard viewer)?

At a minimum we should offer a better error message and / or warning that WSL 1 is not supported. Awful experience for users like @vbolneni when we just timeout...

Actually, perhaps we should put this check into the `install.sh`? https://github.com/turbot/steampipe/blob/657cbaab4f064cc3f487febd79d2750a4f070fe1/install.sh#L35-L46

Thanks for reporting this issue @createchange, sorry you've run into it - crashes are particularly nasty / unexpected, so keen to get it resolved. Questions to help us troubleshoot: *...

Very helpful - seems like the issue is from the `azuread` plugin. For the simpler `azuread` query that fails is there anything in the `~/.steampipe/logs/plugin-XYZ.log` when you do `STEAMPIPE_LOG=trace`?