...
Important:
SnapLogic will support providing fixes for the issues you might encounter with accounts that use the PostgreSQL JDBC driver only until November 2023, after which SnapLogic will not provide support. Therefore, we recommend that you migrate from the PostgreSQL JDBC driver to the Redshift JDBC driver by November 2023.
Multiexcerpt include macro | ||||||||
---|---|---|---|---|---|---|---|---|
|
Migrating to the Amazon Redshift JDBC driver
...
Your pipelines might use a combination of JDBC drivers, classes, and URLs of either the PostgreSQL or the Amazon Redshift JDBC. Here are the configuration scenarios that are authenticated successfully.
...
JDBC Driver JAR | JDBC Driver Class | JDBC URL | Authentication |
Redshift (default/manual) |
|
| Authenticates successfully when the:
|
Redshift (manual) |
|
| Authenticates successfully using the manually uploaded JAR file and manually specified JDBC URL. |
PostgreSQL (default/manual) |
|
| Authenticates successfully when the:
|
PostgreSQL (manual) |
|
| Authenticates successfully using the manually uploaded JAR file and manually specified JDBC URL. |
Redshift (manual) |
|
| Authenticates successfully using the default PostgreSQL JAR file. |
PostgreSQL (manual) |
|
| Authenticates successfully using the default Redshift JAR file. |
...