turbot / steampipe-plugin-gcp

Use SQL to instantly query GCP resources across regions, projects and organizations. Open source CLI. No DB required.
https://hub.steampipe.io/plugins/turbot/gcp
Apache License 2.0
39 stars 24 forks source link

The column value for `project` is always null for the table `gcp_alloydb_cluster` #616

Closed ParthaI closed 1 month ago

ParthaI commented 2 months ago

Describe the bug The project column in the gcp_alloydb_cluster table consistently returns null values. This issue affects the ability to accurately query and filter data based on the project column, leading to incomplete or incorrect query results.

Steampipe version (steampipe -v) Example: v0.3.0

Plugin version (steampipe plugin list) Example: v0.5.0

To reproduce select project, name, region from gcp_alloydb_cluster;

Expected behavior N/A

Additional context N/A

misraved commented 1 month ago

Fixed in https://github.com/turbot/steampipe-plugin-gcp/pull/617