Add Provenance Tracking to File Upload Service#112
Merged
parthnair98 merged 1 commit intoRedback-Operations:mainfrom Sep 16, 2025
Merged
Add Provenance Tracking to File Upload Service#112parthnair98 merged 1 commit intoRedback-Operations:mainfrom
parthnair98 merged 1 commit intoRedback-Operations:mainfrom
Conversation
🔒 Security Scan Results✅ No critical security issues detected. The code has passed all critical security checks. |
jd-deakin
approved these changes
Sep 16, 2025
Collaborator
jd-deakin
left a comment
There was a problem hiding this comment.
Looks good, security improvement.
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.
This PR introduces a provenance feature to the Streamlit file upload service, ensuring every uploaded file is accompanied by auditable metadata for traceability.
Pull Request: Add Provenance Tracking to File Upload Service
This PR introduces a provenance feature to the Streamlit file upload service, ensuring every uploaded file is accompanied by auditable metadata for traceability.
Key changes:
Added provenance fields (provenance_source, source_url) to capture dataset origin.
Implemented URL validation to ensure correct source formatting.
Extended upload flow to generate a provenance JSON log containing:
Provenance logs are now stored in MinIO alongside the uploaded files.
Added a new "Provenance Logs" tab in the Streamlit UI to browse and view logs directly.
Impact: