Skip to content
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

Incremental Loading - Stage 1 - Implement checks (4) - No new resources #121

Open
Ben-Hodgkiss opened this issue Oct 22, 2024 · 0 comments

Comments

@Ben-Hodgkiss
Copy link
Contributor

Overview
The final check required is that no new resources have been downloaded. With this check in place, the gatekeeper can act to stop processing of a collection if all the checks pass. In this case, the process log should be uploaded to S3, but no further action is required.

Pull Request(PR):

Tech Approach

  • Check the downloaded resources, and ensure that they are all in resources.csv (indicating they have previously been processed)
  • Use this information to implement the check.

Acceptance Criteria/Tests

  • New resources are correctly identified as such to ensure the collection is processed.
  • The process log is updated correctly.

Resourcing & Dependencies

  • Developer.
@Ben-Hodgkiss Ben-Hodgkiss converted this from a draft issue Oct 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant