liquibase-databricks icon indicating copy to clipboard operation
liquibase-databricks copied to clipboard

DBCL and DBCLL are being created multiple times.

Open tati-qalified opened this issue 10 months ago • 2 comments

As reported in #5786, using Liquibase 4.27.0 and liquibase-databricks 1.1.3, running liquibase update or liquibase status fails because Liquibase is attempting to create the DBCL and DBCLL tables multiple times.

Things that are not the source of the problem:

  • Manually setting the name of the DBCL(L) tables
  • Wrong schema / workspace
  • liquibase-databricks not in the searchpath / classpath
  • DBCL(L) tables having already been created, prior to running liquibase update

Workaround: Running liquibase update-sql generates a correct script, so that can be used to keep the database up-to-date.

tati-qalified avatar Apr 12 '24 13:04 tati-qalified