Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 511 Bytes

File metadata and controls

24 lines (16 loc) · 511 Bytes

databricks_notebook Data Source

This data source allows to export a notebook from workspace

Example Usage

data "databricks_notebook" "features" {
    path = "/Production/Features"
}

Argument Reference

  • path - (Required) Notebook path on the workspace

Attribute Reference

This data source exports the following attributes:

  • content - notebook content in selected format
  • language - notebook language
  • object_id - notebook object ID
  • object_type - notebook object type