Skip to content
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

DBCL and DBCLL are being created multiple times. #125

Open
tati-qalified opened this issue Apr 12, 2024 · 2 comments
Open

DBCL and DBCLL are being created multiple times. #125

tati-qalified opened this issue Apr 12, 2024 · 2 comments
Labels
bug Something isn't working help wanted Extra attention is needed

Comments

@tati-qalified
Copy link

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 tati-qalified added bug Something isn't working help wanted Extra attention is needed labels Apr 12, 2024
@filipelautert
Copy link
Contributor

@CodyAustinDavis have you seen something similar?

@BlaineTaylor
Copy link

BlaineTaylor commented May 17, 2024

I am having a similar issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

3 participants