docs: Clarification google_cloud_storage_directory.ipynb (#14922)

- Description: Just a minor add to the documentation to clarify how to
load all files from a folder. I assumed and try to do it specifying it
in the bucket (BUCKET/FOLDER), instead of using the prefix.
This commit is contained in:
Elena Mata Yandiola 2023-12-20 06:21:42 +01:00 committed by GitHub
parent 8bcadfd446
commit b66659fc28
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -81,7 +81,7 @@
"metadata": {}, "metadata": {},
"source": [ "source": [
"## Specifying a prefix\n", "## Specifying a prefix\n",
"You can also specify a prefix for more finegrained control over what files to load." "You can also specify a prefix for more finegrained control over what files to load -including loading all files from a specific folder-."
] ]
}, },
{ {