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