mirror of https://github.com/databricks/cli.git
c454c2fd10
# Changes With https://github.com/databricks/cli/pull/1413 we started to compute and partially print the plan if it contained deletion of UC schemas. This PR uses the precomputed plan to avoid double planning when actually doing the terraform plan. This fixes a performance regression introduced in https://github.com/databricks/cli/pull/1413. # Tests Tested manually. 1. Verified bundle deployment still works and deploys resources. 2. Verified that the precomputed plan is indeed being used by attaching a debugger and removing the plan file right before the terraform apply process is spawned and asserting that terraform apply fails because the plan is not found. |
||
---|---|---|
.. | ||
tfdyn | ||
apply.go | ||
check_running_resources.go | ||
check_running_resources_test.go | ||
convert.go | ||
convert_test.go | ||
dir.go | ||
import.go | ||
init.go | ||
init_test.go | ||
interpolate.go | ||
interpolate_test.go | ||
load.go | ||
load_test.go | ||
pkg.go | ||
pkg_test.go | ||
plan.go | ||
state_pull.go | ||
state_pull_test.go | ||
state_push.go | ||
state_push_test.go | ||
state_test.go | ||
unbind.go | ||
util.go | ||
util_test.go | ||
write.go |