I'm using the directory based Iceberg catalogue (Hadoop based)
I've put my files into
I would like to move table1 into another directory based Iceberg catalogue
I can't use linux mv command to move the table1 directory into /iceberg_dst/db2. Iceberg keeps full paths of the data files in it's metadata files and manifest avro files.
Is there an Iceberg command to move a table this way, which would update the metadata and manifests?
Preferably in pyspark or SQL.
Thanks