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
If a dataset fails validation it is not deleted from the landing bucket after being moved to a fail folder in the data bukcte
upload a file that doesn't match it's registered schema
delete object that failed after copy
iust need to delete the file in this exception block https://github.com/ministryofjustice/data-platform/blob/main/containers/daap-landing-to-raw/src/var/task/landing_to_raw.py#L74
The text was updated successfully, but these errors were encountered:
murdo-moj
No branches or pull requests
Describe the bug.
If a dataset fails validation it is not deleted from the landing bucket after being moved to a fail folder in the data bukcte
To Reproduce
upload a file that doesn't match it's registered schema
Expected Behaviour
delete object that failed after copy
Additional context
iust need to delete the file in this exception block https://github.com/ministryofjustice/data-platform/blob/main/containers/daap-landing-to-raw/src/var/task/landing_to_raw.py#L74
The text was updated successfully, but these errors were encountered: