From b0e527efe899ecd60f9c160ab8c96ee22c5b8808 Mon Sep 17 00:00:00 2001 From: Shreyas Goenka Date: Mon, 18 Nov 2024 17:07:54 +0100 Subject: [PATCH] - --- bundle/config/mutator/apply_presets.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bundle/config/mutator/apply_presets.go b/bundle/config/mutator/apply_presets.go index 95917738..59b8547b 100644 --- a/bundle/config/mutator/apply_presets.go +++ b/bundle/config/mutator/apply_presets.go @@ -192,7 +192,7 @@ func (m *applyPresets) Apply(ctx context.Context, b *bundle.Bundle) diag.Diagnos // HTTP API for schemas doesn't yet support tags. It's only supported in // the Databricks UI and via the SQL API. } - + // Clusters: Prefix, Tags for key, c := range r.Clusters { if c.ClusterSpec == nil {