subcategory |
---|
Workspace |
-> Note If you have a fully automated setup with workspaces created by databricks_mws_workspaces or azurerm_databricks_workspace, please make sure to add depends_on attribute in order to prevent default auth: cannot configure default credentials errors.
This data source allows to list notebooks in the Databricks Workspace.
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