-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add synonyms and query rules APIs #2288
Comments
Looks like codegen is failing for the 8.10 branch, both in automation and when I try locally. Specifically when generating the synonyms API code. @pquentin had a possible fix in the code generator for it, but I don't think he's pushed it up yet. That might be the key to setting everything right again. |
@JoshMock Is there an ETA for this fix? Thanks! |
The one-line fix was for #2273, but I opened #2299 to fix this issue. It did require some manual adjustments, I suspect the code generation does not fully work for net-new APIs. |
Elasticsearch version (
bin/elasticsearch --version
): 8.10.0elasticsearch-py
version (elasticsearch.__versionstr__
): 8.10.0Description of the problem including expected versus actual behavior: The synonyms and query rules APIs have been added to the JavaScript client but still need to be added to the Python client. They should have gotten updated with 8.10 work but it looks like there may be additional work to do.
Also per #2269 there is some manual work required to add these APIs to the docs.
The text was updated successfully, but these errors were encountered: