databricks_dbfs_file_paths Data Source

This data source allows to get list of file names from get file content from Databricks File System (DBFS).

Example Usage

data "databricks_dbfs_file_paths" "partitions" {
  path      = "dbfs:/user/hive/default.db/table"
  recursive = false
}

Argument Reference

Attribute Reference

This data source exports the following attributes:

The following resources are used in the same context: