PR#2357 (aws plugin 1.5.0) breaks aws_ecr_image_scan_finding - 'List' call for table 'aws_ecr_image_scan_finding' is missing 1 required qual: column:'repository_name' #2367
Labels
bug
Something isn't working
Describe the bug
When using AWS provider 1.4.0, the following query works fine and returns results with no errors as expected and works fine. However, after upgrading to aws plugin 1.5.0, we get the following error:
Steampipe version (
steampipe -v
)Steampipe v1.0.1
Plugin version (
steampipe plugin list
)hub.steampipe.io/plugins/turbot/[email protected] | 1.4.0
hub.steampipe.io/plugins/turbot/aws@latest | 1.5.0
To reproduce
Run the query above using aws plugin 1.40 and 1.5.0
Expected behavior
Query should continue to work, as from what I can see in the PR, only an additional qual was added, which I wouldn't have expected would affect this functionaility.
Additional context
Refer #2356 and #2357
The text was updated successfully, but these errors were encountered: