steampipe
steampipe copied to clipboard
Zero-ETL, infinite possibilities. Live query APIs, code & more with SQL. No DB required.
**Is your feature request related to a problem? Please describe.** From error messages and logs in https://github.com/turbot/steampipe-plugin-aws/issues/1055, it seems like when a plugin cannot start due to OOM errors, the...
**Describe the bug** I have the [baleen](https://github.com/francois2metz/steampipe-plugin-baleen) installed from ghcr.io/francois2metz/baleen@latest. My last installed version is 0.0.4. When I type `steampipe plugin update ghcr.io/francois2metz/baleen`, I get `Error: there was an issue...
**Describe the bug** * AWS plugin is installed * But no AWS connections are in the config * Mod will attempt to run (install requirement is met), but fails hard...
Update `installFdwFiles` to use locations from here instead of hard coded paths
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...
**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] Just added the new...
**Describe the bug** I have a compliance mod a below `mod.sp` ``` mod "test_compliance" { # hub metadata title = "Test Compliance" description = "Test Compliance" } variable "allowed_ips" {...
To reproduce ``` mkdir test_mod cd test_mod steampipe mod install github.com/turbot/steampipe-mod-aws-compliance steampipe plugin uninstall aws steampipe query ``` this _should_ fail with the error ``` Error: 1 mod plugin requirement...