Add breaking changes for pipeline in v110 (#13002)

This commit is contained in:
Mohit Yadav 2023-08-25 13:11:52 +05:30 committed by GitHub
parent 050021cb2f
commit ab97a8ed70
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -312,6 +312,6 @@ processor:
- Bumped up Airflow Charts for Kubernetes OpenMetadata Dependencies Helm Chart to `7.6.1`
### Data Quality Migration
With 1.1.0 version we are migrating existing test cases defined in a test suite to the corresponding table - more details about the new data quality can be found [here](/connectors/ingestion/workflows/data-quality).
With 1.1.0 version we are migrating existing test cases defined in a test suite to the corresponding table, with this change you might need to recreate the pipelines for the test suites, since due to this restructuring the existing ones are removed from Test Suites - more details about the new data quality can be found [here](/connectors/ingestion/workflows/data-quality).
As a user you will need to redeploy data quality workflows. You can go to `Quality > By Tables` to view the tables with test cases that need a workflow to be set up.

View File

@ -309,6 +309,6 @@ processor:
- Bumped up ElasticSearch version for Docker and Kubernetes OpenMetadata Dependencies Helm Chart to `7.16.3`
### Data Quality Migration
With 1.1.0 version we are migrating existing test cases defined in a test suite to the corresponding table - more details about the new data quality can be found [here](/connectors/ingestion/workflows/data-quality).
With 1.1.0 version we are migrating existing test cases defined in a test suite to the corresponding table, with this change you might need to recreate the pipelines for the test suites, since due to this restructuring the existing ones are removed from Test Suites - more details about the new data quality can be found [here](/connectors/ingestion/workflows/data-quality).
As a user you will need to redeploy data quality workflows. You can go to `Quality > By Tables` to view the tables with test cases that need a workflow to be set up.