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

Fix/issue 638/updated point in time guide #661

Closed Djcarrillo6 closed 8 months ago

Djcarrillo6 commented 8 months ago

Description

Adds new examples for using the new point in time API(s) that are meant to replace the deprecated API(s).

Issues Resolved

Resolves issue #638 by updating the point-in-time guide with the new API(s).

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 8 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (900ea94) 72.13% compared to head (d094ba8) 72.13%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #661 +/- ## ======================================= Coverage 72.13% 72.13% ======================================= Files 89 89 Lines 7945 7945 ======================================= Hits 5731 5731 Misses 2214 2214 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

saimedhi commented 8 months ago

Hello @Djcarrillo6, appreciate your contribution! Explore more 'good first issues' and feel free to review and comment on issues and PRs that catch your interest. Thanks!