-
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
Feature: validate incoming bag #93
Labels
Comments
mcantelon
added a commit
that referenced
this issue
Dec 18, 2024
Added validation of Bag before it's unbagged. [skip codecov]
mcantelon
added a commit
that referenced
this issue
Dec 18, 2024
Added validation of Bag before it's unbagged. [skip codecov]
mcantelon
added a commit
that referenced
this issue
Dec 19, 2024
Added validation of Bag before it's unbagged. [skip codecov]
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is your feature request related to a problem? Please describe.
SFA's migration packages will arrive in the system as bags. In order to ensure that nothing has been corrupted or lost in transit, the bags should be validated.
Describe the solution you'd like
Add an activity that checks to see if the ingest is a bag and then validates the bag.
Describe alternatives you've considered
We could simply not validate the bag, but it seems like good practice to take advantage of the opportunity.
Additional context
The text was updated successfully, but these errors were encountered: