While running the liquibase update
command I'm getting the below error. Especially subsequential runs from 2nd run onward.(Azure DevOps pipeline & target is Snowflake)
Unexpected error running Liquibase: SQL compilation error:
Object ‘DATABASECHANGELOG’ already exists.
Please let me know if you require more details.
The DATABASECHANGELOG table should not be created, it should add the table values into it.