mirror of https://github.com/databricks/cli.git
This commit is contained in:
parent
13748f177d
commit
bdecd08206
|
@ -191,7 +191,6 @@ func (u *upload) Name() string {
|
|||
return "libraries.Upload"
|
||||
}
|
||||
|
||||
// TODO: As a followup add testing for interactive flows.
|
||||
// This function returns the right filer to use, to upload artifacts to the configured locations.
|
||||
// Supported locations:
|
||||
// 1. WSFS
|
||||
|
|
|
@ -25,8 +25,6 @@ import (
|
|||
func filterDeleteOrRecreateActions(changes []*tfjson.ResourceChange, resourceType string) []terraformlib.Action {
|
||||
res := make([]terraformlib.Action, 0)
|
||||
for _, rc := range changes {
|
||||
// TODO: Add end to end integration tests for the interactive prompt UXs.
|
||||
// Good PR to introduce the first one, and make changes more confidently.
|
||||
if rc.Type != resourceType {
|
||||
continue
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue