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