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

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


    from 2841ca95b48 AIP-72: Support DAG parsing context in Task SDK (#45694)
     add 8c420b122d0 Add bundle_name to ParseImportError (#45480)

No new revisions were added by this update.

Summary of changes:
 airflow/api/common/delete_dag.py                   |    5 +-
 .../endpoints/import_error_endpoint.py             |   27 +-
 airflow/api_connexion/openapi/v1.yaml              |    4 +
 airflow/api_connexion/schemas/error_schema.py      |    1 +
 .../core_api/datamodels/import_error.py            |    1 +
 .../api_fastapi/core_api/openapi/v1-generated.yaml |    4 +
 .../core_api/routes/public/import_error.py         |    1 +
 airflow/dag_processing/collection.py               |   34 +-
 airflow/dag_processing/manager.py                  |    8 +-
 .../versions/0050_3_0_0_add_dagbundlemodel.py      |    6 +
 airflow/models/errors.py                           |    3 +-
 airflow/ui/openapi-gen/requests/schemas.gen.ts     |    6 +-
 airflow/ui/openapi-gen/requests/types.gen.ts       |    1 +
 airflow/www/static/js/types/api-generated.ts       |    2 +
 airflow/www/utils.py                               |   11 +-
 airflow/www/views.py                               |   14 +-
 docs/apache-airflow/img/airflow_erd.sha256         |    2 +-
 docs/apache-airflow/img/airflow_erd.svg            | 3530 ++++++++++----------
 .../api_endpoints/test_import_error_endpoint.py    |   42 +-
 providers/tests/fab/auth_manager/conftest.py       |   22 +
 .../endpoints/test_import_error_endpoint.py        |   15 +
 tests/api_connexion/schemas/test_error_schema.py   |    3 +
 .../core_api/routes/public/test_import_error.py    |    7 +
 tests/dag_processing/test_collection.py            |   23 +-
 tests/www/views/test_views_home.py                 |   10 +-
 tests_common/pytest_plugin.py                      |   27 +-
 26 files changed, 1990 insertions(+), 1819 deletions(-)

Reply via email to