mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-09-27 18:05:00 +00:00
Docs: Updated the broken links (#17693)
Co-authored-by: Prajwal Pandit <prajwalpandit@Prajwals-MacBook-Air.local>
This commit is contained in:
parent
5cef8e5e7c
commit
eb30f4c098
@ -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
|
||||
|
||||
|
@ -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.
|
@ -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
|
||||
|
||||
|
@ -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)**.
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -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.
|
@ -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
|
||||
|
||||
|
@ -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)**.
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user