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..d54d91a 100644 --- a/properties_pane/model_level/modelLevelConfig.json +++ b/properties_pane/model_level/modelLevelConfig.json @@ -133,7 +133,7 @@ making sure that you maintain a proper JSON format. "shouldValidate": false, "propertyTooltip": "DB version", "propertyType": "select", - "options": ["2.x"], + "options": ["2.x", "3.x"], "disabledOption": false }, {