mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-08-31 20:51:26 +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
|
### 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
|
## Metadata Ingestion
|
||||||
{% partial
|
{% partial
|
||||||
|
@ -33,7 +33,7 @@ Access to resources will be based on the user access permission to access specif
|
|||||||
|
|
||||||
### Profiler & Data Quality
|
### 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
|
## Metadata Ingestion
|
||||||
{% partial
|
{% partial
|
||||||
|
@ -9,49 +9,42 @@ Here are the articles in this section:
|
|||||||
|
|
||||||
{% inlineCalloutContainer %}
|
{% inlineCalloutContainer %}
|
||||||
{% inlineCallout
|
{% inlineCallout
|
||||||
color="violet-70"
|
|
||||||
icon="play_arrow"
|
icon="play_arrow"
|
||||||
bold="Architecture"
|
bold="Architecture"
|
||||||
href="/developers/architecture" %}
|
href="/developers/architecture" %}
|
||||||
Overview of the high level architecture of OpenMetadata
|
Overview of the high level architecture of OpenMetadata
|
||||||
{% /inlineCallout %}
|
{% /inlineCallout %}
|
||||||
{% inlineCallout
|
{% inlineCallout
|
||||||
color="violet-70"
|
|
||||||
icon="play_arrow"
|
icon="play_arrow"
|
||||||
bold="Open Source Community"
|
bold="Open Source Community"
|
||||||
href="/developers/open-source-community" %}
|
href="/developers/open-source-community" %}
|
||||||
Discover support and meetings about OpenMetadata development
|
Discover support and meetings about OpenMetadata development
|
||||||
{% /inlineCallout %}
|
{% /inlineCallout %}
|
||||||
{% inlineCallout
|
{% inlineCallout
|
||||||
color="violet-70"
|
|
||||||
icon="play_arrow"
|
icon="play_arrow"
|
||||||
bold="Contribute"
|
bold="Contribute"
|
||||||
href="/developers/contribute" %}
|
href="/developers/contribute" %}
|
||||||
Explore how you can contribute to the ongoing development of OpenMetadata
|
Explore how you can contribute to the ongoing development of OpenMetadata
|
||||||
{% /inlineCallout %}
|
{% /inlineCallout %}
|
||||||
{% inlineCallout
|
{% inlineCallout
|
||||||
color="violet-70"
|
|
||||||
icon="play_arrow"
|
icon="play_arrow"
|
||||||
bold="Webhooks"
|
bold="Webhooks"
|
||||||
href="/developers/webhooks" %}
|
href="/how-to-guides/data-quality-observability/observability/webhooks" %}
|
||||||
Presentation on how to setup webhooks within OpenMetadata
|
Presentation on how to setup webhooks within OpenMetadata
|
||||||
{% /inlineCallout %}
|
{% /inlineCallout %}
|
||||||
{% inlineCallout
|
{% inlineCallout
|
||||||
color="violet-70"
|
|
||||||
icon="play_arrow"
|
icon="play_arrow"
|
||||||
bold="Bots"
|
bold="Bots"
|
||||||
href="/developers/bots" %}
|
href="/developers/bots" %}
|
||||||
Learn how to setup ingestion bots.
|
Learn how to setup ingestion bots.
|
||||||
{% /inlineCallout %}
|
{% /inlineCallout %}
|
||||||
{% inlineCallout
|
{% inlineCallout
|
||||||
color="violet-70"
|
|
||||||
icon="play_arrow"
|
icon="play_arrow"
|
||||||
bold="Language Support"
|
bold="Language Support"
|
||||||
href="/developers/how-to-add-language-support" %}
|
href="/developers/how-to-add-language-support" %}
|
||||||
Learn how to add language support in OpenMetadata
|
Learn how to add language support in OpenMetadata
|
||||||
{% /inlineCallout %}
|
{% /inlineCallout %}
|
||||||
{% inlineCallout
|
{% inlineCallout
|
||||||
color="violet-70"
|
|
||||||
icon="play_arrow"
|
icon="play_arrow"
|
||||||
bold="Custom Property to an Entity with API"
|
bold="Custom Property to an Entity with API"
|
||||||
href="/developers/how-to-add-custom-property-to-an-entity" %}
|
href="/developers/how-to-add-custom-property-to-an-entity" %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user