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

Generalize for other bulk operations #19

Open
dbutenhof opened this issue Oct 11, 2021 · 0 comments
Open

Generalize for other bulk operations #19

dbutenhof opened this issue Oct 11, 2021 · 0 comments

Comments

@dbutenhof
Copy link
Member

The pyesbulk package is currently hardcoded for "create" operations; we would like to be able to leverage the retry logic for "update" and "delete" as well. This requires some refactoring, adding a kwarg to the external entry points to allow overriding the global _op_type or, better, building a Pyesbulk object that could be instantiated to override this and perhaps other global assumptions.

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