vincbeck commented on PR #42280: URL: https://github.com/apache/airflow/pull/42280#issuecomment-2356873723
> We discussed in Airflow 3 Devcall that Provider changes and Core adjustments should not be mixed. Can you please separate the changes? > > As it seems dependencies between provider and core are adjusted - are you sure the provider will stay compatible with Airflow 2.9? Yes, similar to #42042, both changes (providers and core) are interrelated and it is impossible to split them. I am basically moving some features from core to providers so the provider will be compatible with Airflow 2.9. The only incompatibility is Airflow 3 with current or older version of FAB (because the feature is neither in Airflow and providers) but we decided (see [comment](https://github.com/apache/airflow/pull/42042#issuecomment-2333313742)) that Airflow 3 will require last version of Fab -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
