The GitHub Actions job "Tests" on airflow.git/fix-local-iteration-on-older-airflow-version has succeeded. Run started by GitHub user potiuk (triggered by potiuk).
Head commit for run: 0de3313f21a60bb942c1ca9b101613ea8f089f8a / Jarek Potiuk <[email protected]> Fix installing older airflow versions and current source providers The source providers and old airflow did not work well together for a few reasons: * airflow 2 did not have legacy namespace packaging specification at the top of the file * the providers and commong __init__.py files had no legacy namespace specification * few Airflow 3-only providers cause airflow 2 to fail when installed together from sources. * AIRFLOW__CORE__AUTH_MANAGER was set pointing to Simple Auth Manger only used in Airflow 3 This PR fixes all issues: * it patches installed airflow (if airflow 2 is installed) and fixes the __init__.py files * it uninstalls the providers that are problematic * it unsets the AIRFLOW__CORE__AUTH_MANAGER variable Report URL: https://github.com/apache/airflow/actions/runs/14128413193 With regards, GitHub Actions via GitBox --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
