Add docs for reading iceberg tables
Open
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
Assessment
This issue has not been assessed yet.