Closed Subhajit97 closed 1 year ago
Describe the bug The vanta_integration tables failed with below error:
vanta_integration
Error: graphql: Cannot query field "enabledServiceCategories" on type "FirstPartyIntegrationCredential".
Steampipe version (steampipe -v) Example: v0.18.3
steampipe -v
Plugin version (steampipe plugin list) Example: v0.0.1
steampipe plugin list
To reproduce Run select display_name, id, credentials from vanta_integration.
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.
enabledServiceCategories
FirstPartyIntegrationCredential
Describe the bug The
vanta_integration
tables failed with below error:Steampipe version (
steampipe -v
) Example: v0.18.3Plugin version (
steampipe plugin list
) Example: v0.0.1To 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 inFirstPartyIntegrationCredential
.