Skip to content

Commit 48ed04c

Browse files
committed
ARM template and parameters deployed on 6-18-2024 11:14:7, based on the collaboration branch's commit ID: 9a598e2
1 parent b9a71d6 commit 48ed04c

File tree

3 files changed

+16
-0
lines changed

3 files changed

+16
-0
lines changed

sc4-dev-df001/ARMTemplateForFactory.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3958,6 +3958,7 @@
39583958
" format: 'table',",
39593959
" tableName: ($sinkTable),",
39603960
" store: 'azuredataexplorer',",
3961+
" postSQLs:[(concat('.delete table ', $sinkTable, ' records with (whatif=false) <| ', $sinkTable, ' | sort by Hash, ingestion_time() desc | where row_cumsum(1,prev(Hash) != Hash) > 1'))],",
39613962
" skipDuplicateMapInputs: true,",
39623963
" skipDuplicateMapOutputs: true,",
39633964
" outputAssertFailedRows: true,",
@@ -4228,6 +4229,7 @@
42284229
" format: 'table',",
42294230
" tableName: ($sinkTable),",
42304231
" store: 'azuredataexplorer',",
4232+
" postSQLs:[(concat('.delete table ', $sinkTable, ' records with (whatif=false) <| ', $sinkTable, ' | sort by Hash, ingestion_time() desc | where row_cumsum(1,prev(Hash) != Hash) > 1'))],",
42314233
" skipDuplicateMapInputs: true,",
42324234
" skipDuplicateMapOutputs: true,",
42334235
" outputAssertFailedRows: true,",

sc4-dev-df001/globalParameters/sc4-dev-df001_GlobalParameters.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,17 @@
1010
"minimumNumberOfUsersPerWindow": {
1111
"type": "float",
1212
"value": 10
13+
},
14+
"minimumPlays": {
15+
"type": "float",
16+
"value": 20
17+
},
18+
"minimumLift": {
19+
"type": "float",
20+
"value": 5
21+
},
22+
"minimumUsersRatio": {
23+
"type": "float",
24+
"value": 0.1
1325
}
1426
}

sc4-dev-df001/linkedTemplates/ArmTemplate_0.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -806,6 +806,7 @@
806806
" format: 'table',",
807807
" tableName: ($sinkTable),",
808808
" store: 'azuredataexplorer',",
809+
" postSQLs:[(concat('.delete table ', $sinkTable, ' records with (whatif=false) <| ', $sinkTable, ' | sort by Hash, ingestion_time() desc | where row_cumsum(1,prev(Hash) != Hash) > 1'))],",
809810
" skipDuplicateMapInputs: true,",
810811
" skipDuplicateMapOutputs: true,",
811812
" outputAssertFailedRows: true,",
@@ -1076,6 +1077,7 @@
10761077
" format: 'table',",
10771078
" tableName: ($sinkTable),",
10781079
" store: 'azuredataexplorer',",
1080+
" postSQLs:[(concat('.delete table ', $sinkTable, ' records with (whatif=false) <| ', $sinkTable, ' | sort by Hash, ingestion_time() desc | where row_cumsum(1,prev(Hash) != Hash) > 1'))],",
10791081
" skipDuplicateMapInputs: true,",
10801082
" skipDuplicateMapOutputs: true,",
10811083
" outputAssertFailedRows: true,",

0 commit comments

Comments
 (0)