This is an automated email from the ASF dual-hosted git repository.
uranusjr pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
from 2dcb15f3d1f Add Dataflow Apache Beam Java streaming system test
(#47209)
add 7d29a786407 Re-introduce (and correctly call) the ExecutorSafeguard in
TaskSDK (#47523)
No new revisions were added by this update.
Summary of changes:
airflow/models/baseoperator.py | 59 +-----
airflow/models/taskinstance.py | 11 +-
.../src/airflow/sdk/definitions/baseoperator.py | 62 +++++-
.../src/airflow/sdk/execution_time/task_runner.py | 11 +-
.../task_sdk/definitions/test_baseoperator.py | 84 +++++++-
tests/models/test_baseoperatormeta.py | 224 ---------------------
6 files changed, 157 insertions(+), 294 deletions(-)
delete mode 100644 tests/models/test_baseoperatormeta.py