Skip to content

Commit 431b427

Browse files
committed
Update sampleCustomFunctions.json
1 parent 35004de commit 431b427

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

DataWarehouseAutomation/Sample_Metadata/sampleCustomFunctions.json

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,17 @@
8585
}
8686
],
8787
"filterCriterion": "",
88-
"enabled": true
88+
"enabled": true,
89+
"extensions": [
90+
{
91+
"key": "first key",
92+
"value": "first value"
93+
},
94+
{
95+
"key": "second key",
96+
"value": "second value"
97+
}
98+
]
8999
}
90100
]
91101
}

0 commit comments

Comments
 (0)