turbot / steampipe-plugin-vanta

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

Table `vanta_integration` fails with an error: `Error: graphql: Cannot query field "enabledServiceCategories" on type "FirstPartyIntegrationCredential".` #4

Closed Subhajit97 closed 1 year ago

Subhajit97 commented 1 year ago

Describe the bug The vanta_integration tables failed with below error:

Error: graphql: Cannot query field "enabledServiceCategories" on type "FirstPartyIntegrationCredential".

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

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

To reproduce Run select display_name, id, credentials from vanta_integration.

Expected behavior Query should return data without any error.

Additional context From the error, it seems like enabledServiceCategories is not a valid field in FirstPartyIntegrationCredential.