tried both
driver: com.amazon.redshift.jdbc42.Driver
or
driver: com.amazon.redshift.jdbc.Driver
and i keep getting an error
“Cannot find database driver: com.amazon.redshift.jdbc.Driver”
using JDBC driver works fine, but the changelog file does not contain sort keys, dist keys
this is how how configured the connection that worked but didn’t import sort keys and dist keys:
does the redshift extention solve the sort key/dist key issue? can i except generateChangeLog command generate the sort and dist keys when using classpath: src/main/resources/liquibase-redshift-3.10.1.jar?
Just had this issue brought up in standup, looks like this discussion issue is not up to date. I hear you have been able to connect? And now you are getting an error I believe in snapshotting?
If there is an error, could we move this to reporting the bug on the redshift extension if the above is true:
Would you also mind sharing the connection string that worked for you so we can add that to documentation and it could help out others that had the same issue you did?