Overview of the Apache Iceberg flow

Last updated
Was this helpful?
At a high level, the flow for an Apache Iceberg workspace is as follows:

The source Apache Iceberg tables are stored in Amazon S3. The associated metadata is in an AWS Glue Data Catalog.
Tonic Structural uses the source credentials configured for the workspace to read the source data and metadata.
After it de-identifies the data based on the workspace configuration, it uses the destination credentials to write the destination data as Apache Iceberg tables on Amazon S3, and to add the corresponding metadata to AWS Glue.
Last updated
Was this helpful?
Was this helpful?