From 040626589a1e4cd911bf7691b85d5c926325d052 Mon Sep 17 00:00:00 2001 From: Shreyas Goenka Date: Mon, 18 Nov 2024 17:07:24 +0100 Subject: [PATCH] - --- bundle/config/mutator/apply_presets.go | 1 + 1 file changed, 1 insertion(+) diff --git a/bundle/config/mutator/apply_presets.go b/bundle/config/mutator/apply_presets.go index 4472de04..95917738 100644 --- a/bundle/config/mutator/apply_presets.go +++ b/bundle/config/mutator/apply_presets.go @@ -192,6 +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 {