Fix the broken links in the documentation (#17035)

This commit is contained in:
Aniket Katkar 2024-07-16 10:01:29 +05:30 committed by GitHub
parent aeea2df86e
commit f8beaa6c30
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3 additions and 10 deletions

View File

@ -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

View File

@ -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

View File

@ -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" %}