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

Merged
merged 14 commits into from
Dec 9, 2024
Merged

Conversation

adam-grofe
Copy link
Contributor

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
@kikomiss
Copy link
Contributor

/azp run

Copy link

Azure Pipelines successfully started running 2 pipeline(s).

@kikomiss
Copy link
Contributor

kikomiss commented Dec 9, 2024

/azp run

Copy link

Azure Pipelines successfully started running 2 pipeline(s).

@adam-grofe adam-grofe merged commit 20dc5cb into main Dec 9, 2024
7 checks passed
@adam-grofe adam-grofe deleted the adamgrofe/feature/batching_jobs branch December 9, 2024 21:55
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