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

Head commit for run:
666df953b8b8cd1d68d16c5666206247663a09d4 / Jarek Potiuk <[email protected]>
Move dag_edges and task_group_to_dict to corresponding util modules (#26212)

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/3010457999

With regards,
GitHub Actions via GitBox


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

Reply via email to