Skip to content

Commit 7e3e14a

Browse files
committed
Merge remote-tracking branch 'origin/v5.2' into v5.4
2 parents f3830bc + 3490b1a commit 7e3e14a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

test/Ported/Server/Etl/Sql/SqlTest.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@ import { OngoingTaskSqlEtlDetails } from "../../../../../src/Documents/Operation
3434

3535
const transformation = {
3636
applyToAllDocuments: true,
37-
name: "Script #1"
37+
name: "Script #1",
38+
script: "loadToOrders(this);"
3839
} as Transformation;
3940

4041
const table1 = {
@@ -187,6 +188,7 @@ import { OngoingTaskSqlEtlDetails } from "../../../../../src/Documents/Operation
187188
const transformation = {
188189
applyToAllDocuments: true,
189190
name: "Script Q&A",
191+
script: "loadToOrders(this);"
190192
} as Transformation;
191193

192194
const table1 = {

0 commit comments

Comments
 (0)