This commit is contained in:
Lennart Kats 2024-12-11 11:35:11 +01:00
parent a08b59d4dd
commit 7d1f8ad19b
No known key found for this signature in database
GPG Key ID: 1EB8B57673197023
1 changed files with 1 additions and 0 deletions

View File

@ -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
}