Class MigrationUtilV111
- java.lang.Object
-
- org.openmetadata.service.migration.utils.v111.MigrationUtilV111
-
public class MigrationUtilV111 extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static 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 Detail
-
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) throws IOException
- Throws:
IOException
-
-