opensearch-project / opensearch-py

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

Integrated generated dangling_indices client APIs into the existing module #511

Closed saimedhi closed 1 year ago

saimedhi commented 1 year ago

Description

Integrated generated dangling_indices client APIs into the existing module, ensuring alignment with the server and maintaining backward compatibility

Issues Resolved

Related to #477

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 1 year ago

Codecov Report

Merging #511 (f74bf10) into main (7d3c528) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##             main     #511   +/-   ##
=======================================
  Coverage   70.87%   70.87%           
=======================================
  Files          83       83           
  Lines        7790     7790           
=======================================
  Hits         5521     5521           
  Misses       2269     2269           
Files Coverage Δ
opensearchpy/_async/client/dangling_indices.py 53.33% <ø> (ø)
opensearchpy/client/dangling_indices.py 53.33% <ø> (ø)