---
title: "Tableflow: Turn Kafka Topics into Iceberg Tables"
url: https://daily.dev/posts/tableflow-turn-kafka-topics-into-iceberg-tables-pofbfqmwz
source_url: https://www.confluent.io/blog/tableflow-kafka-iceberg
type: article
source: "Confluent Blog"
published: 2026-07-10T15:41:51.841Z
updated: 2026-07-10T15:42:23.311Z
tags: ["backend", "apache-kafka", "confluent-cloud", "apache-iceberg"]
reading_time: 9
upvotes: 1
comments: 0
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Tableflow: Turn Kafka Topics into Iceberg Tables

**[Confluent Blog](https://daily.dev/sources/conf)** · 9 min read · 1 upvotes · 0 comments

## Summary

Confluent Tableflow is a managed Confluent Cloud feature that automatically materializes Apache Kafka topics as Apache Iceberg or Delta Lake tables, eliminating the need for custom ETL pipelines. It converts Kafka topic data (Avro, JSON Schema, Protobuf) into Parquet files, generates Iceberg/Delta Lake metadata, and publishes tables to catalogs like AWS Glue or Unity Catalog. The post walks through a step-by-step setup using Confluent Cloud, Amazon S3, and AWS Glue, covering cluster creation, schema registration, S3 bucket setup, IAM role configuration, and enabling Tableflow on a topic. Schema evolution is handled automatically via Confluent Schema Registry. Once materialized, tables can be queried from Snowflake, Databricks, AWS Athena, Trino, and BigQuery.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://www.confluent.io/blog/tableflow-kafka-iceberg>

## Similar posts on daily.dev

- [Feed your data lake with AI-ready tables for 30-50% lower cost](https://daily.dev/posts/feed-your-data-lake-with-ai-ready-tables-for-30-50-lower-cost-mpdjf1hfv) · Confluent Blog · 0 upvotes · 0 comments
- [Confluent Tableflow \+ Databricks Unity Catalog](https://daily.dev/posts/confluent-tableflow-databricks-unity-catalog-3l7atiiei) · Confluent Blog · 1 upvotes · 0 comments
- [Covered Data Lake Architecture with Confluent Tableflow](https://daily.dev/posts/covered-data-lake-architecture-with-confluent-tableflow-vshnukbvc) · Confluent Blog · 0 upvotes · 0 comments

---

Tags: [#backend](https://daily.dev/tags/backend), [#apache-kafka](https://daily.dev/tags/apache-kafka), [#confluent-cloud](https://daily.dev/tags/confluent-cloud), [#apache-iceberg](https://daily.dev/tags/apache-iceberg)

[View this post on daily.dev](https://daily.dev/posts/tableflow-turn-kafka-topics-into-iceberg-tables-pofbfqmwz)
