steampipe
steampipe copied to clipboard
Zero-ETL, infinite possibilities. Live query APIs, code & more with SQL. No DB required.
The colour of certain tags/dimensions is sometimes hard to read against the background colour of the panel. We should look to improve the algorithm for generating colours for the dark...
Steampipe 0.14.0-alpha ``` [Raj](https://app.slack.com/team/U4U7LJ8DU) [2 hours ago](https://turbothq.slack.com/archives/C01AC8JQNHH/p1650978629204519?thread_ts=1650966819.383629&cid=C01AC8JQNHH) Also after a long time I got this crash today - this was when I wan modifying some HCL content in the file...
**Describe the bug** When an aggregate connection contains at least one connection that errors, no results are populated despite checks being executed **Steampipe version (`steampipe -v`)** v0.13.5 **To reproduce** My...
Make controls directly executable in dashboards in the same way that benchmarks (and dashboards) are
They will not appear in the list of available dashboards/benchmarsk, but will be executable by the dashboard UI via link/drilldown
v0.14.0 Uninstalling a non-installed mod/plugin: ``` cbruno@M1P installed % steampipe mod uninstall github.com/turbot/test Nothing uninstalled cbruno@M1P installed % steampipe plugin uninstall hello Error: Failed to uninstall plugin 'hello' - plugin...
value_default and value has different type in the mod variable json output: ``` { "name": "dynamodb_table_stale_data_max_days", "description": "The maximum number of days table data can be unchanged before it is...
**Describe the bug** When I attempted to list my plugins after uninstalling a plugin I still had a config file for, I received the message: ``` cbruno@M1P ~ % steampipe...
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 >...
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...