From c1f1e30471708921a504879a39ecbccb4e85d953 Mon Sep 17 00:00:00 2001 From: Serhii Filonenko Date: Fri, 22 Aug 2025 17:16:42 +0300 Subject: [PATCH] HCK-12444: hide partition keys for iceberg tables --- properties_pane/entity_level/entityLevelConfig.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/properties_pane/entity_level/entityLevelConfig.json b/properties_pane/entity_level/entityLevelConfig.json index 690ac8b..1ebfe68 100644 --- a/properties_pane/entity_level/entityLevelConfig.json +++ b/properties_pane/entity_level/entityLevelConfig.json @@ -371,7 +371,11 @@ making sure that you maintain a proper JSON format. "propertyKeyword": "compositePartitionKey", "propertyType": "primaryKeySetter", "abbr": "PK", - "setPrimaryKey": false + "setPrimaryKey": false, + "dependency": { + "key": "tableFormat", + "value": "Standard" + } }, { "propertyName": "Disable No Validate",