Skip to content
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

The table aws_dynamodb_backup returns error BackupNotFoundException #1913

Closed
ParthaI opened this issue Sep 25, 2023 · 1 comment
Closed

The table aws_dynamodb_backup returns error BackupNotFoundException #1913

ParthaI opened this issue Sep 25, 2023 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@ParthaI
Copy link
Contributor

ParthaI commented Sep 25, 2023

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.

@ParthaI ParthaI added the bug Something isn't working label Sep 25, 2023
@ParthaI ParthaI self-assigned this Sep 25, 2023
@misraved
Copy link
Contributor

Fixed in #1914

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants