You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 akwarg
to the external entry points to allow overriding the global_op_type
or, better, building aPyesbulk
object that could be instantiated to override this and perhaps other global assumptions.The text was updated successfully, but these errors were encountered: