You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
liquibase.exception.CommandExecutionException: liquibase.exception.DatabaseException: java.sql.SQLException: [Vertica][VJDBC](4650) ERROR: Schema "information_schema" does not exist
at liquibase.command.CommandScope.execute(CommandScope.java:235)
Expected/Desired Behavior
it should succeed an generates the snapshot
Additional Context
VerticaDatabase overrides AbstractJdbcDatabase without overriding getSystemSchema()
but even with that it seems the generate snapshot command is always generating snapshot through JdbcDatabaseSnapshot (see liquibase.snapshot.SnapshotGeneratorFactory.createSnapshot(DatabaseObject[], Database, SnapshotControl) ) which I think is not working with Vertica
The text was updated successfully, but these errors were encountered:
Environment
Liquibase Version: 4.21.1
Liquibase Integration & Version: java
Liquibase Extension(s) & Version: 4.21.1
Database Vendor & Version: Vrtica 12.0.4-0
Operating System Type & Version: ubuntu 22.04.2
Description
It does not seem possible to generate change log for a vertica database using java api
Steps To Reproduce
Executing this code
Actual Behavior
fails with
Expected/Desired Behavior
it should succeed an generates the snapshot
Additional Context
VerticaDatabase overrides AbstractJdbcDatabase without overriding getSystemSchema()
but even with that it seems the generate snapshot command is always generating snapshot through JdbcDatabaseSnapshot (see liquibase.snapshot.SnapshotGeneratorFactory.createSnapshot(DatabaseObject[], Database, SnapshotControl) ) which I think is not working with Vertica
The text was updated successfully, but these errors were encountered: