iceberg icon indicating copy to clipboard operation
iceberg copied to clipboard

Core: Support bulk table migration from one catalog to another

Open ajantha-bhat opened this issue 2 years ago • 0 comments

To support the migration of tables from one catalog to another catalog seamlessly, we have added [#5037 , #4946]. But still, bulk migration is hard as the API user needs to write some extra code as registerTable() expects the table Identifier and metadata location of each table. Hence, adding a CatalogUtil API that can help in bulk migration of tables from one catalog to another.

ajantha-bhat avatar Aug 10 '22 17:08 ajantha-bhat