

To list available commands for a utility along with a short description of each command, run. help() after the programmatic name for the utility. This example lists available commands for the Databricks File System (DBFS) utility. Python dbutils.fs.help()ĭbutils.fs provides utilities for working with FileSystems. Most methods in this package can take either a DBFS path (e.g., "/foo" or "dbfs:/foo"), or another FileSystem URI.
