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

ash pushed a change to branch task-sdk-first-code
in repository https://gitbox.apache.org/repos/asf/airflow.git


    from c718a153de fixup! Start porting over all the DAG defintion code to the 
Task SDK
     add 6274cddac9 Get more tests passing

No new revisions were added by this update.

Summary of changes:
 airflow/models/baseoperator.py                     | 52 ++++------------------
 airflow/models/dag.py                              |  2 +-
 .../src/airflow/sdk/definitions/baseoperator.py    | 45 ++++++++++++++++++-
 task_sdk/src/airflow/sdk/definitions/dag.py        | 42 +++++++----------
 task_sdk/src/airflow/sdk/definitions/taskgroup.py  | 15 +++++--
 task_sdk/tests/defintions/test_dag.py              | 42 +++++++++++++++++
 tests/models/test_dag.py                           | 43 ++----------------
 7 files changed, 127 insertions(+), 114 deletions(-)

Reply via email to