From 7d1f8ad19b595fb3337d8c46fe12d92805fa3800 Mon Sep 17 00:00:00 2001 From: Lennart Kats Date: Wed, 11 Dec 2024 11:35:11 +0100 Subject: [PATCH] Add TODO --- 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 86d61837e..c8d3ae26a 100644 --- a/bundle/config/mutator/apply_presets.go +++ b/bundle/config/mutator/apply_presets.go @@ -122,6 +122,7 @@ func (m *applyPresets) Apply(ctx context.Context, b *bundle.Bundle) diag.Diagnos if t.TriggerPauseStatus == config.Paused { p.Continuous = false } + // TODO: add recommendation when catalog is already set? if t.Catalog != "" && p.Catalog == "" && p.Catalog != "hive_metastore" { p.Catalog = t.Catalog }