We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 700fc27 commit 3490b1aCopy full SHA for 3490b1a
test/Ported/Server/Etl/Sql/SqlTest.ts
@@ -34,7 +34,8 @@ import { OngoingTaskSqlEtlDetails } from "../../../../../src/Documents/Operation
34
35
const transformation = {
36
applyToAllDocuments: true,
37
- name: "Script #1"
+ name: "Script #1",
38
+ script: "loadToOrders(this);"
39
} as Transformation;
40
41
const table1 = {
@@ -187,6 +188,7 @@ import { OngoingTaskSqlEtlDetails } from "../../../../../src/Documents/Operation
187
188
189
190
name: "Script Q&A",
191
192
193
194
0 commit comments