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
// We use "direct-exp" while direct backend is not suitable for end users.
230
-
// Once we consider it usable we'll change the value to "direct".
231
-
// This is to prevent accidentally running direct backend with older CLI versions where it was still considered experimental.
232
-
switchdeployment {
233
-
case"direct-exp":
234
-
returntrue, nil
235
-
case"terraform", "":
236
-
returnfalse, nil
237
-
default:
238
-
returnfalse, fmt.Errorf("unexpected setting for DATABRICKS_BUNDLE_ENGINE=%#v (expected 'terraform' or 'direct-exp' or absent/empty which means 'terraform')", deployment)
return"", fmt.Errorf("unexpected setting for DATABRICKS_BUNDLE_ENGINE=%#v (expected 'terraform' or 'direct-exp' or absent/empty which means 'terraform')", engine)
0 commit comments