how to use liquibase with Azure Synapse Analytics (SQL DW)?, because it does not use jdbc standar I am get compatibility error : com.microsoft.sqlserver.jdbc.SQLServerException: Stored procedure sp_addextendedproperty does not exist or is not supported.
@arocha I just tried using Liquibase with Azure Synapse Analytics and the version 9.2.0 of the mssql-jdbc driver. I got as far as I could and got the error below.
COLUMNPROPERTY’ is not a recognized built-in function name.
Have you been able to successfully use Liquibase with Azure Synapse?