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

Add batching support to sdk #647

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

Conversation

adam-grofe
Copy link

This PR is to lay the foundation for the batching feature where we provide convenience functions for users to provide a list of xyz files and then the SDK converts these to QcSchema to be uploaded to the service. The QcSchema are uploaded as individual blobs to the storage account container used for the job. This PR takes advantage of the container URI that is already be used to save the output to.

Tests were defined for the functions that generate QcSchema using pytest and pytest-regressions. End-to-end testing was performed manually by submitting a single job batch to canary for each job type.

@adam-grofe adam-grofe requested a review from a team as a code owner October 18, 2024 18:13
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.

3 participants