Quentin Pradet
Quentin Pradet
Sorry, I just remembered why this does not work for me: it's not `total=False`, it's because I also pass keyword arguments directly, as mentioned above. So using `_RequestOptions` gives me...
Hey, sorry for the delay! I'd like to wait before aiosonic is a bit better established before adding a fourth (!) HTTP client. I realize it's ironic because the work...
Hello, elasticsearch-py 8.x now supports urllib3 2.0, but I don't have immediate plans to support urllib3 2.0 on elasticsearch-py 7.x.
buildkite test this please
buildkite build this please
Hello! Sorry for the delay here. Nothing was removed - in fact the Elasticsearch Python client never supported proxies out of the box. Since elasticsearch-py 8.x relies on https://github.com/elastic/elastic-transport-python/ the...
Closing in favor of a future usage of https://github.com/elastic/elasticsearch-clients-tests
> Do you mean to add this as a check, to make sure the code in `_sync` has not been hand edited? Like running unasync and then making sure `git...
> Added update_by_query.py and mapping.py. The only remaining module that does I/O is analysis.py, but I'm not sure a conversion is necessary, because the only I/O happens in a `CustomAnalyzer`...
I'm going to review in the same order as you did your work, and the checklist will be in this comment. - [x] General infrastructure (ci.yml, all `__init__.py` files in...