steampipe-plugin-aws icon indicating copy to clipboard operation
steampipe-plugin-aws copied to clipboard

Failed to populate column 'akas' in aws_health_affected_entity, panic runtime error 😱

Open dalenewman opened this issue 2 months ago • 5 comments

Describe the bug When I select * from aws.aws_health_affected_entity I get the error:

ERROR:  rpc error: code = Unknown desc = aws: failed to populate column 'akas': rpc error: code = Internal desc = transform EnsureStringArray failed with panic runtime error: invalid memory address or nil pointer dereference 

Steampipe version (steampipe -v) Example: v0.22.2

Plugin version (steampipe plugin list) Example: v0.137.0

To reproduce When I select * from aws.aws_health_affected_entity I get the error:

ERROR:  rpc error: code = Unknown desc = aws: failed to populate column 'akas': rpc error: code = Internal desc = transform EnsureStringArray failed with panic runtime error: invalid memory address or nil pointer dereference 

Expected behavior It should return some results, because I have 21 records from select * from aws.aws_health_event with lots of open and upcoming events.

Additional context I am querying against an AWS gov-cloud account.

dalenewman avatar May 04 '24 21:05 dalenewman