-
Notifications
You must be signed in to change notification settings - Fork 0
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
Prmdr 336 subtask #82
Conversation
Co-authored-by: NogaNHS <noga.sasson1@nhs.net>
…erialise/deserialise with field names in NHS spec
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.
Generally good, a few changed tho. Happy to discuss
logger.error(str(e)) | ||
|
||
|
||
def download_metadata_from_s3(staging_bucket_name: str, metadata_filename: str): |
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.
Could this method be moved to an inherited version of the S3service to keep this file a little cleaner?
) -> None: | ||
sqs_service = SQSService() | ||
|
||
for staging_metadata in staging_metadata_list: |
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.
Could this method be moved to an inherited version of the SQS service to keep this file a little cleaner?
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.
Accidentally clicked Approve instead of Request Changes bvefore - D'Oh!
No description provided.