Upgrading from 0.12 to 0.13 can be done directly on your instances. This page will list few general details you should take into consideration when running the upgrade.
- Oracle connector now supports thick mode enabled by default.
- Added: `instantClientDirectory` with the path to the Oracle libraries. They are provided by default for release 19
in the ingestion container.
- Superset:
- The Superset connector now supports the ability to extract metadata directly from the database underlying Superset, making it useful for users who have SSO enabled.
- Added: `connection` field the connection can be of type `ApiConnection`, `postgresConnection` or `mysqlConnection`
- Removed: `username`, `password`&`provider` fields as now these fields will be part of `ApiConnection`
Before upgrading to 0.13.1 it is recommended to save the existing Webhook configs(like webhook url) to use them later.
We have added Alerts/Notifications , which can be configured to receive customised alerts on updates in OM using Triggers, Filtering Information to different destinations like Slack, MsTeams or even Emails.
Please use the same webhook config that you had saved from previous version to configure the Alerts Destination after upgrading.
- Starting with `0.13.1` dbt ingestion has been separated from the metadata ingestion. It can now be configured as a separate workflow after completing the metadata ingestion workflow
- We will remove the dbt configuration from your existing metadata ingestion pipelines and they will keep working as expected.
- After upgrading you will have to create the dbt workflow for the dbt ingestion to start working again.