Hi Team,
I need to know if it’s possible to create a connection between Liquibase and Apache Doris. This connection is required for my current work use case. Could you please provide some guidance on this?
I attempted to connect Doris using MySQL connection details with Liquibase. Initially, I encountered issues because the SQL statements Liquibase uses to create its tables are different, and Doris does not support them. To work around this, I manually created the necessary tables. This allowed Liquibase to successfully create one table using changelog.sql.
However, when I enabled the Doris configuration property enable_insert_strict = true
, Liquibase was unable to update partial columns of the DATABASECHANGELOGLOCK
table, resulting in an error.
Could you please advise if Liquibase is compatible with Apache Doris?
Looking forward to to hear from you soon.
Thanks,
Harsh