I'm trying to migrate all data in a S3 bucket, and the bucket contains data of Iceberg tables. After successful data migration, I tried to create Iceberg table from replicated data but failed in Target Account (say Account B). Creation was success, but the table was empty when I queried with athena.
- Is there a way to create an Iceberg Table from file data that's already in Iceberg format?
- Is there a specific method for migrating Iceberg Table cross AWS accounts?
Thanks.