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

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


    from 16eaa5e761f Remove extra bracket in query (#45735)
     add 5ff07fa84c5 Removed the ability for Operators to specify their own 
"scheduling deps". (#45713)

No new revisions were added by this update.

Summary of changes:
 airflow/api_fastapi/core_api/datamodels/plugins.py |   1 -
 .../api_fastapi/core_api/openapi/v1-generated.yaml |   6 -
 airflow/decorators/base.py                         |   2 +-
 airflow/exceptions.py                              |   4 -
 airflow/models/mappedoperator.py                   |  37 ++--
 airflow/plugins_manager.py                         |  25 ---
 airflow/sensors/base.py                            |   4 +-
 airflow/serialization/schema.json                  |   7 +-
 airflow/serialization/serialized_objects.py        |  75 ++------
 airflow/ui/openapi-gen/requests/schemas.gen.ts     |   8 -
 airflow/ui/openapi-gen/requests/types.gen.ts       |   1 -
 newsfragments/aip-72.significant.rst               |  18 +-
 .../sdk/definitions/_internal/abstractoperator.py  |   3 +
 .../endpoints/test_plugin_endpoint.py              |  10 -
 tests/api_connexion/schemas/test_plugin_schema.py  |   3 -
 .../local_commands/test_plugins_command.py         |   1 -
 tests/plugins/test_plugin.py                       |   6 -
 tests/serialization/test_dag_serialization.py      | 213 +++++++--------------
 18 files changed, 123 insertions(+), 301 deletions(-)

Reply via email to