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

Track if input files have changed to allow condition to only process data if data are updated #11

Open
5 tasks
mstackhouse opened this issue May 9, 2024 · 2 comments · May be fixed by #25
Open
5 tasks
Assignees

Comments

@mstackhouse
Copy link
Collaborator

The basic flow would need to look like:

  • Capture inputs files
  • Generate a checksum of the files
  • Cache the checksums someplace readable
  • If subsequent run, compare against pre-existing checksums
  • If input data have updated, flag that the file has changes
@MayaGans
Copy link
Collaborator

MayaGans commented Jul 3, 2024

Function factory?

@MayaGans
Copy link
Collaborator

MayaGans commented Jul 3, 2024

Dev and Prod readers with timestamp checker - function handles logistics but you can adapt and extend.

Add vignette with examples using local data, S3, whatever...?

@jiwanheo jiwanheo linked a pull request Jul 25, 2024 that will close this issue
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

Successfully merging a pull request may close this issue.

3 participants