Skip to content

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

Open

Description

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

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions