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
Describe the bug .cache clear / select from steampipe_internal.meta_cache('clear') is not working.
Steampipe version (steampipe -v) v1.0.0
steampipe -v
To reproduce
### 1st terminal ### cd ~/.steampipe/logs tail -f plugin-*.log
### 2nd terminal ### steampipe query > select * from aws_iam_role
### 1st terminal ### ...<SNIP>... 2024-11-17 13:01:27.543 UTC [INFO] steampipe-plugin-aws.plugin: [INFO] <SNIP>: queryCacheGet returned CACHE MISS (aws-<SNIP>) ...<SNIP>...
### 2nd terminal ### > .cache clear > select * from aws_iam_role
### 1st terminal ### ...<SNIP>... 2024-11-17 13:03:46.500 UTC [INFO] steampipe-plugin-aws.plugin: [INFO] <SNIP>: queryCacheGet returned CACHE HIT (aws-<SNIP>) ...<SNIP>...
Expected behavior The 1st terminal should have printed "...returned CACHE MISS".
Additional context I'm using MAC(Apple Silicon).
The text was updated successfully, but these errors were encountered:
Hi @cjsrkd3321
There does seem to be a bug here. I'll look into it and get a fix sorted.
Thanks for raising this.
Sorry, something went wrong.
Update FDW to fix the cache clear metacommand. Closes #4443
f634da5
68a4a8f
pskrbasu
No branches or pull requests
Describe the bug
.cache clear / select from steampipe_internal.meta_cache('clear') is not working.
Steampipe version (
steampipe -v
)v1.0.0
To reproduce
Expected behavior
The 1st terminal should have printed "...returned CACHE MISS".
Additional context
I'm using MAC(Apple Silicon).
The text was updated successfully, but these errors were encountered: