Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
mark-major committed Sep 10, 2024
1 parent cb61e08 commit 11660c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyiceberg/catalog/dynamodb.py
Original file line number Diff line number Diff line change
Expand Up @@ -414,7 +414,7 @@ def list_tables(self, namespace: Union[str, Identifier]) -> List[Identifier]:
":namespace": {
"S": database_name,
}
}
},
)
except (
self.dynamodb.exceptions.ProvisionedThroughputExceededException,
Expand Down

0 comments on commit 11660c2

Please sign in to comment.