Uh oh!
There was an error while loading. Please reload this page.
Bump minimum Airflow version in providers to Airflow 2.6.0 - #36017
Conversation
potiuk
commented
Dec 1, 2023
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. |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
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 |
eladkal
commented
Dec 2, 2023
I think the PR you linked is wrong? |
eladkal
commented
Dec 2, 2023
82c258c to
7069f0bComparepotiuk
commented
Dec 3, 2023
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. |
potiuk
commented
Dec 3, 2023
And PR here to temporarily limit asyncio until we know whats going on #36037 |
8fe1107 to
bdec307Compareeladkal
commented
Dec 6, 2023
rebased after #36061 |
potiuk
commented
Dec 6, 2023
Close enough - you need to also remove
|
eladkal
commented
Dec 6, 2023
Thanks! I new i forgot something |
potiuk
commented
Dec 6, 2023
Looks good :) |
ephraimbuddy
commented
Dec 7, 2023
This should be in 2.8 right @eladkal ? |
eladkal
commented
Dec 7, 2023
If the breeze changes are relevant yes. |
ephraimbuddy
commented
Dec 7, 2023
I think it popped up because of the generated/ folder. I will try cherry-picking it |
potiuk
commented
Dec 7, 2023
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 (
daskexecutorprovider)