-
Notifications
You must be signed in to change notification settings - Fork 16
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
aws 0.36.0 plugin broken #236
Comments
appears that any join using aws_ec2_instance.instance_id gives above error |
Hi @jzendle ... thanks for reporting this issue! This is most likely caused by the postgres planner optimizing our foreign tables into a bad query sequence without sufficient data. It requires investigation by @kaidaguerre . As a workaround,
|
thanks for raising this @jzendle, I will have a dig into it |
@jzendle apologies for taking so long to resolve this. I have identified a bug in the plugin sdk causing this issue, which I have fixed. So the aws plugin should reflect this change once it has gone through it's release cycle |
Describe the bug
select v.cidr_block from aws_vpc v join aws_ec2_instance i on i.vpc_id = v.vpc_id where i.instance_id = 'i-0367b6705f9078c25'
gives rpc error:
Warning: executeQueries: query 1 of 1 failed: pq: rpc error: code = Internal desc = 'Get' call requires an '=' qual for column:'instance_id' operator: =
Steampipe version (
steampipe -v
)v0.84.0
aws plugin v0.36.0
The text was updated successfully, but these errors were encountered: