On Thu, Aug 4 2022 at 13:59:23 +02:00:00, Jarek Potiuk
<ja...@potiuk.com> wrote:
When you migrate to Airflow 2.4 and it links to the 8.0 version of
Google provider (assume 2.3 linked to 7) you have to make changes to
make it work in backwards incompatible way - you have to downgrade
google provider to 7.0. You still can do it, but it is not
"out-of-the-box".
This is the issue though. apache-airflow does not depend on
apache-airflow-providers-google >= 8.0, so you can still be on the same
version of the provider on 2.3 and 2.4, but by _only_ upgrading
apache-airflow package your DAG now breaks.