Questions tagged [steampipe]

4 questions
4
votes
1 answer

Ignore exceptions in select query

I am using a tool called steampipe which allows to query cloud resources using postgresql interface. I am running simple query to print all buckets on AWS S3: select * from aws_s3_bucket But since there are buckets which I don't have access to,…
Waqar Ahmed
  • 5,005
  • 2
  • 23
  • 45
1
vote
1 answer

Upgrading `go version` for `CGO` a Postgres FDW project

I am trying to build the steampipe-postgres-fdw project in a Mac M1 with the latest go version (1.21). It currently uses go version 1.19. The FDW is designed to work with Postgresql 14. The project comes with a Makefile which generates the go files…
Binaek Sarkar
  • 617
  • 8
  • 21
0
votes
0 answers

connecting to aws and executing a query using python

Hi I am trying to use the code for connecting aws through steampipe and executing the query cd steampipe-mod-aws-compliance && steampipe check aws_compliance.benchmark.cis_v200 as I see the code is not working is there something which I am missing…
0
votes
0 answers

aws_wafv2_web_acl is not working in steampipe

I am using Steampipe to query the information from my AWS account. my ~/.steampipe/config/aws.spc has the following content: connection "aws" { plugin = "aws" profile = "xxxxx" regions = ["*"] } and I am using the following query to get the…
Alok Nath
  • 355
  • 1
  • 3
  • 11