turbot / steampipe-plugin-wiz

Use SQL to instantly query Wiz resources. Open source CLI. No DB required.
https://hub.steampipe.io/plugins/turbot/wiz
Apache License 2.0
3 stars 1 forks source link

graphql: Cannot query field "profileCompletion" on type "Project". #36

Open tinder-tder opened 2 months ago

tinder-tder commented 2 months ago

Describe the bug When trying to query the wiz_project table an error is returned.

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

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

To reproduce run the example query

select
  name,
  business_unit,
  security_score as security_score_in_percentage,
  repository_count,
  cloud_account_count,
  kubernetes_cluster_count
from
  wiz_project;

or any query against the wiz_project table

github-actions[bot] commented 2 weeks ago

This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 30 days.