-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtemp.json
More file actions
97 lines (97 loc) · 3 KB
/
temp.json
File metadata and controls
97 lines (97 loc) · 3 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
{
"properties": {
"activities": [
{
"type": "Copy",
"typeProperties": {
"source": {
"type": "LakehouseTableSource",
"datasetSettings": {
"type": "LakehouseTable",
"typeProperties": {
"schema": "dbo",
"table": "publicholidays"
},
"schema": [],
"connectionSettings": {
"name": "pdhote_msit_lh",
"properties": {
"type": "Lakehouse",
"typeProperties": {
"artifactId": "15f31dd7-d4d3-b043-422c-c8e12fe27e30",
"workspaceId": "00000000-0000-0000-0000-000000000000",
"rootFolder": "Tables"
},
"externalReferences": {
"connection": "8e813169-2a43-4a1f-9946-fe2ecb4183d3"
},
"annotations": []
}
},
"annotations": []
}
},
"sink": {
"type": "DelimitedTextSink",
"formatSettings": {
"type": "DelimitedTextWriteSettings",
"fileExtension": ".txt"
},
"storeSettings": {
"type": "LakehouseWriteSettings"
},
"datasetSettings": {
"type": "DelimitedText",
"typeProperties": {
"location": {
"type": "LakehouseLocation",
"folderPath": "test",
"fileName": "copydata2"
},
"columnDelimiter": ",",
"quoteChar": "\"",
"escapeChar": "\\",
"firstRowAsHeader": true
},
"schema": [],
"connectionSettings": {
"name": "pdhote_msit_lh",
"properties": {
"type": "Lakehouse",
"typeProperties": {
"artifactId": "15f31dd7-d4d3-b043-422c-c8e12fe27e30",
"workspaceId": "00000000-0000-0000-0000-000000000000",
"rootFolder": "Files"
},
"externalReferences": {
"connection": "8e813169-2a43-4a1f-9946-fe2ecb4183d3"
},
"annotations": []
}
},
"annotations": []
}
},
"translator": {
"type": "TabularTranslator",
"typeConversion": true,
"typeConversionSettings": {
"allowDataTruncation": true,
"treatBooleanAsNumber": false
}
},
"enableStaging": false
},
"policy": {
"timeout": "0.12:00:00",
"retry": 0,
"retryIntervalInSeconds": 30,
"secureInput": false,
"secureOutput": false
},
"name": "Copy data1",
"dependsOn": []
}
]
}
}