mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-12-06 04:25:20 +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
|
||||
|
||||
@ -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