-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Amazon](500310) Invalid operation: syntax error at or near "t" #10
Comments
I was able to get around this by using the liquibase maven plugin and moving all the dependencies into a pom file.
And running with
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Liquibase Version: 3.8.7
liquibase-redshift version: 1.1
redshift driver version: RedshiftJDBC42-no-awssdk-1.2.37.1061
When running liquibase update command using the CLI the error
occurs - full stack trace below
This issue is supposed to be fixed in #7 , however liquibase doesn't seem to be picking up the "RedshiftTagDatabaseGenerator" class which fixes the issue, and is instead just using the base TagDatabaseGenerator class.
I can see that this extension is being added to the classpath, and that it is picking up the "RedshiftDatabase", so I am not sure why it is not finding the "RedshiftTagDatabaseGenerator"
Here is the command I am running
Any help would be appreciated.
The text was updated successfully, but these errors were encountered: