The GitHub Actions job "Tests" on airflow.git has failed.
Run started by GitHub user potiuk (triggered by potiuk).

Head commit for run:
d45f3d8e47c72ce766e9e6b2e9d596500e0fbb9b / Jarek Potiuk <[email protected]>
Improve provider validation pre-commit

The provider validation only checked if classes and packages were
belonging to the right package, but they did not check if the classes or
packages specified could actually be imported - which could lead to
webserver crash as in case of #28393.

That requires the pre-commit code to be moved to the Breeze container,
because only there we have all the packages installed that are needed
to import the packages and classes.

We have to also make an exclusion for MSSQL and MySQL classes because
they are missing for ARM images, so on ARM import errors for those
are expected.

Fixes: #28510

Report URL: https://github.com/apache/airflow/actions/runs/3748395020

With regards,
GitHub Actions via GitBox


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to