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

feature: add optional cache layer to S3Dao #106

Merged
merged 2 commits into from
Apr 7, 2024

Conversation

mik3y
Copy link
Contributor

@mik3y mik3y commented Mar 23, 2024

I wanted to avoid re-downloading from S3 when re-running a pipeline. This isn't the fanciest solution, but solves for that issue & provides an interface for other approaches to plug in.

Also incidentally updates autoflake in pre-commit, for python 3.12 compatibility.

v2.3.0+ is necessary for python 3.12 support.
Goal is to avoid re-fetching from S3.
@hynky1999
Copy link
Owner

That's a great idea, should really speed up the things when debugging and iterating.
Code looks great!

@hynky1999 hynky1999 merged commit c00b3cd into hynky1999:main Apr 7, 2024
2 of 4 checks passed
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 this pull request may close these issues.

2 participants