opensearch-project / opensearch-py

Python Client for OpenSearch
https://opensearch.org/docs/latest/clients/python/
Apache License 2.0
338 stars 170 forks source link

Override put_mapping definition to make index name optional. #553

Closed dblock closed 11 months ago

dblock commented 11 months ago

Description

This is an alternative to patching in code.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license. For more information on following Developer Certificate of Origin and signing off your commits, please check here.

codecov[bot] commented 11 months ago

Codecov Report

Merging #553 (bc6eaec) into main (fe4b6d7) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##             main     #553   +/-   ##
=======================================
  Coverage   71.09%   71.09%           
=======================================
  Files          85       85           
  Lines        7774     7774           
=======================================
  Hits         5527     5527           
  Misses       2247     2247           
Files Coverage Δ
opensearchpy/_async/client/remote_store.py 57.14% <ø> (ø)
opensearchpy/client/remote_store.py 85.71% <ø> (ø)
dblock commented 11 months ago

@saimedhi please don't hesitate to hit merge if you approve of a PR and it passes (at least from me!)