-
Notifications
You must be signed in to change notification settings - Fork 16.4k
DynamoDBToS3Operator - change export_time value to utcnow() in system test #31307
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
Conversation
hussein-awala
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Co-authored-by: Vincent <97131062+vincbeck@users.noreply.github.com>
|
@vincbeck @ferruzzi Can anyone please confirm if this fix worked? Took a look at the dashboard - https://aws-mwaa.github.io/open-source/system-tests/dashboard.html didn't see it green for |
|
It did not. One of the reason it worked on your environment and not ours is #31333. Now, we still have another issue. I am working on it and will ping you when I have a PR ready |
|
@vincbeck Thanks for the response. I see, sure please share when the PR is ready, would love to take a look. Also, please let me know if I can be of any help. |
Since datetime.now() returns the local time which can cause issues while running tests from different timezones, replacing it with datetime.utcnow().
cc: @vincbeck @ferruzzi @o-nikolas