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

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


    from 1af4ded6919 Fix 0 of 0 assets bug (#48638)
     add e7daa6794c3 Make datetime objects in Context as Pendulum objects 
(#48592)

No new revisions were added by this update.

Summary of changes:
 .../tests/unit/models/test_taskinstance.py         |  8 +-
 .../unit/openlineage/plugins/test_listener.py      | 95 +++++++++++-----------
 .../providers/standard/operators/datetime.py       |  4 +-
 .../providers/standard/operators/weekday.py        |  2 +-
 task-sdk/pyproject.toml                            |  2 +-
 .../src/airflow/sdk/api/datamodels/_generated.py   | 50 ++++++------
 task-sdk/src/airflow/sdk/bases/notifier.py         |  2 +-
 task-sdk/src/airflow/sdk/definitions/context.py    | 19 ++---
 task-sdk/src/airflow/sdk/execution_time/comms.py   |  4 +-
 .../src/airflow/sdk/execution_time/task_runner.py  | 25 +++---
 task-sdk/src/airflow/sdk/types.py                  | 19 +++--
 .../tests/task_sdk/execution_time/test_context.py  |  3 +-
 .../task_sdk/execution_time/test_task_runner.py    |  2 +-
 13 files changed, 120 insertions(+), 115 deletions(-)

Reply via email to