You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When running the get query for the table aws_dynamodb_backup it returns the error.
Getting Error while doing get call:
select jsonb_pretty(_ctx),* from aws_dynamodb_backup where arn= 'arn:aws:dynamodb:us-east-1:xxxxxxxxxxx:table/turbottest89794/backup/01681997703770-aa93528e'
Error: 17 list calls returned errors:
operation error DynamoDB: DescribeBackup, https response error StatusCode: 400, RequestID: 51IL6KPIANM80GN11PLVAJQCG3VV4KQNSO5AEMVJF66Q9ASUAAJG, BackupNotFoundException: Backup not found: arn:aws:dynamodb:us-east-1:xxxxxxxxxxxx:table/turbottest89794/backup/01681997703770-aa93528e
Steampipe version (steampipe -v)
Example: v0.3.0
Plugin version (steampipe plugin list)
Example: v0.5.0
To reproduce
Run the query select jsonb_pretty(_ctx),* from aws_dynamodb_backup where arn= 'arn:aws:dynamodb:us-east-1:xxxxxxxxxxx:table/turbottest89794/backup/01681997703770-aa93528e'
Expected behavior
We should not get any error if we will run the query.
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Describe the bug
When running the get query for the table
aws_dynamodb_backup
it returns the error.Steampipe version (
steampipe -v
)Example: v0.3.0
Plugin version (
steampipe plugin list
)Example: v0.5.0
To reproduce
Run the query
select jsonb_pretty(_ctx),* from aws_dynamodb_backup where arn= 'arn:aws:dynamodb:us-east-1:xxxxxxxxxxx:table/turbottest89794/backup/01681997703770-aa93528e'
Expected behavior
We should not get any error if we will run the query.
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: