From ab97a8ed703fcacb96171ab167851192ac4a15db Mon Sep 17 00:00:00 2001 From: Mohit Yadav <105265192+mohityadav766@users.noreply.github.com> Date: Fri, 25 Aug 2023 13:11:52 +0530 Subject: [PATCH] Add breaking changes for pipeline in v110 (#13002) --- .../content/v1.1.2/deployment/upgrade/versions/100-to-110.md | 2 +- .../v1.2.0-SNAPSHOT/deployment/upgrade/versions/100-to-110.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/openmetadata-docs/content/v1.1.2/deployment/upgrade/versions/100-to-110.md b/openmetadata-docs/content/v1.1.2/deployment/upgrade/versions/100-to-110.md index 6a99137e460..966c293e43f 100644 --- a/openmetadata-docs/content/v1.1.2/deployment/upgrade/versions/100-to-110.md +++ b/openmetadata-docs/content/v1.1.2/deployment/upgrade/versions/100-to-110.md @@ -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. diff --git a/openmetadata-docs/content/v1.2.0-SNAPSHOT/deployment/upgrade/versions/100-to-110.md b/openmetadata-docs/content/v1.2.0-SNAPSHOT/deployment/upgrade/versions/100-to-110.md index 436cd5f31d5..95e863fa616 100644 --- a/openmetadata-docs/content/v1.2.0-SNAPSHOT/deployment/upgrade/versions/100-to-110.md +++ b/openmetadata-docs/content/v1.2.0-SNAPSHOT/deployment/upgrade/versions/100-to-110.md @@ -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.