subcategory |
---|
Workspace |
This data source allows to list notebooks in the Databricks Workspace.
-> This data source can only be used with a workspace-level provider!
data "databricks_notebook_paths" "prod" {
path = "/Production"
recursive = true
}
path
- (Required) Path to workspace directoryrecursive
- (Required) Either or recursively walk given path
This data source exports the following attributes:
notebook_path_list
- list of objects withpath
andlanguage
attributes