Hi all, this post on migrating Iceberg catalogs by Dipankar Mazumdar and Ajantha Bhat was excellent.
I’d like to know if anyone’s tried using the migration tool to migrate Iceberg tables from a Snowflake catalog to Dremio Arctic? It supports custom catalogs and Snowflake have an SDK for their catalog, so I think it’s OK? But it’s going to take me a long time to try it out!
Thanks in advance to anyone who’s tried this and can share their experience!
I haven’t personally tried it with snowflake catalog.
But you can use --source-catalog-type=CUSTOM --source-custom-catalog-impl=org.apache.iceberg.snowflake.SnowflakeCatalog
along with other catalog properties in --source-catalog-properties
might have to supplement the net.snowflake:snowflake-jdbc:3.13.28 jar in the classpath of the tool as mentioned in the doc you shared. iceberg-spark-runtime jar is already packed inside the tool. So, you don’t need to provide it.