Skip to content

Commit

Permalink
Clarifications for load_uploaded_files
Browse files Browse the repository at this point in the history
  • Loading branch information
m-mohr committed Dec 17, 2019
1 parent eaa627f commit 3e3fab9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions load_uploaded_files.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "load_uploaded_files",
"summary": "Load files from the user workspace.",
"description": "Loads user-uploaded files from the local user workspace / data store. The files must have been stored by the authenticated user on the back-end currently connected to.",
"description": "Loads one or more user-uploaded files from the local user workspace / data store and returns them as a single data cube. The files must have been stored by the authenticated user on the back-end currently connected to.",
"categories": [
"cubes",
"import"
Expand All @@ -13,7 +13,7 @@
],
"parameters": {
"paths": {
"description": "The file(s) and folder(s) to read.",
"description": "The files and/or folders to read.\n\nAll files in the specified folders will be read, which includes recursively reading all sub-folders. Implementations may skip files in folders that clearly can't be read using the specified format, but there's no guarantee for it.\n\nAn error is thrown if a file can't be read.",
"schema": {
"type": "array",
"subtype": "file-folder-paths",
Expand Down

0 comments on commit 3e3fab9

Please sign in to comment.