You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
deployCore: use Finalize return value instead of re-opening state
Finalize now returns (ExportedResourcesMap, error), capturing the merged
state before clearing. This lets deploy.go use LoadFromState directly
instead of closing and re-opening the state file from disk.
LoadFromState is a new statemgmt constructor that accepts pre-computed
state and skips the engine dispatch in Load.Apply.
Co-authored-by: Denis Bilenko <denis.bilenko@databricks.com>
0 commit comments