You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've started looking at this in my fork. It's not fully tested yet and needs Elasticsearch v9 too. If I get time for more progress, I'll let you know how it goes, but it's a starting point. The migration should be pretty simple as the code was just copied into the other python package.
Uninstall the elasticsearch-dsl package
Make sure you have version 8.18.0 or newer of the elasticsearch package installed
Replace elasticsearch_dsl with elasticsearch.dsl in your imports
See https://github.com/elastic/elasticsearch-dsl-py/releases/tag/v8.18.0
The text was updated successfully, but these errors were encountered: