-
Notifications
You must be signed in to change notification settings - Fork 14.5k
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
Bump minimum Airflow version in providers to Airflow 2.6.0 #36017
Conversation
Interesting error with providers. It looks like (Can't remember that) Airflow 2.6.0 had "apache-airflow-providers-hive" dependency instead of "apache-airflow-providers-apache-hive". But it seems that 2.6.1 has it fixed already - so just setting
should fix the issue. |
Ok. Two fixes are needed:
With the comment that is should be removed when we bump to 2.7.1
So looks ike Cohere provider is only actually installable for Airflow 2.7.1+ - we should add in their provider.yaml |
I think the PR you linked is wrong? |
82c258c
to
7069f0b
Compare
Seems like we are havin issue with just released 0.23.1 of Pytest-asyncio, which was supposed to fix bugs in (also just released but 10 hours earlier). I opened an issue pytest-dev/pytest-asyncio#703 to ask what's going on. |
And PR here to temporarily limit asyncio until we know whats going on #36037 |
8fe1107
to
bdec307
Compare
rebased after #36061 |
Close enough - you need to also remove
|
Thanks! I new i forgot something |
Looks good :) |
This should be in 2.8 right @eladkal ? |
If the breeze changes are relevant yes. |
I think it popped up because of the generated/ folder. I will try cherry-picking it |
I think it's not strictly necessary for 2.8 - I will cherry-pick it eventually anyway (if @ephraimbuddy will not do it ) - but for 2.8.0 (i will eventually make it completely uneccessary when we move to more modern tooling for building airflow package ~ couple of months or so. |
* Bump minimum Airflow version in providers to Airflow 2.6.0 * Fix breeze unit tests * Handle cohere provider * enhance CI matrix for provider-airflow-compatibility-check * remove 2.5.0 from BASE_PROVIDERS_COMPATIBILITY_CHECKS (cherry picked from commit d0918d7)
Note: suspended providers are not included in bump min airflow version (
daskexecutor
provider)