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

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


    from 59ed9945f41 Fix sorting in TR translation (#58460)
     add 5f62e838e2f Move SDK callback definitions to a separate callback 
module (#58177)

No new revisions were added by this update.

Summary of changes:
 airflow-core/tests/unit/jobs/test_scheduler_job.py |   2 +-
 airflow-core/tests/unit/models/test_callback.py    |   2 +-
 airflow-core/tests/unit/models/test_dag.py         |   3 +-
 airflow-core/tests/unit/models/test_dagrun.py      |   3 +-
 airflow-core/tests/unit/models/test_deadline.py    |   3 +-
 airflow-core/tests/unit/models/test_trigger.py     |   2 +-
 .../sdk/definitions/{deadline.py => callback.py}   | 170 +---------------
 task-sdk/src/airflow/sdk/definitions/deadline.py   | 142 +------------
 .../{test_deadline.py => test_callback.py}         | 132 +------------
 .../tests/task_sdk/definitions/test_deadline.py    | 220 +--------------------
 10 files changed, 21 insertions(+), 658 deletions(-)
 copy task-sdk/src/airflow/sdk/definitions/{deadline.py => callback.py} (51%)
 copy task-sdk/tests/task_sdk/definitions/{test_deadline.py => 
test_callback.py} (66%)

Reply via email to