Skip to content

Commit 7c6792e

Browse files
authored
docs: Add installing guide for Datafusion API (#2597)
<!-- Thanks for opening a pull request! --> <!-- In the case this PR will resolve an issue, please replace ${GITHUB_ISSUE_ID} below with the actual Github issue id. --> <!-- Closes #${GITHUB_ISSUE_ID} --> # Rationale for this change [API with Apache DataFusion](https://py.iceberg.apache.org/api/#apache-datafusion) has been supported, but it's missing in the installation guide. ## Are these changes tested? Doc change. ## Are there any user-facing changes? No. <!-- In the case of user-facing changes, please add the changelog label. -->
1 parent 6020f24 commit 7c6792e

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)