-
Notifications
You must be signed in to change notification settings - Fork 32
File Upload Service Enhancements #117
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
Merged
lperry022
merged 1 commit into
Redback-Operations:main
from
shimrxn:file-upload-enhancements-final
Sep 22, 2025
Merged
File Upload Service Enhancements #117
lperry022
merged 1 commit into
Redback-Operations:main
from
shimrxn:file-upload-enhancements-final
Sep 22, 2025
Conversation
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
🔒 Security Scan Results✅ No critical security issues detected. The code has passed all critical security checks. |
lperry022
reviewed
Sep 22, 2025
Contributor
lperry022
left a comment
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.
LGTM Great work
lperry022
approved these changes
Sep 22, 2025
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.
File Upload Service Enhancements
Overview
This PR introduces major enhancements to the File Upload Service (
streamlitdw_fe_mt.py), extending functionality beyond simple dataset uploads. The updated features are live and running on the production VM Streamlit server, where they have been tested successfully with real uploads.These changes significantly improve usability, governance, and scalability for the Redback Data Warehouse team.
Key Features
Data Validation & Preview
Automatic previews for
CSV,XLSX, andJSONfiles (first 8 rows).Real-time validation:
Warns users when file size exceeds ~50MB.
Helps analysts identify issues before uploading.
Tagging Support
Tags can be applied at:
Tags are captured in provenance logs for governance and searchability.
Enables better organization (e.g.
training-data,images,videos).Enhanced Provenance Logging
Provenance JSON now includes:
tagsfile_type(MIME type)SHA256).Provides complete traceability for audit and compliance.
Search & Filtering
ZIP File Handling
Real-Time Feedback
Deletion & Bulk Actions
Screenshots
Testing Performed (on Production VM)
Notes
This PR builds on the earlier provenance feature, evolving the File Upload Service into a production-ready, auditable system that supports validation, tagging, previews, real-time feedback, and lifecycle management.
These enhancements are already deployed on the production VM, providing immediate value to the Redback team.