For the complete documentation index, see llms.txt. This page is also available as Markdown.

Overview of the Apache Iceberg flow

At a high level, the flow for an Apache Iceberg workspace is as follows:

Diagram showing how Structural reads source data and metadata and writes destination data and metadata

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?