opensearch-project / opensearch-project/opensearch-ruby
[FEATURE] Support data stream deletion
Nobody has claimed this yet.
- Dominant language
- Ruby
- Stars
- 114
- Forks
- 60
- PR merge metrics
- No merged PRs in 30d
Description
It looks like opensearch-ruby doesn't yet have any code to support DELETE _data_stream/
Minus this it seems the only workaround would be to manipulate transport more manually so as to construct the above.
If this isn't there somewhere yet, we need it.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
The issue names no files or tests. Search the Ruby client for existing data-stream operations and the entry points that build OpenSearch requests, then confirm how DELETE _data_stream/ should be exposed. Done means callers no longer need to construct this request through the transport manually, with coverage matching nearby API behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- ruby
- Domain
- api
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 48/100