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 ba35b9f4567 Add hungarian language package (#54716) add d9969be6c9b Decouple serialization and deserialization code for tasks (#54569) No new revisions were added by this update. Summary of changes: .pre-commit-config.yaml | 8 + .../dag-serialization.rst | 137 ++++ .../src/airflow/jobs/scheduler_job_runner.py | 4 +- airflow-core/src/airflow/models/dagrun.py | 4 +- airflow-core/src/airflow/models/mappedoperator.py | 101 +-- .../src/airflow/serialization/json_schema.py | 2 + airflow-core/src/airflow/serialization/schema.json | 87 ++- .../airflow/serialization/serialized_objects.py | 707 +++++++++++++++---- .../unit/serialization/test_dag_serialization.py | 761 +++++++++++++++++---- .../airflow/providers/openlineage/utils/utils.py | 2 +- .../tests/unit/openlineage/utils/test_utils.py | 2 +- ...ider_yaml_files.py => check_schema_defaults.py} | 7 +- scripts/in_container/run_schema_defaults_check.py | 166 +++++ task-sdk/src/airflow/sdk/bases/operator.py | 46 +- .../src/airflow/sdk/definitions/mappedoperator.py | 36 +- 15 files changed, 1695 insertions(+), 375 deletions(-) copy scripts/ci/prek/{check_provider_yaml_files.py => check_schema_defaults.py} (87%) create mode 100755 scripts/in_container/run_schema_defaults_check.py