diff --git a/properties_pane/entity_level/entityLevelConfig.json b/properties_pane/entity_level/entityLevelConfig.json index 0ce9cf7..42a7185 100644 --- a/properties_pane/entity_level/entityLevelConfig.json +++ b/properties_pane/entity_level/entityLevelConfig.json @@ -1854,5 +1854,29 @@ making sure that you maintain a proper JSON format. ] } ] + }, + { + "lowerTab": "dbt", + "system": true, + "structure": [ + { + "propertyName": "Config", + "propertyKeyword": "dbtConfig", + "propertyType": "block", + "structure": [ + { + "propertyName": "Incremental strategy", + "propertyKeyword": "dbtIncrementalStrategy", + "propertyType": "select", + "options": ["", "append", "delete+insert"], + "hidden": false, + "dependency": { + "key": "dbtMaterialized", + "value": "incremental" + } + } + ] + } + ] } ]