databricks_dbfs_file Data Source

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

Example Usage

data "databricks_dbfs_file" "report" {
  path            = "dbfs:/reports/some.csv"
  limit_file_size = "true"
}

Argument Reference

Attribute Reference

This data source exports the following attributes:

The following resources are used in the same context: