apache / apache/sedona

Add docs for reading iceberg tables

Open
#1,968 1 comment 1 reaction 1 assignee Claimed by @MrPowers View on GitHub
docs
Dominant language
Java
Stars
2.4k
Forks
784
Avg merge
1d 12h
Merged PRs (30d)
58

Description

We don't have any docs on how to read Iceberg tables into Sedona. The Iceberg can be hosted anywhere, either in the Glue catalog or the Unity catalog.

Things to add:
1. Configuration to set up to connect to catalogs (glue or unity). Either is fine as a starting point.
2. Examples on how to read Iceberg tables once it is connected, with this syntax:
```
sedona.read.format("iceberg").load("catalog_name.schema_name.table_name")
```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.