Skip to content

fix: the GetBatch by id should be available #262

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

mickaelMamani
Copy link

as the GetBatch by Id if not available then we must browse all the batches

@LuisM000
Copy link

Hi,
Is there any reason why this PR (#262) is stalled?
Do we have an estimate on when this change will be available or if it needs further review?

Thanks!

@shargon
Copy link

shargon commented Jun 19, 2025

Seems that the project is unactive

@legendaryleo7
Copy link

Seems like this entire project is generated so it’s likely no one is watching the PRs

@KrzysztofCwalina
Copy link
Collaborator

KrzysztofCwalina commented Jun 19, 2025

@mickaelMamani, sorry for a delay in this PR. The reason for the delay is that we would like to support this scenario with what we call "operation rehydration". We already have a method CreateBatchOperation.Rehydrate that allows you to retrieve a previously initiated batch operation. The problem is that there is currently no way to rehydrate from batchId. We would like to add CreateBatchOperation.Rehydrate(BatchClient client, int batchId, ...) overload, but the addition got postponed due to other work. I will bump the priority of the addition to get it done soon.

I filed issue: #463

@KrzysztofCwalina
Copy link
Collaborator

the issue I filed has been fixed and merged: #464

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.

5 participants