Skip to content

Commit

Permalink
Update (#2094)
Browse files Browse the repository at this point in the history
  • Loading branch information
dat-a-man authored Nov 25, 2024
1 parent a150f56 commit d5f6b47
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/website/docs/dlt-ecosystem/destinations/redshift.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:<password>@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.
Expand Down

0 comments on commit d5f6b47

Please sign in to comment.