| 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 pathprovider_config- (Optional) Configure the provider for management through account provider. This block consists of the following fields:workspace_id- (Required) Workspace ID which the resource belongs to. This workspace must be part of the account which the provider is configured with.
This data source exports the following attributes:
notebook_path_list- list of objects withpathandlanguageattributes