gabe-gfm

Results 6 comments of gabe-gfm

Perhaps this is related? https://github.com/turbot/steampipe-postgres-fdw/pull/440

@jreyesr @kaidaguerre Unfortunately, this was not resolved using the most aws plugin + postgres foreign data wrapper (`us-docker.pkg.dev/steampipe/steampipe/fdw:1.11.0-rc.6`). It still returns all rows when attempting to filter for a list...

I identified a better workaround for anyone else encountering this. You may specify `MATERIALIZED` ([docs](https://www.postgresql.org/docs/current/queries-with.html#QUERIES-WITH-CTE-MATERIALIZATION)) in a Postgres query to prevent the demonstrated incorrect query filter results. `MATERIALIZED` is an...

Apparently this is not only a docker for-win issue. My organization is also seeing this same behavior on Docker for Mac too. I just checked and found 180GB of logs...

Here are my [example logs](https://gist.github.com/gabe-gfm/807d754b5a0e4e4b8ce97fd159c49f85) from when things go haywire: Investigating the logs, the final "normal" log message before bouts of `Unhandled uncaught exception` is relating to /stats. This correlates...

This bug is also holding back some community rules, such as `dockerfile.security.missing-user.missing-user`. It appears that a metavariable match was added to power an auto-fix section... but it was left with...