From 2c18a7ed32c55e47774ffd25c4e0ae984ce5cbc4 Mon Sep 17 00:00:00 2001 From: Rounak Dhillon <162090200+RounakDhillon@users.noreply.github.com> Date: Thu, 24 Jul 2025 14:28:47 +0530 Subject: [PATCH] Docs: Alation Hostport Updation (#22554) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: “Rounak <“rounakpreet.d@deuexsolutions.com”> --- .../content/v1.7.x/connectors/metadata/alation/index.md | 4 ++++ .../content/v1.7.x/connectors/metadata/alation/yaml.md | 2 +- .../content/v1.8.x/connectors/metadata/alation/index.md | 4 ++++ .../content/v1.8.x/connectors/metadata/alation/yaml.md | 2 +- .../v1.9.x-SNAPSHOT/connectors/metadata/alation/index.md | 4 ++++ .../v1.9.x-SNAPSHOT/connectors/metadata/alation/yaml.md | 2 +- 6 files changed, 15 insertions(+), 3 deletions(-) diff --git a/openmetadata-docs/content/v1.7.x/connectors/metadata/alation/index.md b/openmetadata-docs/content/v1.7.x/connectors/metadata/alation/index.md index 513e42dc4cb..90b39f9af7d 100644 --- a/openmetadata-docs/content/v1.7.x/connectors/metadata/alation/index.md +++ b/openmetadata-docs/content/v1.7.x/connectors/metadata/alation/index.md @@ -80,6 +80,10 @@ Following entities are supported and will be mapped to the OpenMetadata entities **hostPort**: Host and port of the Alation instance. +```bash +host and port (https://xxxx.alationcloud.com:443) +``` + **authType**: Following authentication types are supported: 1. **Basic Authentication**: We'll use the user credentials to generate the access token required to authenticate Alation APIs diff --git a/openmetadata-docs/content/v1.7.x/connectors/metadata/alation/yaml.md b/openmetadata-docs/content/v1.7.x/connectors/metadata/alation/yaml.md index d9d4fcd6864..2ad6313cec9 100644 --- a/openmetadata-docs/content/v1.7.x/connectors/metadata/alation/yaml.md +++ b/openmetadata-docs/content/v1.7.x/connectors/metadata/alation/yaml.md @@ -228,7 +228,7 @@ source: type: Alation ``` ```yaml {% srNumber=12 %} - hostPort: http://localhost:21000 + hostPort: https://xxxx.alationcloud.com:443 ``` ```yaml {% srNumber=13 %} # Select one authentication type from below diff --git a/openmetadata-docs/content/v1.8.x/connectors/metadata/alation/index.md b/openmetadata-docs/content/v1.8.x/connectors/metadata/alation/index.md index 9ca18dd7217..d7f8e4d2800 100644 --- a/openmetadata-docs/content/v1.8.x/connectors/metadata/alation/index.md +++ b/openmetadata-docs/content/v1.8.x/connectors/metadata/alation/index.md @@ -80,6 +80,10 @@ Following entities are supported and will be mapped to the OpenMetadata entities **hostPort**: Host and port of the Alation instance. +```bash +host and port (https://xxxx.alationcloud.com:443) +``` + **authType**: Following authentication types are supported: 1. **Basic Authentication**: We'll use the user credentials to generate the access token required to authenticate Alation APIs diff --git a/openmetadata-docs/content/v1.8.x/connectors/metadata/alation/yaml.md b/openmetadata-docs/content/v1.8.x/connectors/metadata/alation/yaml.md index 54069f30fd3..5d65e7e5286 100644 --- a/openmetadata-docs/content/v1.8.x/connectors/metadata/alation/yaml.md +++ b/openmetadata-docs/content/v1.8.x/connectors/metadata/alation/yaml.md @@ -228,7 +228,7 @@ source: type: Alation ``` ```yaml {% srNumber=12 %} - hostPort: http://localhost:21000 + hostPort: https://xxxx.alationcloud.com:443 ``` ```yaml {% srNumber=13 %} # Select one authentication type from below diff --git a/openmetadata-docs/content/v1.9.x-SNAPSHOT/connectors/metadata/alation/index.md b/openmetadata-docs/content/v1.9.x-SNAPSHOT/connectors/metadata/alation/index.md index df99f9dda27..7f5e272f367 100644 --- a/openmetadata-docs/content/v1.9.x-SNAPSHOT/connectors/metadata/alation/index.md +++ b/openmetadata-docs/content/v1.9.x-SNAPSHOT/connectors/metadata/alation/index.md @@ -80,6 +80,10 @@ Following entities are supported and will be mapped to the OpenMetadata entities **hostPort**: Host and port of the Alation instance. +```bash +host and port (https://xxxx.alationcloud.com:443) +``` + **authType**: Following authentication types are supported: 1. **Basic Authentication**: We'll use the user credentials to generate the access token required to authenticate Alation APIs diff --git a/openmetadata-docs/content/v1.9.x-SNAPSHOT/connectors/metadata/alation/yaml.md b/openmetadata-docs/content/v1.9.x-SNAPSHOT/connectors/metadata/alation/yaml.md index 922833ca580..992987993b2 100644 --- a/openmetadata-docs/content/v1.9.x-SNAPSHOT/connectors/metadata/alation/yaml.md +++ b/openmetadata-docs/content/v1.9.x-SNAPSHOT/connectors/metadata/alation/yaml.md @@ -228,7 +228,7 @@ source: type: Alation ``` ```yaml {% srNumber=12 %} - hostPort: http://localhost:21000 + hostPort: https://xxxx.alationcloud.com:443 ``` ```yaml {% srNumber=13 %} # Select one authentication type from below