Skip to content

Commit b55f712

Browse files
committed
docs: Add installing guide for Datafusion API
1 parent 6020f24 commit b55f712

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

mkdocs/docs/api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1928,7 +1928,7 @@ PyIceberg integrates with [Apache DataFusion](https://datafusion.apache.org/) th
19281928
<!-- prettier-ignore-start -->
19291929

19301930
!!! note "Requirements"
1931-
This requires [`datafusion` to be installed](index.md).
1931+
This requires [`datafusion` and `pyiceberg-core` to be installed](index.md).
19321932

19331933
<!-- prettier-ignore-end -->
19341934

mkdocs/docs/index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,8 @@ You can mix and match optional dependencies depending on your needs:
6161
| snappy | Support for snappy Avro compression |
6262
| gcsfs | GCSFS as a FileIO implementation to interact with the object store |
6363
| rest-sigv4 | Support for generating AWS SIGv4 authentication headers for REST Catalogs |
64+
| pyiceberg-core | Installs iceberg-rust powered core |
65+
| datafusion | Installs both PyArrow and Apache DataFusion |
6466

6567
You either need to install `s3fs`, `adlfs`, `gcsfs`, or `pyarrow` to be able to fetch files from an object store.
6668

0 commit comments

Comments
 (0)