-
Notifications
You must be signed in to change notification settings - Fork 14.8k
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
move opensearch provider to new structure #46210
move opensearch provider to new structure #46210
Conversation
858c048
to
9ea075f
Compare
This one will have to be solved differentlly:
When installing latest botocore, opensearch-py gets uninstalled and opensearch provider needs it. Once we split it out, right now UV will (correctly) complain that the apache-airflow-providers-opensearch cannot be installed. I will have to think how to solve it (don't know yet) :) . That's an interesting find. |
This one should be rebased after #46289 -> the latest boto tests removed opensearch, but recent apache.beam releases already removed requests limitation that blocked it. |
9ea075f
to
ec307f9
Compare
Thank you so much for helping to resolve it 🙇🏻♂️ |
related: #46045
^ 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.