This is an automated email from the ASF dual-hosted git repository.

amoghdesai pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git


    from a8e169658ac i18n(tw): Add human in the loop translations (#54147)
     add 5faa2414098 Move dag cycle checking logic inside the task SDK dag 
class (#53934)

No new revisions were added by this update.

Summary of changes:
 airflow-core/src/airflow/exceptions.py             | 22 +++++--
 airflow-core/src/airflow/models/dag.py             | 11 ----
 airflow-core/src/airflow/models/dagbag.py          |  3 +-
 airflow-core/src/airflow/utils/dag_cycle_tester.py | 69 ----------------------
 airflow-core/tests/unit/utils/test_dag_cycle.py    | 17 +++---
 task-sdk/src/airflow/sdk/definitions/dag.py        | 47 ++++++++++++++-
 task-sdk/src/airflow/sdk/exceptions.py             |  6 ++
 7 files changed, 77 insertions(+), 98 deletions(-)
 delete mode 100644 airflow-core/src/airflow/utils/dag_cycle_tester.py

Reply via email to