From 6a87494f4cc86606909345e18b5ae3dc6d472215 Mon Sep 17 00:00:00 2001 From: dat-a-man <98139823+dat-a-man@users.noreply.github.com> Date: Mon, 25 Nov 2024 06:56:17 +0000 Subject: [PATCH] Update --- docs/website/docs/dlt-ecosystem/destinations/redshift.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/website/docs/dlt-ecosystem/destinations/redshift.md b/docs/website/docs/dlt-ecosystem/destinations/redshift.md index 3108004712..4b57877f00 100644 --- a/docs/website/docs/dlt-ecosystem/destinations/redshift.md +++ b/docs/website/docs/dlt-ecosystem/destinations/redshift.md @@ -67,6 +67,10 @@ You can also pass a database connection string similar to the one used by the `p destination.redshift.credentials="redshift://loader:@localhost/dlt_data?connect_timeout=15" ``` +:::note +Use the PostgreSQL driver for PostgreSQL-based setups or the Amazon Redshift driver for native Redshift; [see documentation](https://docs.aws.amazon.com/redshift/latest/dg/c_redshift-postgres-jdbc.html). +::: + ## Write disposition All [write dispositions](../../general-usage/incremental-loading#choosing-a-write-disposition) are supported.