Skip to content

Commit 891e0aa

Browse files
HCK-15896: add dbt config incremental strategy
1 parent 8efaea2 commit 891e0aa

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
@@ -1854,5 +1854,29 @@ making sure that you maintain a proper JSON format.
18541854
]
18551855
}
18561856
]
1857+
},
1858+
{
1859+
"lowerTab": "dbt",
1860+
"system": true,
1861+
"structure": [
1862+
{
1863+
"propertyName": "Config",
1864+
"propertyKeyword": "dbtConfig",
1865+
"propertyType": "block",
1866+
"structure": [
1867+
{
1868+
"propertyName": "Incremental strategy",
1869+
"propertyKeyword": "dbtIncrementalStrategy",
1870+
"propertyType": "select",
1871+
"options": ["", "append", "delete+insert"],
1872+
"hidden": false,
1873+
"dependency": {
1874+
"key": "dbtMaterialized",
1875+
"value": "incremental"
1876+
}
1877+
}
1878+
]
1879+
}
1880+
]
18571881
}
18581882
]

0 commit comments

Comments
 (0)