GitHub user michaelosthege edited a comment on the discussion: Issue with downgrade from 3.0.0 to 2.10.3
We're running into the same import bug when trying to upgrade 2.10.5 → 2.11.0. Looks like our Docker image contains `apache-airflow-core==3.0.0` even though we pinned `apache-airflow==2.11.0` . Investigating why... Might be due to us installing some providers from conda-forge and `apache-airflow` from PyPI in a `pip:` section of our environment.yml. Both `apache-airflow==2.11.0` and `apache-airflow-core==3.0.0` ended up writing files to `/opt/mamba/lib/python3.12/site-packages/airflow`, resulting in a frankensteinish mix of migration scripts. GitHub link: https://github.com/apache/airflow/discussions/49722#discussioncomment-13222980 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
