From d7ac1812d7afe1885a08560bed6b5295ba4ddf03 Mon Sep 17 00:00:00 2001 From: IceS2 Date: Fri, 1 Mar 2024 09:07:18 +0100 Subject: [PATCH] Fix some links on ingestion docs (#15417) --- .../content/v1.3.x/connectors/database/iceberg/index.md | 6 +++--- .../content/v1.3.x/connectors/metadata/amundsen/yaml.md | 5 +++-- .../content/v1.3.x/deployment/ingestion/openmetadata.md | 3 +-- openmetadata-docs/content/v1.3.x/menu.md | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/openmetadata-docs/content/v1.3.x/connectors/database/iceberg/index.md b/openmetadata-docs/content/v1.3.x/connectors/database/iceberg/index.md index a7f04e6700f..4db03c05a61 100644 --- a/openmetadata-docs/content/v1.3.x/connectors/database/iceberg/index.md +++ b/openmetadata-docs/content/v1.3.x/connectors/database/iceberg/index.md @@ -102,15 +102,15 @@ It depends on where and how the Hive / Rest Catalog is setup and where the Icebe - **Warehouse Location (Optional)**: Custom Warehouse Location. Most Catalogs already have the Warehouse Location defined properly and this shouldn't be needed. In case of a custom implementation you can pass the location here. - **For example**: 's3://my-bucket/warehouse/' - **Ownership Property**: Table property to look for the Owner. It defaults to 'owner'. The Owner should be the same e-mail set on the OpenMetadata user/group. -**File System** -- **Local**: +#### **File System** + +- **Local** - [**AWS Credentials**](#aws-credentials) - [**Azure Credentials**](#azure-credentials) diff --git a/openmetadata-docs/content/v1.3.x/connectors/metadata/amundsen/yaml.md b/openmetadata-docs/content/v1.3.x/connectors/metadata/amundsen/yaml.md index 3c150309700..d60b973a6e9 100644 --- a/openmetadata-docs/content/v1.3.x/connectors/metadata/amundsen/yaml.md +++ b/openmetadata-docs/content/v1.3.x/connectors/metadata/amundsen/yaml.md @@ -23,8 +23,9 @@ Configure and schedule Amundsen metadata and profiler workflows from the OpenMet ## Requirements -Before this, you must ingest the database / messaging service you want to get metadata for. -For more details click [here](/connectors/metadata/amundsen#create-database-service) +Before this, you must create the service you want to get metadata for. +You can learn how to do it by folowing the initial part of the Connector documentation for the service. +You can find the connectors list [here](/connectors). ### Python Requirements diff --git a/openmetadata-docs/content/v1.3.x/deployment/ingestion/openmetadata.md b/openmetadata-docs/content/v1.3.x/deployment/ingestion/openmetadata.md index 4d4e8a8924a..153a80d580b 100644 --- a/openmetadata-docs/content/v1.3.x/deployment/ingestion/openmetadata.md +++ b/openmetadata-docs/content/v1.3.x/deployment/ingestion/openmetadata.md @@ -304,8 +304,7 @@ Let's remark the differences between `git-sync` and what we want to achieve by i Then, should you use `git-sync`? -- If you have an existing Airflow instance, and you want to build and maintain your own ingestion DAGs ([example](https://docs.open-metadata.org/v1.0.0/connectors/database/snowflake/airflow#2.-prepare-the-ingestion-dag)), - then you can go for it. +- If you have an existing Airflow instance, and you want to build and maintain your own ingestion DAGs then you can go for it. Check a DAG example [here](/deployment/ingestion/external/airflow#example). - If instead, you want to use the full deployment process from OpenMetadata, `git-sync` would not be the right tool, since the DAGs won't be backed up by Git, but rather created from OpenMetadata. Note that if anything would to happen where you might lose the Airflow volumes, etc. You can just redeploy the DAGs from OpenMetadata. diff --git a/openmetadata-docs/content/v1.3.x/menu.md b/openmetadata-docs/content/v1.3.x/menu.md index 0166257d5fa..d67b840f01e 100644 --- a/openmetadata-docs/content/v1.3.x/menu.md +++ b/openmetadata-docs/content/v1.3.x/menu.md @@ -748,7 +748,7 @@ site_menu: - category: Connectors / Metadata / Atlas url: /connectors/metadata/atlas - category: Connectors / Metadata / Atlas / Run Externally - url: /connectors/metadata/atlas/external + url: /connectors/metadata/atlas/yaml - category: Connectors / Metadata / Alation url: /connectors/metadata/alation - category: Connectors / Metadata / Alation / Run Externally