Highlights Update in docs for 0.11 to 0.12 upgrade (#7339)

* Highlights Update

* oracle fixt
This commit is contained in:
Mayur Singal 2022-09-08 18:58:04 +05:30 committed by GitHub
parent 3f8487bc25
commit d486e95b69
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -57,6 +57,13 @@ to Airflow 2.3.3.
If you are using your own Airflow to prepare the ingestion from the UI, which is stuck in version 2.1.4, and you cannot
upgrade that, but you want to use OM 0.12, reach out to us.
### Connector Improvements
- **Oracle**: In `0.11.x` and previous releases, we were using the [Cx_Oracle](https://oracle.github.io/python-cx_Oracle/) driver to extract the metadata from oracledb. The drawback of using this driver was it required Oracle Client libraries to be installed in the host machine in order to run the ingestion. With the `0.12` release, we will be using the [python-oracledb](https://oracle.github.io/python-oracledb/) driver which is a upgraded version of `Cx_Oracle`. `python-oracledb` with `Thin` mode does not need Oracle Client libraries.
- **Azure SQL & MSSQL**: Azure SQL & MSSQL with pyodbc scheme requires ODBC driver to be installed, with `0.12` release we are shipping the `ODBC Driver 18 for SQL Server` out of the box in our ingestion docker image.
### Service Connection Updates
- DynamoDB