diff --git a/packages/databricks-vscode/src/bundle/models/BundleVariableModel.ts b/packages/databricks-vscode/src/bundle/models/BundleVariableModel.ts index f9bbd7511..a0f215047 100644 --- a/packages/databricks-vscode/src/bundle/models/BundleVariableModel.ts +++ b/packages/databricks-vscode/src/bundle/models/BundleVariableModel.ts @@ -13,7 +13,6 @@ import {WorkspaceFolderManager} from "../../vscode-objs/WorkspaceFolderManager"; export type BundleVariable = Required["variables"][string] & { valueInTarget?: string; vscodeOverrideValue?: string; - required: boolean; }; export type BundleVariableModelState = { @@ -180,8 +179,8 @@ export class BundleVariableModel extends BaseModelWithStateCache