Skip to content

Commit

Permalink
Use the correct name of extra that adds GCS support (#412)
Browse files Browse the repository at this point in the history
  • Loading branch information
vaultah authored Feb 12, 2024
1 parent a576fc9 commit fbeeb9a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mkdocs/docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 | GCSFS as a 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

Expand Down

0 comments on commit fbeeb9a

Please sign in to comment.