From eede522d879ae6ccfd88d73695b1410f64c61bd0 Mon Sep 17 00:00:00 2001 From: Ilya Kuznetsov Date: Wed, 20 Nov 2024 11:34:35 +0100 Subject: [PATCH] Update bundle/config/presets.go Co-authored-by: Pieter Noordhuis --- bundle/config/presets.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bundle/config/presets.go b/bundle/config/presets.go index 14c0d8a2..30f56c0f 100644 --- a/bundle/config/presets.go +++ b/bundle/config/presets.go @@ -19,7 +19,7 @@ type Presets struct { // SourceLinkedDeployment indicates whether source-linked deployment is enabled. Works only in Databricks Workspace // When set to true, resources created during deployment will point to source files in the workspace instead of their workspace copies. - // No resources will be uploaded to workspace + // File synchronization to ${workspace.file_path} is skipped. SourceLinkedDeployment *bool `json:"source_linked_deployment,omitempty"` // Tags to add to all resources.