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

Integrated generated `tasks client` APIs into the existing module #508

Closed saimedhi closed 1 year ago

saimedhi commented 1 year ago

Description

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 #508 (5c8a677) into main (69750e8) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##             main     #508   +/-   ##
=======================================
  Coverage   70.92%   70.92%           
=======================================
  Files          81       81           
  Lines        7732     7732           
=======================================
  Hits         5484     5484           
  Misses       2248     2248           
Files Changed Coverage Δ
opensearchpy/_async/client/tasks.py 64.28% <ø> (ø)
opensearchpy/client/tasks.py 85.71% <ø> (ø)
saimedhi commented 1 year ago

Hi @florianvazelle, would you mind taking a moment to review this PR when you have a chance? Thank you!