botify-labs / simpleflow

Python library for dataflow programming.
https://botify-labs.github.com/simpleflow/
MIT License
68 stars 24 forks source link

Revert "Remove obsolete int-to-datetime translation" #428

Closed jbbarth closed 11 months ago

jbbarth commented 11 months ago

This PR reverts a wrong commit in #423 (never commit something at the last minute :smirk:).

My manual tests showed that timestamps are converted to datetime objects by boto3, but our tests seem to disagree. This PR goes back to green by reverting the commit. I will dig and fix the code and/or the tests later.

NB: I broke the build on "main", so if the tests pass, I will merge right away without a review (I won't be available a lot tomorrow).