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

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


    from 5fb6b07877c New year means updated Copyright notices (#60344)
     add 56d70e7f383 Make Edge Worker using async loop (#56457)

No new revisions were added by this update.

Summary of changes:
 providers/edge3/docs/index.rst                     |   4 +-
 providers/edge3/pyproject.toml                     |   4 +-
 .../src/airflow/providers/edge3/cli/api_client.py  |  56 +--
 .../src/airflow/providers/edge3/cli/dataclasses.py |  13 +-
 .../airflow/providers/edge3/cli/edge_command.py    |  10 +-
 .../src/airflow/providers/edge3/cli/worker.py      | 423 +++++++++++----------
 .../providers/edge3/worker_api/datamodels.py       |  11 +
 .../providers/edge3/worker_api/routes/jobs.py      |   2 +-
 .../edge3/tests/unit/edge3/cli/test_api_client.py  | 106 +++---
 .../edge3/tests/unit/edge3/cli/test_worker.py      | 303 ++++++++-------
 .../unit/edge3/worker_api/routes/test_logs.py      |   2 +-
 11 files changed, 499 insertions(+), 435 deletions(-)

Reply via email to