From eb30f4c0983fde574330d1610cba2e51a5f603d7 Mon Sep 17 00:00:00 2001 From: Prajwal214 <167504578+Prajwal214@users.noreply.github.com> Date: Wed, 4 Sep 2024 08:14:46 +0530 Subject: [PATCH] Docs: Updated the broken links (#17693) Co-authored-by: Prajwal Pandit --- .../content/v1.5.x/connectors/database/sap-hana/yaml.md | 2 +- .../content/v1.5.x/connectors/ingestion/great-expectations.md | 2 +- .../content/v1.5.x/connectors/pipeline/openlineage/index.md | 2 +- openmetadata-docs/content/v1.5.x/how-to-guides/index.md | 2 +- .../how-to-guides/user-guide-data-users/data-asset-tabs.md | 2 +- .../v1.6.x-SNAPSHOT/connectors/database/sap-hana/yaml.md | 2 +- .../v1.6.x-SNAPSHOT/connectors/ingestion/great-expectations.md | 2 +- .../v1.6.x-SNAPSHOT/connectors/pipeline/openlineage/index.md | 2 +- .../content/v1.6.x-SNAPSHOT/how-to-guides/index.md | 2 +- .../how-to-guides/user-guide-data-users/data-asset-tabs.md | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) diff --git a/openmetadata-docs/content/v1.5.x/connectors/database/sap-hana/yaml.md b/openmetadata-docs/content/v1.5.x/connectors/database/sap-hana/yaml.md index bb77fcc0cb7..b3ce7776933 100644 --- a/openmetadata-docs/content/v1.5.x/connectors/database/sap-hana/yaml.md +++ b/openmetadata-docs/content/v1.5.x/connectors/database/sap-hana/yaml.md @@ -70,7 +70,7 @@ The same applies to the `_SYS_REPO` schema, required for lineage extraction. ### Profiler & Data Quality -Executing the profiler Workflow or data quality tests, will require the user to have `SELECT` permission on the tables/schemas where the profiler/tests will be executed. The user should also be allowed to view information in `tables` for all objects in the database. More information on the profiler workflow setup can be found [here](/connectors/ingestion/workflows/profiler) and data quality tests [here](/connectors/ingestion/workflows/data-quality). +Executing the profiler Workflow or data quality tests, will require the user to have `SELECT` permission on the tables/schemas where the profiler/tests will be executed. The user should also be allowed to view information in `tables` for all objects in the database. More information on the profiler workflow setup can be found [here](/how-to-guides/data-quality-observability/profiler/workflow) and data quality tests [here](/how-to-guides/data-quality-observability/quality). ## Metadata Ingestion diff --git a/openmetadata-docs/content/v1.5.x/connectors/ingestion/great-expectations.md b/openmetadata-docs/content/v1.5.x/connectors/ingestion/great-expectations.md index 7e438ba4ba5..fdb6b5f0e93 100644 --- a/openmetadata-docs/content/v1.5.x/connectors/ingestion/great-expectations.md +++ b/openmetadata-docs/content/v1.5.x/connectors/ingestion/great-expectations.md @@ -117,6 +117,6 @@ alt="Run Great Expectations checkpoint" /%} ### List of Great Expectations Supported Test -We currently only support a certain number of Great Expectations tests. The full list can be found in the [Tests](/how-to-guides/data-quality-observability/quality/tests) section. +We currently only support a certain number of Great Expectations tests. The full list can be found in the [Tests](/how-to-guides/data-quality-observability/quality/tests-yaml) section. If a test is not supported, there is no need to worry about the execution of your Great Expectations test. We will simply skip the tests that are not supported and continue the execution of your test suite. \ No newline at end of file diff --git a/openmetadata-docs/content/v1.5.x/connectors/pipeline/openlineage/index.md b/openmetadata-docs/content/v1.5.x/connectors/pipeline/openlineage/index.md index 52c94aa5535..b2fcdeb8df0 100644 --- a/openmetadata-docs/content/v1.5.x/connectors/pipeline/openlineage/index.md +++ b/openmetadata-docs/content/v1.5.x/connectors/pipeline/openlineage/index.md @@ -18,7 +18,7 @@ Configure and schedule OpenLineage metadata workflows from the OpenMetadata UI: - [Requirements](#requirements) - [Metadata Ingestion](#metadata-ingestion) -{% partial file="/v1.5/connectors/ingestion-modes-tiles.md" variables={yamlPath: "/connectors/pipeline/openlineage/yaml"} /%} +{% partial file="/v1.5/connectors/ingestion-modes-tiles.md" /%} ## Requirements diff --git a/openmetadata-docs/content/v1.5.x/how-to-guides/index.md b/openmetadata-docs/content/v1.5.x/how-to-guides/index.md index ef34c2c344d..fcc33a8cc67 100644 --- a/openmetadata-docs/content/v1.5.x/how-to-guides/index.md +++ b/openmetadata-docs/content/v1.5.x/how-to-guides/index.md @@ -79,7 +79,7 @@ OpenMetadata is a complete package for data teams to break down team silos, shar - Foster **[Team Collaboration](/how-to-guides/data-collaboration)** with conversations, tasks, announcements, and alerts in real time. -- Build trust in your data with **[Data Quality Tests](/how-to-guides/data-quality-profiler)** to ensure completeness and accuracy. +- Build trust in your data with **[Data Quality Tests](/how-to-guides/data-quality-observability)** to ensure completeness and accuracy. - Track your data evolution with end-to-end **[Data Lineage](/how-to-guides/data-lineage)**. diff --git a/openmetadata-docs/content/v1.5.x/how-to-guides/user-guide-data-users/data-asset-tabs.md b/openmetadata-docs/content/v1.5.x/how-to-guides/user-guide-data-users/data-asset-tabs.md index 73631d2fb3f..e98544c3bec 100644 --- a/openmetadata-docs/content/v1.5.x/how-to-guides/user-guide-data-users/data-asset-tabs.md +++ b/openmetadata-docs/content/v1.5.x/how-to-guides/user-guide-data-users/data-asset-tabs.md @@ -88,7 +88,7 @@ alt="Column Profile of a Table" caption="Column Profile of a Table" /%} -Check for more detailed information on the [Profiler and Data Quality Tab](/how-to-guides/data-quality-profiler/tab). +Check for more detailed information on the [Profiler and Data Quality Tab](/how-to-guides/data-quality-observability/profiler/tab). ## Lineage Tab diff --git a/openmetadata-docs/content/v1.6.x-SNAPSHOT/connectors/database/sap-hana/yaml.md b/openmetadata-docs/content/v1.6.x-SNAPSHOT/connectors/database/sap-hana/yaml.md index f9a2bfb523c..54572d2b8d8 100644 --- a/openmetadata-docs/content/v1.6.x-SNAPSHOT/connectors/database/sap-hana/yaml.md +++ b/openmetadata-docs/content/v1.6.x-SNAPSHOT/connectors/database/sap-hana/yaml.md @@ -71,7 +71,7 @@ The same applies to the `_SYS_REPO` schema, required for lineage extraction. ### Profiler & Data Quality -Executing the profiler Workflow or data quality tests, will require the user to have `SELECT` permission on the tables/schemas where the profiler/tests will be executed. The user should also be allowed to view information in `tables` for all objects in the database. More information on the profiler workflow setup can be found [here](/connectors/ingestion/workflows/profiler) and data quality tests [here](/connectors/ingestion/workflows/data-quality). +Executing the profiler Workflow or data quality tests, will require the user to have `SELECT` permission on the tables/schemas where the profiler/tests will be executed. The user should also be allowed to view information in `tables` for all objects in the database. More information on the profiler workflow setup can be found [here](/how-to-guides/data-quality-observability/profiler/workflow) and data quality tests [here](/how-to-guides/data-quality-observability/quality). ## Metadata Ingestion diff --git a/openmetadata-docs/content/v1.6.x-SNAPSHOT/connectors/ingestion/great-expectations.md b/openmetadata-docs/content/v1.6.x-SNAPSHOT/connectors/ingestion/great-expectations.md index 7e438ba4ba5..fdb6b5f0e93 100644 --- a/openmetadata-docs/content/v1.6.x-SNAPSHOT/connectors/ingestion/great-expectations.md +++ b/openmetadata-docs/content/v1.6.x-SNAPSHOT/connectors/ingestion/great-expectations.md @@ -117,6 +117,6 @@ alt="Run Great Expectations checkpoint" /%} ### List of Great Expectations Supported Test -We currently only support a certain number of Great Expectations tests. The full list can be found in the [Tests](/how-to-guides/data-quality-observability/quality/tests) section. +We currently only support a certain number of Great Expectations tests. The full list can be found in the [Tests](/how-to-guides/data-quality-observability/quality/tests-yaml) section. If a test is not supported, there is no need to worry about the execution of your Great Expectations test. We will simply skip the tests that are not supported and continue the execution of your test suite. \ No newline at end of file diff --git a/openmetadata-docs/content/v1.6.x-SNAPSHOT/connectors/pipeline/openlineage/index.md b/openmetadata-docs/content/v1.6.x-SNAPSHOT/connectors/pipeline/openlineage/index.md index 52c94aa5535..b2fcdeb8df0 100644 --- a/openmetadata-docs/content/v1.6.x-SNAPSHOT/connectors/pipeline/openlineage/index.md +++ b/openmetadata-docs/content/v1.6.x-SNAPSHOT/connectors/pipeline/openlineage/index.md @@ -18,7 +18,7 @@ Configure and schedule OpenLineage metadata workflows from the OpenMetadata UI: - [Requirements](#requirements) - [Metadata Ingestion](#metadata-ingestion) -{% partial file="/v1.5/connectors/ingestion-modes-tiles.md" variables={yamlPath: "/connectors/pipeline/openlineage/yaml"} /%} +{% partial file="/v1.5/connectors/ingestion-modes-tiles.md" /%} ## Requirements diff --git a/openmetadata-docs/content/v1.6.x-SNAPSHOT/how-to-guides/index.md b/openmetadata-docs/content/v1.6.x-SNAPSHOT/how-to-guides/index.md index ef34c2c344d..fcc33a8cc67 100644 --- a/openmetadata-docs/content/v1.6.x-SNAPSHOT/how-to-guides/index.md +++ b/openmetadata-docs/content/v1.6.x-SNAPSHOT/how-to-guides/index.md @@ -79,7 +79,7 @@ OpenMetadata is a complete package for data teams to break down team silos, shar - Foster **[Team Collaboration](/how-to-guides/data-collaboration)** with conversations, tasks, announcements, and alerts in real time. -- Build trust in your data with **[Data Quality Tests](/how-to-guides/data-quality-profiler)** to ensure completeness and accuracy. +- Build trust in your data with **[Data Quality Tests](/how-to-guides/data-quality-observability)** to ensure completeness and accuracy. - Track your data evolution with end-to-end **[Data Lineage](/how-to-guides/data-lineage)**. diff --git a/openmetadata-docs/content/v1.6.x-SNAPSHOT/how-to-guides/user-guide-data-users/data-asset-tabs.md b/openmetadata-docs/content/v1.6.x-SNAPSHOT/how-to-guides/user-guide-data-users/data-asset-tabs.md index 73631d2fb3f..e98544c3bec 100644 --- a/openmetadata-docs/content/v1.6.x-SNAPSHOT/how-to-guides/user-guide-data-users/data-asset-tabs.md +++ b/openmetadata-docs/content/v1.6.x-SNAPSHOT/how-to-guides/user-guide-data-users/data-asset-tabs.md @@ -88,7 +88,7 @@ alt="Column Profile of a Table" caption="Column Profile of a Table" /%} -Check for more detailed information on the [Profiler and Data Quality Tab](/how-to-guides/data-quality-profiler/tab). +Check for more detailed information on the [Profiler and Data Quality Tab](/how-to-guides/data-quality-observability/profiler/tab). ## Lineage Tab