Add: Redshift Troubleshooting page (#7375)

* Add: Redshift Troubleshooting page

* Add: Redshift Troubleshooting page
This commit is contained in:
Milan Bariya 2022-09-12 13:16:48 +05:30 committed by GitHub
parent 560330ee03
commit f6e1d37716
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 28 additions and 2 deletions

View File

@ -199,6 +199,8 @@ site_menu:
url: /openmetadata/connectors/database/redshift/airflow
- category: OpenMetadata / Connectors / Database / Redshift / CLI
url: /openmetadata/connectors/database/redshift/cli
- category: OpenMetadata / Connectors / Database / Redshift / Troubleshooting
url: /openmetadata/connectors/database/redshift/troubleshooting
- category: OpenMetadata / Connectors / Database / Glue
url: /openmetadata/connectors/database/glue
- category: OpenMetadata / Connectors / Database / Glue / Airflow
@ -383,7 +385,7 @@ site_menu:
url: /openmetadata/connectors/messaging/redpanda/airflow
- category: OpenMetadata / Connectors / Messaging / Redpanda / CLI
url: /openmetadata/connectors/messaging/redpanda/cli
- category: OpenMetadata / Connectors / Pipeline
url: /openmetadata/connectors/pipeline
- category: OpenMetadata / Connectors / Pipeline / Airflow
@ -460,7 +462,7 @@ site_menu:
url: /openmetadata/ingestion/workflows/profiler
- category: OpenMetadata / Ingestion / Workflows / Profiler / Metrics
url: /openmetadata/ingestion/workflows/profiler/metrics
- category: OpenMetadata / Ingestion / Workflows / Data Quality
- category: OpenMetadata / Ingestion / Workflows / Data Quality
url: /openmetadata/ingestion/workflows/data-quality
- category: OpenMetadata / Ingestion / Workflows / Data Quality / Tests
url: /openmetadata/ingestion/workflows/data-quality/tests

View File

@ -0,0 +1,24 @@
---
title: Redshift Connector Troubleshooting
slug: /openmetadata/connectors/database/redshift/troubleshooting
---
# Troubleshooting
Learn how to resolve the most common problems people encounter in the Redshift connector.
```
connection to server at \"<host>:<port>\" (@IP),
<port> failed: server certificate for \"\*<host>:<port>\"
does not match host name \"<host>:<port>\"
```
If you get this error that time plese pass `{'sslmode': 'verify-ca'}` in the connection arguments.
<div className="w-100 flex justify-center">
<Image
src="/images/openmetadata/connectors/redshift/service-connection-arguments.png"
alt="Configure service connection"
caption="Configure the service connection by filling the form"
/>
</div>

Binary file not shown.

After

Width:  |  Height:  |  Size: 537 KiB