This is an automated email from the ASF dual-hosted git repository.
jscheffl pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
from ef9e8b0e7a Update dags.rst with information on DAG pausing (#36540)
add dec78ab3f1 Remove MSSQL support form Airflow core (#36514)
No new revisions were added by this update.
Summary of changes:
.github/workflows/ci.yml | 74 ----------------------
README.md | 5 +-
airflow/cli/commands/db_command.py | 7 --
airflow/jobs/backfill_job_runner.py | 46 ++++++--------
airflow/jobs/scheduler_job_runner.py | 4 +-
airflow/models/dagrun.py | 2 -
airflow/models/dataset.py | 6 +-
airflow/models/renderedtifields.py | 1 -
airflow/models/serialized_dag.py | 3 -
airflow/models/taskinstance.py | 8 +--
airflow/models/taskreschedule.py | 14 +---
airflow/models/xcom.py | 4 +-
.../fab/auth_manager/security_manager/override.py | 2 +
airflow/settings.py | 29 +--------
airflow/utils/cli_action_loggers.py | 1 -
airflow/utils/db.py | 26 +-------
airflow/utils/db_cleanup.py | 5 --
airflow/utils/sqlalchemy.py | 62 +++---------------
airflow/www/views.py | 16 ++---
.../administration-and-deployment/scheduler.rst | 3 +-
docs/apache-airflow/howto/set-up-database.rst | 47 ++------------
docs/apache-airflow/installation/prerequisites.rst | 1 -
docs/apache-airflow/installation/upgrading.rst | 2 +-
generated/PYPI_README.md | 3 -
newsfragments/36514.significant.rst | 13 ++++
tests/core/test_sqlalchemy_config.py | 2 +-
tests/executors/test_executor_loader.py | 2 +-
tests/models/test_renderedtifields.py | 20 +-----
tests/models/test_taskinstance.py | 9 +--
tests/utils/test_db.py | 9 ---
30 files changed, 74 insertions(+), 352 deletions(-)
create mode 100644 newsfragments/36514.significant.rst