-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathactivity.json
More file actions
52 lines (49 loc) · 1.14 KB
/
activity.json
File metadata and controls
52 lines (49 loc) · 1.14 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"name": "ScriptRunner_copy1",
"type": "Custom",
"dependsOn": [
{
"activity": "DefaultCopy",
"dependencyConditions": [
"Succeeded"
]
}
],
"policy": {
"timeout": "7.00:00:00",
"retry": 0,
"retryIntervalInSeconds": 30,
"secureOutput": false,
"secureInput": false
},
"userProperties": [
],
"typeProperties": {
"command": "./ScriptRunner js script \"function mapping(records){ records.name='abc'; return records;}\" mapperScript",
"resourceLinkedService": {
"type": "LinkedServiceReference",
"referenceName": "AzureStorageLinkedService"
},
"folderPath": "connectors-dev/batch",
"extendedProperties": {
"folderPath": "/dlz-user-container/mailchimp",
"filePath": "page-0"
},
"referenceObjects": {
"linkedServices": [
],
"datasets": [
{
"type": "DatasetReference",
"parameters": {
},
"referenceName": "MailchimpDLZb92ee0b99b434fbda063d6712a3c7e11"
}
]
}
},
"linkedServiceName": {
"type": "LinkedServiceReference",
"referenceName": "azureBatch"
}
}