From 57d1b62ff3bc3ffe11e5df3d46136fe69c5beeb3 Mon Sep 17 00:00:00 2001 From: vaultah <4944562+vaultah@users.noreply.github.com> Date: Sun, 11 Feb 2024 20:52:46 +0000 Subject: [PATCH 1/2] Use the correct name of extra that adds GCS support --- mkdocs/docs/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mkdocs/docs/index.md b/mkdocs/docs/index.md index ffe3ab4681..9eda96c217 100644 --- a/mkdocs/docs/index.md +++ b/mkdocs/docs/index.md @@ -55,9 +55,9 @@ You can mix and match optional dependencies depending on your needs: | s3fs | S3FS as a FileIO implementation to interact with the object store | | adlfs | ADLFS as a FileIO implementation to interact with the object store | | snappy | Support for snappy Avro compression | -| gcs | GCS as the FileIO implementation to interact with the object store | +| gcsfs | GCS as the FileIO implementation to interact with the object store | -You either need to install `s3fs`, `adlfs`, `gcs`, or `pyarrow` to be able to fetch files from an object store. +You either need to install `s3fs`, `adlfs`, `gcsfs`, or `pyarrow` to be able to fetch files from an object store. ## Connecting to a catalog From 4163f2bab6dae0cf96a7a9ca3792c8279e466150 Mon Sep 17 00:00:00 2001 From: Honah J Date: Sun, 11 Feb 2024 20:30:36 -0800 Subject: [PATCH 2/2] make description consistent --- mkdocs/docs/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mkdocs/docs/index.md b/mkdocs/docs/index.md index 9eda96c217..a8c2c6bd3c 100644 --- a/mkdocs/docs/index.md +++ b/mkdocs/docs/index.md @@ -55,7 +55,7 @@ You can mix and match optional dependencies depending on your needs: | s3fs | S3FS as a FileIO implementation to interact with the object store | | adlfs | ADLFS as a FileIO implementation to interact with the object store | | snappy | Support for snappy Avro compression | -| gcsfs | GCS as the FileIO implementation to interact with the object store | +| gcsfs | GCSFS as a FileIO implementation to interact with the object store | You either need to install `s3fs`, `adlfs`, `gcsfs`, or `pyarrow` to be able to fetch files from an object store.