Skip to content
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

Upper-bind elasticearch integration #31255

Merged
merged 2 commits into from
May 12, 2023

Conversation

potiuk
Copy link
Member

@potiuk potiuk commented May 12, 2023

During bumping the dependencies of Google Provider we found out that elasticsearch >= 7.15.0 (which we never tested before because of other constraints) breaks our tests. Since there is an 8 version of eleastic search available as of 2021, we should - rather than solve the tests in 7, likely migrate to version 8, which should likely involve getting rid of elastisearch-dsl, because it has limitations of elasticsearch <8.


^ Add meaningful description above

Read the Pull Request Guidelines for more information.
In case of fundamental code changes, an Airflow Improvement Proposal (AIP) is needed.
In case of a new dependency, check compliance with the ASF 3rd Party License Policy.
In case of backwards incompatible changes please leave a note in a newsfragment file, named {pr_number}.significant.rst or {issue_number}.significant.rst, in newsfragments.

@potiuk
Copy link
Member Author

potiuk commented May 12, 2023

BTW. We might actually want to upgrade to latest 7 if we find out that 8.* migration is complex, but I would rather do the latter.

During bumping the dependencies of Google Provider we found out
that elasticsearch >= 7.15.0 (which we never tested before because
of other constraints) breaks our tests. Since there is an 8 version
of eleastic search available as of 2021, we should - rather than
solve the tests in 7, likely migrate to version 8, which should
likely involve getting rid of elastisearch-dsl, because it has
limitations of elasticsearch <8.
@potiuk potiuk force-pushed the upper-bound-elasticsearch branch from 6a65e64 to 1432f34 Compare May 12, 2023 18:24
Co-authored-by: Jed Cunningham <66968678+jedcunningham@users.noreply.github.com>
@potiuk potiuk merged commit 761c0da into apache:main May 12, 2023
@potiuk potiuk deleted the upper-bound-elasticsearch branch May 12, 2023 19:24
@ashb
Copy link
Member

ashb commented May 12, 2023

I think v8 of the module only works with Elastic, and it explicitly doesn't work with the Open Search fork anymore

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants