talatuyarer commented on PR #14159: URL: https://github.com/apache/iceberg/pull/14159#issuecomment-3321974982
Hi @thomaschow BQMS support Managed Iceberg Tables and External Iceberg table. Your implementation only supports External tables. Managed Iceberg Table is not supported. Did you test with Managed Iceberg Tables? Currently Managed Iceberg Tables does not export its metadata automatically. It requires `EXPORT TABLE METADATA` [statement](https://cloud.google.com/bigquery/docs/exporting-data#export_table_metadata). We are working on auto metadata export but it will be async. There is still potential data loss for Managed Iceberg Table -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
