Skip to content

Commit

Permalink
docs(ingest): add extra info for Redshift behind a proxy (#2817)
Browse files Browse the repository at this point in the history
  • Loading branch information
hsheth2 authored Jul 2, 2021
1 parent d6c3043 commit 4c39d86
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions metadata-ingestion/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -346,6 +346,26 @@ source:
# options is same as above
```

<details>
<summary>Extra options when running Redshift behind a proxy</summary>

This requires you to have already installed the Microsoft ODBC Driver for SQL Server.
See https://docs.microsoft.com/en-us/sql/connect/python/pyodbc/step-1-configure-development-environment-for-pyodbc-python-development?view=sql-server-ver15

```yml
source:
type: redshift
config:
# username, password, database, etc are all the same as above
host_port: my-proxy-hostname:5439
options:
connect_args:
sslmode: "prefer" # or "require" or "verify-ca"
sslrootcert: ~ # needed to unpin the AWS Redshift certificate
```
</details>
### AWS SageMaker `sagemaker`

Extracts:
Expand Down

0 comments on commit 4c39d86

Please sign in to comment.