Skip to content

Files

28 lines (19 loc) · 632 Bytes
·

notebook_paths.md

File metadata and controls

28 lines (19 loc) · 632 Bytes
·
subcategory
Workspace

databricks_notebook_paths Data Source

This data source allows to list notebooks in the Databricks Workspace.

-> This data source can only be used with a workspace-level provider!

Example Usage

data "databricks_notebook_paths" "prod" {
  path      = "/Production"
  recursive = true
}

Argument Reference

  • path - (Required) Path to workspace directory
  • recursive - (Required) Either or recursively walk given path

Attribute Reference

This data source exports the following attributes:

  • notebook_path_list - list of objects with path and language attributes