Onkar Ravgan 7d032977d7
Fix 14084: Removed Airflow Mssql backend connection (#14420)
* Removed Airflow Mssql backend conn

* added breaking changes docs
2023-12-20 12:28:28 +05:30

1.0 KiB

title slug
Upgrade 1.2.x to 1.3.x /deployment/upgrade/versions/120-to-130

Upgrade from 1.2.x to 1.3.x

Upgrading from 1.2.x to 1.3.x can be done directly on your instances. This page will list few general details you should take into consideration when running the upgrade.

Deprecation Notice

Breaking Changes for 1.3.x Stable Release

Service Connection Changes

Airflow Connection

Removed the MSSQL connection option from airflow backend database. This is due to the option being experimental and will be deprecated by the Airflow team. For more information refer to the link.

If you are using airflow with MSSQL backend, we recommend switching it to the supported backends e.g MYSQL or POSTGRES.

Removed below MSSQL config option from Airflow

...
  connection:
    type: Mssql
    username: user
    password: pass
    hostPort: localhost:1433
    database: dev