From 404577a6a4a4d767b31e6eaa3379b29467556a0e Mon Sep 17 00:00:00 2001 From: Nazar Kovtun Date: Fri, 22 Aug 2025 11:38:53 +0300 Subject: [PATCH 1/2] HCK-12446: added 3.x version and set it as default --- package.json | 3 ++- properties_pane/defaultData.json | 2 +- properties_pane/model_level/modelLevelConfig.json | 3 ++- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index aa74387..d5bc72e 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,8 @@ "applicationTarget": "Glue", "title": "AWS Glue Data Catalog", "versions": [ - "2.x" + "2.x", + "3.x" ] }, "features": { diff --git a/properties_pane/defaultData.json b/properties_pane/defaultData.json index f1c1040..44daca2 100644 --- a/properties_pane/defaultData.json +++ b/properties_pane/defaultData.json @@ -1,7 +1,7 @@ { "model": { "modelName": "new_model", - "dbVersion": "2.x", + "dbVersion": "3.x", "dbVendor": "Glue" }, "container": { diff --git a/properties_pane/model_level/modelLevelConfig.json b/properties_pane/model_level/modelLevelConfig.json index 8d8b9cc..9273b56 100644 --- a/properties_pane/model_level/modelLevelConfig.json +++ b/properties_pane/model_level/modelLevelConfig.json @@ -133,7 +133,8 @@ making sure that you maintain a proper JSON format. "shouldValidate": false, "propertyTooltip": "DB version", "propertyType": "select", - "options": ["2.x"], + "options": ["2.x", "3.x"], + "default": "3.x", "disabledOption": false }, { From 9808ffce2b78f151b589b17fe7fee819eed13c12 Mon Sep 17 00:00:00 2001 From: Nazar Kovtun Date: Fri, 22 Aug 2025 11:47:48 +0300 Subject: [PATCH 2/2] HCK-12446: remove redundant line --- properties_pane/model_level/modelLevelConfig.json | 1 - 1 file changed, 1 deletion(-) diff --git a/properties_pane/model_level/modelLevelConfig.json b/properties_pane/model_level/modelLevelConfig.json index 9273b56..d54d91a 100644 --- a/properties_pane/model_level/modelLevelConfig.json +++ b/properties_pane/model_level/modelLevelConfig.json @@ -134,7 +134,6 @@ making sure that you maintain a proper JSON format. "propertyTooltip": "DB version", "propertyType": "select", "options": ["2.x", "3.x"], - "default": "3.x", "disabledOption": false }, {