liquibase-cassandra
liquibase-cassandra copied to clipboard
Liquibase extension for Cassandra Support
For Azure's CosmosDB emulating Cassandra APIs, there is some odd, as-of-yet unexplained behavior where updates to a table are not immediately available to query, potentially having to do with quorum...
Hello, I just saw this pull request recently https://github.com/liquibase/liquibase-cassandra/pull/146 which added [CassandraJDBC42.jar](https://github.com/liquibase/liquibase-cassandra/blob/main/lib/CassandraJDBC42.jar) to your lib folder despite it has a license restriction which says: > Licensed Software is confidential and...
…ainst the latest Liquibase artifact feat(workflows): add java versions 11, 17, and 18 to the build job in the test workflow
Hello, is there a possibility to run liquibase cassandra extension via spring boot? Can’t find any example online. Also I’ve done some research: https://github.com/spring-projects/spring-boot/issues/29991#issuecomment-1050240805 , https://github.com/liquibase/liquibase-cassandra/issues/4#issuecomment-689828658. Seems confusing, could someone...
Hi folks, I have a question. Based on my understanding, when DDL statements are ran against Cassandra, we have to wait until the schema changes are propagated throughout the cluster,...
Since we upgraded from version 4.13.0 to 4.14.0 our applications using logback as sl4fj implementation using liquibase-cassandra fail to start because JDK14LoggerFactory is in the classpath. The only change in...
Hello there, I just tried with AWS keyspaces, though I set the TunableConsistency in the URL, the apply fails, any help is much appreciated. `liquibase --changeLogFile=dbchangelog.sql '--url=jdbc:cassandra://cassandra.us-east-1.amazonaws.com:9142/delete_ks;DefaultKeyspace=delete_ks;SSLMode=1;AuthMech=1;UID=sxxxxxPWD=xxxxxx=;SSLTruststorePath=/cassandra_truststore.jks;SSLTrustStorePwd=admin123;LogLevel=6;TunableConsistency=6' update` `Liquibase Community...
In order to apply changes correctly, liquibase first need to acquire lock to insure only single active upgrader is now working. This brings us to cases where multiple nodes try...
Hello, I get an exception when reaching the endpoint `/actuator/liquibase` : ERROR Invalid query: SELECT * FROM profile.DATABASECHANGELOG ORDER BY DATEEXECUTED ASC, ORDEREXECUTED ASC, Cause: com.simba.cassandra.shaded.datastax.driver.core.exceptions.InvalidQueryException: ORDER BY is only...
Errors occurred while build effective model from /Users/xxx/.gradle/caches/modules-2/files-2.1/org.liquibase.ext/liquibase-cassandra/4.6.2/848e2c5e57e90aee0f0e28c68b3346285fa5716b/liquibase-cassandra-4.6.2.pom: 'dependencies.dependency.systemPath' for com.datastax.jdbc:CassandraJDBC42:jar must specify an absolute path but is ${basedir}/lib/CassandraJDBC42.jar in org.liquibase.ext:liquibase-cassandra:4.6.2 https://github.com/liquibase/liquibase-cassandra/blob/main/pom.xml#L78 should it be ${project.basedir} ?