list_files
Retrieve and display files and directories from Databricks File System (DBFS) by specifying a path. Streamlines file management within Databricks environments.
Instructions
List files and directories in DBFS
Input Schema
Name | Required | Description | Default |
---|---|---|---|
dbfs_path | No | / |
Input Schema (JSON Schema)
{
"properties": {
"dbfs_path": {
"default": "/",
"title": "Dbfs Path",
"type": "string"
}
},
"title": "list_filesArguments",
"type": "object"
}