This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
from 77d2fc7d75 Check task attribute before use in sentry.add_tagging()
(#37143)
add 694826d1bd refactor: Refactored __new__ magic method of
BaseOperatorMeta to avoid bad mixing classic and decorated operators (#37937)
No new revisions were added by this update.
Summary of changes:
airflow/models/base.py | 1 +
airflow/models/baseoperator.py | 61 ++++++-
airflow/models/mappedoperator.py | 4 +
airflow/models/taskinstance.py | 8 +-
.../microsoft/azure/serialization}/__init__.py | 0
airflow/serialization/schema.json | 3 +-
tests/models/test_baseoperatormeta.py | 184 +++++++++++++++++++++
tests/serialization/test_dag_serialization.py | 1 +
8 files changed, 257 insertions(+), 5 deletions(-)
copy airflow/{api_connexion =>
providers/microsoft/azure/serialization}/__init__.py (100%)
create mode 100644 tests/models/test_baseoperatormeta.py