-
Notifications
You must be signed in to change notification settings - Fork 16
EMR: diff uploads #269
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
EMR: diff uploads #269
Conversation
This has some issues. Everytime the pipeline is run, the |
Update: Ready for review! |
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.
Some error in running the tests on my side, I think mostly in the test params.json.template
Also, it seems that the archive differ is running in EMRHospSensorUpdator.update_sensor()
, which is being run in a test function TestEMRHospSensorUpdator.test_update_sensor()
. This test function should be using mock_s3
too to prevent real interaction with the S3 server.
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.
Looks good to me, also all tests pass on my side!
No description provided.