Skip to content
This repository has been archived by the owner on Jul 28, 2023. It is now read-only.

Add table turbot_control_count #67

Open
Joeturbot opened this issue Jun 19, 2023 · 0 comments
Open

Add table turbot_control_count #67

Joeturbot opened this issue Jun 19, 2023 · 0 comments
Labels
enhancement New feature or request new table New table request

Comments

@Joeturbot
Copy link
Contributor

Description
Sometimes, we want to get a count of a set of controls in Turbot without having to pull over every control to do the count Steampipe-side. Turbot's resources GraphQL API queries have a metadata.stats.total section that includes count data. This ticket requests the creation of a turbot_control_count table that exclusively returns the metadata.stats.total.

  controls(filter: $filter, paging: $paging) {
    metadata {
      stats {
        total
      }
    }

References

@Joeturbot Joeturbot added enhancement New feature or request new table New table request labels Jun 19, 2023
@Joeturbot Joeturbot changed the title Add table turbot_<resource> Add table turbot_control_count Jun 19, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request new table New table request
Projects
None yet
Development

No branches or pull requests

1 participant