opensearch-project / opensearch-py

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

[Guide] Snapshot API #406

Open saimedhi opened 1 year ago

saimedhi commented 1 year ago

What is the bug?

Create guides/snapshot.md similar to the Ruby guide

What is the expected outcome?

The guide 'snapshot.md' need to have example codes for different snapshot operations.

All code-blocks, when run from start to finish in order they appear in the guide, do not throw any errors. If you want to demonstrate that certain statements will throw errors, they must be wrapped in a try/catch and print out the expected error. All code-blocks are properly marked with the language it's written in (i.e. ```python)

For additional references on how to format guide, please refer existing guides in opensearch-py repo.

saimedhi commented 1 year ago

Please feel free to take up this issue and raise a PR with your proposed solution.

roma2023 commented 1 year ago

Can I please take up this issue?