This data source allows to export a notebook from workspace
data "databricks_notebook" "features" {
path = "/Production/Features"
format = "SOURCE"
}
path
- (Required) Notebook path on the workspaceformat
- (Required) One ofDBC
,SOURCE
orHTML
to define format of exported content
This data source exports the following attributes:
content
- notebook content in selected formatlanguage
- notebook languageobject_id
- notebook object IDobject_type
- notebook object type