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 9a14e66a64c feat: Add explicit support for DatabricksHook to Ol helper 
(#52253)
     add 7494d0f8ac9 Fix various incompatibilities with SQLAlchemy 2.0 (#52518)

No new revisions were added by this update.

Summary of changes:
 airflow-core/docs/img/airflow_erd.sha256           |   2 +-
 airflow-core/docs/img/airflow_erd.svg              | 318 ++++++++++-----------
 .../core_api/routes/public/import_error.py         |   8 +-
 .../cli/commands/rotate_fernet_key_command.py      |  11 +-
 .../0036_3_0_0_add_name_field_to_dataset_model.py  |   4 +-
 .../versions/0038_3_0_0_add_asset_active.py        |   2 +-
 ...9_3_0_0_tweak_assetaliasmodel_to_match_asset.py |   4 +-
 airflow-core/src/airflow/models/base.py            |   5 +
 airflow-core/src/airflow/models/dag_version.py     |   1 +
 airflow-core/src/airflow/models/dagrun.py          |  14 +-
 airflow-core/src/airflow/utils/sqlalchemy.py       |   7 +
 airflow-core/tests/unit/always/test_connection.py  |   8 +-
 .../unit/api_fastapi/common/test_exceptions.py     |  19 +-
 .../tests/unit/core/test_sqlalchemy_config.py      |  21 +-
 .../tests/unit/dag_processing/test_collection.py   |   4 +
 airflow-core/tests/unit/jobs/test_scheduler_job.py |  28 +-
 .../src/tests_common/test_utils/version_compat.py  |  12 +
 17 files changed, 271 insertions(+), 197 deletions(-)

Reply via email to