mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-08-30 20:06:19 +00:00
Fix the broken links in the documentation (#17035)
This commit is contained in:
parent
aeea2df86e
commit
f8beaa6c30
@ -65,7 +65,7 @@ GRANT SELECT ON SYSCAT.VIEWS TO USER_NAME;
|
||||
|
||||
### 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. 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/configure).
|
||||
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. 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/configure).
|
||||
|
||||
## Metadata Ingestion
|
||||
{% partial
|
||||
|
@ -33,7 +33,7 @@ Access to resources will be based on the user access permission to access specif
|
||||
|
||||
### 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. 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/configure).
|
||||
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. 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/configure).
|
||||
|
||||
## Metadata Ingestion
|
||||
{% partial
|
||||
|
@ -9,49 +9,42 @@ Here are the articles in this section:
|
||||
|
||||
{% inlineCalloutContainer %}
|
||||
{% inlineCallout
|
||||
color="violet-70"
|
||||
icon="play_arrow"
|
||||
bold="Architecture"
|
||||
href="/developers/architecture" %}
|
||||
Overview of the high level architecture of OpenMetadata
|
||||
{% /inlineCallout %}
|
||||
{% inlineCallout
|
||||
color="violet-70"
|
||||
icon="play_arrow"
|
||||
bold="Open Source Community"
|
||||
href="/developers/open-source-community" %}
|
||||
Discover support and meetings about OpenMetadata development
|
||||
{% /inlineCallout %}
|
||||
{% inlineCallout
|
||||
color="violet-70"
|
||||
icon="play_arrow"
|
||||
bold="Contribute"
|
||||
href="/developers/contribute" %}
|
||||
Explore how you can contribute to the ongoing development of OpenMetadata
|
||||
{% /inlineCallout %}
|
||||
{% inlineCallout
|
||||
color="violet-70"
|
||||
icon="play_arrow"
|
||||
bold="Webhooks"
|
||||
href="/developers/webhooks" %}
|
||||
href="/how-to-guides/data-quality-observability/observability/webhooks" %}
|
||||
Presentation on how to setup webhooks within OpenMetadata
|
||||
{% /inlineCallout %}
|
||||
{% inlineCallout
|
||||
color="violet-70"
|
||||
icon="play_arrow"
|
||||
bold="Bots"
|
||||
href="/developers/bots" %}
|
||||
Learn how to setup ingestion bots.
|
||||
{% /inlineCallout %}
|
||||
{% inlineCallout
|
||||
color="violet-70"
|
||||
icon="play_arrow"
|
||||
bold="Language Support"
|
||||
href="/developers/how-to-add-language-support" %}
|
||||
Learn how to add language support in OpenMetadata
|
||||
{% /inlineCallout %}
|
||||
{% inlineCallout
|
||||
color="violet-70"
|
||||
icon="play_arrow"
|
||||
bold="Custom Property to an Entity with API"
|
||||
href="/developers/how-to-add-custom-property-to-an-entity" %}
|
||||
|
Loading…
x
Reference in New Issue
Block a user