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

feat/improve file data batch content #302

Merged
merged 15 commits into from
Dec 17, 2024
Merged

Conversation

rbiseck3
Copy link
Collaborator

@rbiseck3 rbiseck3 commented Dec 13, 2024

Description

Convert the FileData class to be a pydantic model to have better field validation on it. Also create inherited FileData classes for batch support and inter-index-downloader communication.

Copy link

@ctrahey ctrahey left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deferring comments on the actual changes for a sec - the sheer proportion of the diff dedicated to innocuous changes to test fixtures is really striking me this time around. Have we explored pulling the artifacts (and perhaps even the scenarios themselves) into a different system? Manage them like artifacts - out of band from the code?

@ctrahey
Copy link

ctrahey commented Dec 13, 2024

My next comment, again not truly a code level conversation yet, but closer: How do you feel about collapsing the case of single and batch into a world where everything is a batch, and it just so happens that sometimes that batch is of size 1?

@rbiseck3 rbiseck3 force-pushed the roman/batch-id-file-data branch from 3a0eda3 to e0e6dd1 Compare December 16, 2024 19:55
@rbiseck3 rbiseck3 merged commit 7a8c8fc into main Dec 17, 2024
26 checks passed
@rbiseck3 rbiseck3 deleted the roman/batch-id-file-data branch December 17, 2024 15:57
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.

4 participants