mirror of https://github.com/databricks/cli.git
Add TODO
This commit is contained in:
parent
a08b59d4dd
commit
7d1f8ad19b
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue