terraform-provider-databricks icon indicating copy to clipboard operation
terraform-provider-databricks copied to clipboard

[Feature] Add workspace storage option to workspace_conf

Open atombravo opened this issue 3 years ago • 2 comments

By default, databricks stores interactive notebook results that are below a threshold size in the control plane. This is configurable to store the results always in the customer storage account via the REST API and the workspace GUI. This request is to add this option to the workspace_conf resource to allow it to be controlled via Terraform.

https://docs.microsoft.com/en-us/azure/databricks/administration-guide/workspace/storage#--configure-the-storage-location-for-interactive-notebook-results

Configuration

# Sample of feature
resource "databricks_workspace_conf" "this" {
  custom_config = {
    "storeInteractiveNotebookResultsInCustomerAccount" : true
  }
}


atombravo avatar Jun 27 '22 19:06 atombravo

Thank you for the feature request! Currently, the team operates in a limited capacity, carefully prioritizing, and we cannot provide a timeline to implement this feature. Please make a Pull Request if you'd like to see this feature sooner, and we'll guide you through the journey.

nfx avatar Jun 28 '22 02:06 nfx

Thank you for the feature request! Currently, the team operates in a limited capacity, carefully prioritizing, and we cannot provide a timeline to implement this feature. Please make a Pull Request if you'd like to see this feature sooner, and we'll guide you through the journey.

nfx avatar Aug 22 '22 09:08 nfx