Skip to content
New issue

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

Configure the Steampipe cache to store data exclusively for the fields that are requested in a query #555

Open
bigdatasourav opened this issue May 23, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@bigdatasourav
Copy link

bigdatasourav commented May 23, 2023

Currently, the Steampipe cache stores all output data from the List call, regardless of whether all columns were requested in the query or not.
Is it possible to introduce a feature on the plugin side that allows us to configure the cache to store only the requested columns in the query? In this way, if any additional fields are requested in subsequent queries, Steampipe would make an API call to retrieve the data for those specific fields instead of relying on the cache.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants