AWS system test example_dynamodb_to_s3: add retry when fecthing the export time#31388
Conversation
vandonr-amz
left a comment
There was a problem hiding this comment.
ok to let it go like this, but I'd prefer it without the random.
|
Thanks for the feedbacks guys, it made me look if any library was already used for such purpose and there is one: |
o-nikolas
left a comment
There was a problem hiding this comment.
Approved, but I'll hold off merging since there is a broken static check making the build go red.
|
@o-nikolas and @vincbeck the CI is green on this one, do you need another review on it or is it good to go? |
Nope, I've just been merging/retrying/waiting for it to be green today. I'll merge now :) |
AWS Dynamodb UpdateContinuousBackups API is not stable and we need to add a retry logic when calling
update_continuous_backups. The API might returnBackups are being enabled for the table: <...>. Please retry later.As long as I dont like doing that, we have no choice since the API behavior is not stable on the service side ...
^ Add meaningful description above
Read the Pull Request Guidelines for more information.
In case of fundamental code changes, an Airflow Improvement Proposal (AIP) is needed.
In case of a new dependency, check compliance with the ASF 3rd Party License Policy.
In case of backwards incompatible changes please leave a note in a newsfragment file, named
{pr_number}.significant.rstor{issue_number}.significant.rst, in newsfragments.