opensearch-project / opensearch-py

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

Add/remote store client #552

Closed saimedhi closed 1 year ago

saimedhi commented 1 year ago

Description

Add/remote store client

Issues Resolved

Closes #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 #552 (d5f0df7) into main (59072a6) will increase coverage by 0.70%. The diff coverage is 77.77%.

@@            Coverage Diff             @@
##             main     #552      +/-   ##
==========================================
+ Coverage   70.05%   70.75%   +0.70%     
==========================================
  Files          83       85       +2     
  Lines        7814     7865      +51     
==========================================
+ Hits         5474     5565      +91     
+ Misses       2340     2300      -40     
Files Coverage Δ
opensearchpy/_async/client/__init__.py 44.64% <100.00%> (+0.39%) :arrow_up:
opensearchpy/client/__init__.py 61.07% <100.00%> (+0.28%) :arrow_up:
opensearchpy/client/remote_store.py 85.71% <85.71%> (ø)
opensearchpy/_async/client/remote_store.py 57.14% <57.14%> (ø)

... and 22 files with indirect coverage changes