elastic / elasticsearch-py

Official Python client for Elasticsearch
https://ela.st/es-python
Apache License 2.0
37 stars 1.18k forks source link

Pass parameter `nodes` instead of `node_id` from the list function in TasksClient #2678

Closed margaretpearce closed 2 weeks ago

margaretpearce commented 3 weeks ago

Closes https://github.com/elastic/elasticsearch-specification/issues/3112

Pass a parameter named nodes instead of node_id to perform_request if node_id function argument is not None on list in TasksClient.

github-actions[bot] commented 3 weeks ago

A documentation preview will be available soon.

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](https://buildkite.com/elastic/docs-build).
pquentin commented 2 weeks ago

Thank you! Appreciate that you took the time to open a pull request. However this code is generated, so I am closing in favor of https://github.com/elastic/elasticsearch-specification/issues/3112.