diff --git a/.github/workflows/python-ci-docs.yml b/.github/workflows/python-ci-docs.yml index 2343206db2..d125e17f37 100644 --- a/.github/workflows/python-ci-docs.yml +++ b/.github/workflows/python-ci-docs.yml @@ -45,3 +45,5 @@ jobs: run: make docs-install - name: Build docs run: make docs-build + - name: Run linters + run: make lint diff --git a/mkdocs/docs/index.md b/mkdocs/docs/index.md index e127f7d1e3..ae59576e82 100644 --- a/mkdocs/docs/index.md +++ b/mkdocs/docs/index.md @@ -62,7 +62,7 @@ You can mix and match optional dependencies depending on your needs: | gcsfs | GCSFS as a FileIO implementation to interact with the object store | | rest-sigv4 | Support for generating AWS SIGv4 authentication headers for REST Catalogs | | pyiceberg-core | Installs iceberg-rust powered core | -| datafusion | Installs both PyArrow and Apache DataFusion | +| datafusion | Installs both PyArrow and Apache DataFusion | You either need to install `s3fs`, `adlfs`, `gcsfs`, or `pyarrow` to be able to fetch files from an object store.