steampipe
steampipe copied to clipboard
Zero-ETL, infinite possibilities. Live query APIs, code & more with SQL. No DB required.
I'm troubleshooting some query errors, and sometimes they take a long time to return (~4mins). I feel that the timing status line should be shown (if possible) even for errors,...
Bumps [github.com/turbot/steampipe-plugin-sdk/v4](https://github.com/turbot/steampipe-plugin-sdk) from 4.0.1-rc.0 to 4.0.1. Changelog Sourced from github.com/turbot/steampipe-plugin-sdk/v4's changelog. v4.0.1 [2022-08-11] Bug fixes Fix UpdateConnectionConfigs not setting the connection config. (#375) Fix query results with zero rows not...
**Describe the bug** When in a `steampipe dashboard` session in a terminal, sometimes I cannot exit it with ctrl+c. **Steampipe version (`steampipe -v`)** v0.17.0-rc.3 **To reproduce** Run the AWS Insights...
**Describe the bug** A clear and concise description of what the bug is. I installed Steampipe using brew on MacOS 10.15.7 (Catalina). Initially, it worked, I could run `steampipe query`...
When running Steampipe, it searches the current folder and the _up parent folder tree_ to find a mod.sp file containing a mod definition. So if you are running Steampipe from...
Excited to try out the new Net Insights mod, I did this: ```~/src/steampipe-mod-net-insights $ steampipe dashboard [ Wait ] Loading Workspace Error: 1 mod plugin requirement not satisfied. turbot/net none...
**Describe the bug** If a plugin is installed, but not configured (e.g. no `rss.spc` file setup) then we should improve the error message. **Scenario** ``` > .inspect rss Error: Could...
new/deleted connections are not currently reflected in the autocomplete suggestions
**Describe the bug** Steampipe seems to scrape the whole home directory for mods, and fails if it finds unexpected files, e.g. in git repositories: ``` % steampipe check all Error:...
**Describe the bug** In the relationship graph, the boolean column value does not show on hover by default. If I cast it to text, then the values are visible.