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

Get call for `aws_dynamodb_table_export` is broken

Open LalitLab opened this issue 1 year ago • 0 comments

Describe the bug

> select * from aws_dynamodb_table_export where arn = 'arn:aws:dynamodb:us-east-1:*********:table/test-delete/export/01660303305033-7b1a9b46'
Error: 7 list calls returned errors:
 rpc error: code = Internal desc = hydrate function getTableExport failed with panic interface conversion: interface {} is nil, not *dynamodb.ExportSummary
	10 list calls returned errors:
 rpc error: code = Internal desc = hydrate function getTableExport failed with panic interface conversion: interface {} is nil, not *dynamodb.ExportSummary (SQLSTATE HV000)

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

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

To reproduce Steps to reproduce the behavior (please include relevant code and/or commands).

Expected behavior A clear and concise description of what you expected to happen.

Additional context Add any other context about the problem here.

LalitLab avatar Sep 02 '22 11:09 LalitLab