Skip to content

Commit 28c5720

Browse files
HCK-15896: add dbt config inremental strategy (#193)
1 parent eaa6d19 commit 28c5720

1 file changed

Lines changed: 24 additions & 0 deletions

File tree

properties_pane/entity_level/entityLevelConfig.json

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1634,5 +1634,29 @@ making sure that you maintain a proper JSON format.
16341634
]
16351635
}
16361636
]
1637+
},
1638+
{
1639+
"lowerTab": "dbt",
1640+
"system": true,
1641+
"structure": [
1642+
{
1643+
"propertyName": "Config",
1644+
"propertyKeyword": "dbtConfig",
1645+
"propertyType": "block",
1646+
"structure": [
1647+
{
1648+
"propertyName": "Incremental strategy",
1649+
"propertyKeyword": "dbtIncrementalStrategy",
1650+
"propertyType": "select",
1651+
"options": ["", "append", "delete+insert", "merge"],
1652+
"hidden": false,
1653+
"dependency": {
1654+
"key": "dbtMaterialized",
1655+
"value": "incremental"
1656+
}
1657+
}
1658+
]
1659+
}
1660+
]
16371661
}
16381662
]

0 commit comments

Comments
 (0)