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
With the specific setup and configuration below I get a runtime error (which seems to be an issue with the plugin).
runtime error
But, my concern in this issue, is that after I get that error all future queries to the plugin hang:
~/src/steampipe-mod-aws-compliance $ steampipe --version steampipe version 0.14.6 ~/src/steampipe-mod-aws-compliance $ steampipe plugin list | grep aws | hub.steampipe.io/plugins/turbot/aws@latest | 0.60.0 | aws | ~/src/steampipe-mod-aws-compliance $ steampipe query Welcome to Steampipe v0.14.6 For more information, type .help > select arn as resource, inline_policies, attached_policy_arns, account_id from aws_iam_user; Error: runtime error: invalid memory address or nil pointer dereference (SQLSTATE HV000) > select * from aws_account ⠇ Loading results...
The text was updated successfully, but these errors were encountered:
Same for me with exact version
Sorry, something went wrong.
Looking into it
Avoid deadlock after panic during newQueryData. Closes #332
47924aa
kaidaguerre
Successfully merging a pull request may close this issue.
With the specific setup and configuration below I get a
runtime error
(which seems to be an issue with the plugin).But, my concern in this issue, is that after I get that error all future queries to the plugin hang:
The text was updated successfully, but these errors were encountered: