Add consolidated metadata manifest for full pipeline auditability#2
Open
AhmedAli58 wants to merge 2 commits intostiles:mainfrom
Open
Add consolidated metadata manifest for full pipeline auditability#2AhmedAli58 wants to merge 2 commits intostiles:mainfrom
AhmedAli58 wants to merge 2 commits intostiles:mainfrom
Conversation
Owner
|
Hi @AhmedAli58. Thanks for this contribution! The consolidated metadata manifest is a good idea for improving pipeline auditability. Your implementation looks solid and the code is well-documented. Before merging, could you please address these items: Required:
Recommended: Let me know if you have questions about any of these! Looking forward to the updates. |
…_metadata()ated_metadata function Add tests for creating consolidated metadata, including success and missing files scenarios.Add initial tests for the consolidated metadata creation function, including missing file case.
Author
|
Hi, I’ve addressed all the requested items: added unit tests, updated the README with metadata.json documentation, and added a CHANGELOG entry. The PR now includes the requested changes. Thanks! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds a single metadata.json manifest generated on each successful publish. Consolidates download, normalization, and publish metadata into one auditable source of truth, improving reproducibility, provenance, and trust.