We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The total size of files linked to specific metadata should be added to Metax metadata. This information would be probably available after integration with the file upload service (SD Connect or other). The structer is documented in https://github.com/CSCfi/metadata-submitter/blob/develop/metadata_backend/services/metax_mapper.py#L220-L223:
"total_remote_resources_byte_size": { "type": "integer", },
Published dataset discoverable in Etsin will have information on total data size.
Integration tests.
The text was updated successfully, but these errors were encountered:
This information should be available from the Datacite submission.
Sorry, something went wrong.
Now that we have files in the database and the files operator, it is possible to implement this feature #627.
No branches or pull requests
Proposed solution
The total size of files linked to specific metadata should be added to Metax metadata. This information would be probably available after integration with the file upload service (SD Connect or other).
The structer is documented in https://github.com/CSCfi/metadata-submitter/blob/develop/metadata_backend/services/metax_mapper.py#L220-L223:
DoD (Definition of Done)
Published dataset discoverable in Etsin will have information on total data size.
Testing
Integration tests.
The text was updated successfully, but these errors were encountered: