Closed filipelautert closed 2 weeks ago
@KushnirykOleh any idea on how to add tests here?
diff-changelog test from test-harness doesn't work properly in extensions. To check parsing I would only add unit test with Strings that looks like these https://github.com/liquibase/liquibase-databricks/blob/2cd2f400ba4a7c67c761b4cbdd7141a867541aef/src/test/resources/liquibase/harness/change/expectedSnapshot/databricks/createTable.json#L7-L16 - actual tblProperties returned from databricks
To check parsing I would only add unit test with Strings that looks like these
Thanks!
Issues
0 New issues
2 Accepted issues
Measures
0 Security Hotspots
45.7% Coverage on New Code
0.0% Duplication on New Code
ChangedTableChangeGeneratorDatabricks
class to handle Databricks-specific table property changes.META-INF/services/liquibase.diff.output.changelog.ChangeGenerator
to include the new change generator.