Added dbt breaking changes docs (#9453)

* Added dbt breaking changes docs

* Addressed review comments
This commit is contained in:
Onkar Ravgan 2022-12-21 19:25:57 +05:30 committed by GitHub
parent f04b1b7ac3
commit ef405b5659
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 18 additions and 4 deletions

View File

@ -27,10 +27,17 @@ Explore 0.13.0 by following up [Deployment guides](https://docs.open-metadata.or
If you are upgrading production this is the recommended version to upgrade.
## Breaking Changes from 0.13.0 Feature Release
OpenMetadata Release 0.13.0 introduces below breaking changes -
### dbt Workflow
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.
## Breaking Changes from 0.12.x Stable Release
OpenMetadata Release 0.12.x introduces below breaking changes -

View File

@ -29,7 +29,7 @@ Starting with `0.13.0`, we have deprecated the initial configurations for Author
- Airbyte connector now support Basic Authentication.
- Added: `username`, `password`
## Lineage Backend
### Lineage Backend
In 0.13.1:
@ -37,3 +37,10 @@ In 0.13.1:
to `airflow_provider_openmetadata.lineage.backend.OpenMetadataLineageBackend`.
- We removed support from Airflow v1.
- The failure callback now only updates the pipeline status if the Pipeline already exists in OpenMetadata.
### dbt Workflow
- 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.
- dbt workflow can be configured via going to `services->selecting your service->ingestion tab->Add DBT Ingestion`