kaidaguerre
kaidaguerre
This sometimes occurs when running ` teampipe check benchmark.cis_v150` with no service running It seems to be a deadlock between the refresh connection query and the benchmark query Log: ```...
All mods: ``` Kais-MacBook-Pro:custom_mod3 kai$ sp mod install Installed 3 mods: local └── github.com/kaidaguerre/[email protected] └── github.com/kaidaguerre/[email protected] └── github.com/kaidaguerre/[email protected] ``` just steampipe-mod-m3 ``` Kais-MacBook-Pro:custom_mod3 kai$ sp mod install Installed 1 mod:...
Investigate why this is and fix This has been seen when running the queries ``` insert into seen_hn_top (id, title, text, url, time) -- Alert for top items on a...
this is triggered by `steampipe-mod-aws-compliance/query/vpc/vpc_configured_to_use_vpc_endpoints.sql`
crash seems caused when a CIDR column is included in a distinct clause
We need to merge the schema of the child connections, generating a superset of tables and columns per table error if a column has a different type between connections
The join works, but the sub-select does not. Also interesting is that the log shows a ? as the value: ``` 2021-03-23 23:07:21.363 EDT [12667] LOG: statement: select id, text...