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 22566d87f2 fixup! Start porting over all the DAG defintion code to the
Task SDK
add c718a153de fixup! Start porting over all the DAG defintion code to the
Task SDK
No new revisions were added by this update.
Summary of changes:
airflow/models/abstractoperator.py | 7 +-
airflow/models/dag.py | 9 +-
airflow/models/dagbag.py | 4 +-
airflow/models/skipmixin.py | 2 +-
airflow/models/taskinstance.py | 6 +-
airflow/models/taskmixin.py | 3 +-
airflow/models/xcom_arg.py | 10 +-
airflow/serialization/serialized_objects.py | 6 +-
airflow/template/templater.py | 7 +-
hatch_build.py | 1 +
.../src/airflow/sdk/definitions/baseoperator.py | 22 +++--
task_sdk/src/airflow/sdk/definitions/dag.py | 106 +++++++++++++++++----
task_sdk/src/airflow/sdk/definitions/node.py | 9 +-
task_sdk/src/airflow/sdk/definitions/taskgroup.py | 3 +-
task_sdk/tests/defintions/test_baseoperator.py | 29 ++++--
task_sdk/tests/defintions/test_dag.py | 35 +++++++
tests/models/test_dag.py | 79 ---------------
tests/serialization/test_dag_serialization.py | 2 +-
tests/serialization/test_pydantic_models.py | 11 +--
19 files changed, 206 insertions(+), 145 deletions(-)