mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-12-03 19:16:10 +00:00
Add: Redshift Troubleshooting page (#7375)
* Add: Redshift Troubleshooting page * Add: Redshift Troubleshooting page
This commit is contained in:
parent
560330ee03
commit
f6e1d37716
@ -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
|
||||
|
||||
@ -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 |
Loading…
x
Reference in New Issue
Block a user