We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The Steampipe stats are showing 2x the number of hydrate calls I'd expect for select * from aws_servicequotas_service_quota:
select * from aws_servicequotas_service_quota
Time: 279.1s. Rows fetched: 41,867. Hydrate calls: 83,226.
This table (https://github.com/turbot/steampipe-plugin-aws/blob/main/aws/table_aws_servicequotas_service_quota.go#L34-L50):
I’d expect 41,867 hydrate calls (1 per list tags call), but instead we get 2x.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The Steampipe stats are showing 2x the number of hydrate calls I'd expect for
select * from aws_servicequotas_service_quota
:This table (https://github.com/turbot/steampipe-plugin-aws/blob/main/aws/table_aws_servicequotas_service_quota.go#L34-L50):
I’d expect 41,867 hydrate calls (1 per list tags call), but instead we get 2x.
The text was updated successfully, but these errors were encountered: