The GitHub Actions job "Tests" on airflow.git has failed. Run started by GitHub user potiuk (triggered by potiuk).
Head commit for run: ea7eb82b6c1e4efd499b284e891ed16948810cdc / Jarek Potiuk <[email protected]> Move dag_edges and task_group_to_dict to corresponding util modules The methods were implemented in "view" but they were used in other places (in dot_renderer) so they conceptually belong to common util code. Having those in a wrong package (airflow/www) caused the tests to pass because selective checks did nor realise that change in "airflow/www" also requires running Core tests. This PR moves the methods to "airflow/utils". The methods are imported in the "views" module so even if someone used them from there, they will stil be available there, so the change is fully backwards compatible (even if those are not "public" airflow API methods. Follow up after #26188 Report URL: https://github.com/apache/airflow/actions/runs/3007988824 With regards, GitHub Actions via GitBox --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
