From b73c24d01fac77cdb5ea1c055f3e0528fa95fa57 Mon Sep 17 00:00:00 2001 From: Andrew Nester Date: Wed, 20 Nov 2024 12:03:48 +0100 Subject: [PATCH] fixed template schema --- internal/bundle/bundles/basic/databricks_template_schema.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/internal/bundle/bundles/basic/databricks_template_schema.json b/internal/bundle/bundles/basic/databricks_template_schema.json index 6f1964d8..41a723b0 100644 --- a/internal/bundle/bundles/basic/databricks_template_schema.json +++ b/internal/bundle/bundles/basic/databricks_template_schema.json @@ -14,7 +14,8 @@ }, "root_path": { "type": "string", - "description": "Root path to deploy bundle to" + "description": "Root path to deploy bundle to", + "default": "" } } }