-
Notifications
You must be signed in to change notification settings - Fork 14.3k
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
Migrate elasticsearch client to 8.* (or latest 7.*) #31256
Comments
Since |
If we do yes. But that also might be reason why we don't do it. |
Ok. Please assign this issue to me. I'll take some time to study the current usage of this package and propose whether to upgrade to 8.* or latest 7.* |
Done. |
I saw
airflow/docker_tests/test_prod_image.py Line 130 in fc36d00
Given the utilization of |
hmmmm - I just realize that we also use https://github.com/apache/airflow/blob/main/airflow/providers/elasticsearch/provider.yaml#L60 |
I feel like if we are to upgrade to elasticsearch 8, we need to divide it into chunk of works (coz we will be deprecating 2 packages). Since |
sure |
Body
The eleasticsearch version we use is old (from 2021). It is eleasticsearch 7.* and since we are using elasticsearch-dsl, we cannot used elasticsearch 8 currently (first version of that was also released in 2021).
We are currently limited to < 7.15.0 additionally to being limited to 7, because 7.15.0 breaks our tests as we found out when we released some of the dependencies as part of #30067
We should migrate to a newer version of elasticsearch. There are two options:
Committer
The text was updated successfully, but these errors were encountered: