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

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


    from 9f0abf3319 [skip ci]
     add 032c4bbe2e More fixes to test_dagbag.py [skip ci]
     add 54b9641430 Use DAG Context from Task SDK [skip ci]

No new revisions were added by this update.

Summary of changes:
 airflow/models/dag.py                                  | 10 ++--------
 airflow/models/dagbag.py                               |  9 +++++----
 airflow/serialization/schema.json                      |  2 +-
 task_sdk/src/airflow/sdk/definitions/baseoperator.py   |  2 +-
 task_sdk/src/airflow/sdk/definitions/contextmanager.py |  5 +++--
 task_sdk/src/airflow/sdk/definitions/dag.py            | 15 ++++++++++++++-
 tests/models/test_dagbag.py                            |  2 +-
 7 files changed, 27 insertions(+), 18 deletions(-)

Reply via email to