elasticsearch-py
elasticsearch-py copied to clipboard
Removing the from parameter per issue #2385
I removed the from parameter to fix the bug in the documentation reported here.
I also wanted to know if you knew of a good spot to add back to the description.
A documentation preview will be available soon.
Help us out by validating the Buildkite preview and reporting issues here.
Please also be sure to double check all images to ensure they are correct in the preview.
- ๐จ Buildkite builds
- ๐ HTML diff: Buildkite - Jenkins
- ๐ Preview: Buildkite - Jenkins
- ๐งช Buildkite vs Jenkins diff
Request a new doc build by commenting
- Rebuild this PR:
run docs-build - Rebuild this PR and all Elastic docs:
run docs-build rebuild
run docs-build is much faster than run docs-build rebuild. A rebuild should only be needed in rare situations.
If your PR continues to fail for an unknown reason, the doc build pipeline may be broken. Elastic employees can check the pipeline status here.
Hello! I really appreciate your efforts here, but unfortunately that code is generated, so that change will disappear at the next edit. I need to fix the generator, which is not public.
If you're still interested in working on the Elasticsearch client, maybe https://github.com/elastic/elasticsearch-py/issues/2167 is a good fit? It involves a few changes in https://github.com/elastic/elastic-transport-python/. I can provide more explanations if needed. Thank you.