diff --git a/properties_pane/entity_level/entityLevelConfig.json b/properties_pane/entity_level/entityLevelConfig.json index 08014b5..690ac8b 100644 --- a/properties_pane/entity_level/entityLevelConfig.json +++ b/properties_pane/entity_level/entityLevelConfig.json @@ -149,20 +149,21 @@ making sure that you maintain a proper JSON format. "propertyName": "External", "propertyKeyword": "externalTable", "propertyType": "checkbox", + "defaultValue": true, + "disabled": true, "dependency": { "key": "tableFormat", - "value": "Standard" + "value": "Iceberg" } }, { "propertyName": "External", "propertyKeyword": "externalTable", "propertyType": "checkbox", - "defaultValue": true, - "disabled": true, + "defaultValue": false, "dependency": { "key": "tableFormat", - "value": "Iceberg" + "value": "Standard" } }, {