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

Support upserts to multiple documents for opensearch #401

Open
ryuwd opened this issue Feb 11, 2025 · 0 comments
Open

Support upserts to multiple documents for opensearch #401

ryuwd opened this issue Feb 11, 2025 · 0 comments

Comments

@ryuwd
Copy link
Contributor

ryuwd commented Feb 11, 2025

This feature would be helpful for upserting job parameters for multiple jobs in bulk. At the moment I have to do:

# TODO: can we upsert to multiple documents?
for job_id, p_updates_ in param_updates.items():
if p_updates_:
await job_parameters_db.upsert(
int(job_id),
p_updates_,
)

See: #397 (comment)_

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

No branches or pull requests

1 participant