> For the complete documentation index, see [llms.txt](https://docs.tonic.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.tonic.ai/app/setting-up-your-database/apache-iceberg.md).

# Apache Iceberg

{% hint style="info" %}
The Apache Iceberg data connector is currently in beta. To request access to the connector, contact Tonic.ai.
{% endhint %}

Apache Iceberg is an open-source table format used to support large analytic datasets.

The Apache Iceberg connector allows Tonic Structural to read Apache Iceberg tables from Amazon S3. The associated metadata is in AWS Glue.

It then generates de-identified versions of that data.

<table data-view="cards"><thead><tr><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>Apache Iceberg flow overview</strong><br><br>How Structural reads and writes Apache Iceberg data and metadata.</td><td><a href="/pages/ewvT8aTejpU0JrgumwAa">/pages/ewvT8aTejpU0JrgumwAa</a></td></tr><tr><td><strong>Structural differences and limitations</strong><br><br>Features that are not available or work differently in an Apache Iceberg workspace.</td><td><a href="/pages/q1iZxsBnRh90N9e33Mr6">/pages/q1iZxsBnRh90N9e33Mr6</a></td></tr><tr><td><strong>Before you create a workspace</strong><br><br>Issues to be aware of before you create an Apache Iceberg workspace.</td><td><a href="/pages/NLAZvbhozbR5nZFgkSur">/pages/NLAZvbhozbR5nZFgkSur</a></td></tr><tr><td><strong>Configure workspace data connections</strong><br><br>Connect to source and destination data for an Apache Iceberg workspace.</td><td><a href="/pages/vjjLiQ9obxgGXuD3j2DP">/pages/vjjLiQ9obxgGXuD3j2DP</a></td></tr></tbody></table>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.tonic.ai/app/setting-up-your-database/apache-iceberg.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
