Class MigrationUtilV111
java.lang.Object
org.openmetadata.service.migration.utils.v111.MigrationUtilV111
-
Method Summary
Modifier and TypeMethodDescriptionstatic voidremoveDuplicateTestCases(CollectionDAO collectionDAO, org.jdbi.v3.core.Handle handle, String getSql) static voidrunTestSuiteMigration(CollectionDAO collectionDAO, org.jdbi.v3.core.Handle handle, String getSql, String updateSql, String resultListSql) static voidupdateTestSuite(org.jdbi.v3.core.Handle handle, TestSuite suite, String updateSql)
-
Method Details
-
removeDuplicateTestCases
public static void removeDuplicateTestCases(CollectionDAO collectionDAO, org.jdbi.v3.core.Handle handle, String getSql) -
runTestSuiteMigration
public static void runTestSuiteMigration(CollectionDAO collectionDAO, org.jdbi.v3.core.Handle handle, String getSql, String updateSql, String resultListSql) -
updateTestSuite
-