-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathjob-run-reports.yaml
338 lines (338 loc) · 14.5 KB
/
job-run-reports.yaml
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
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
resources:
jobs:
Run_Reports:
name: Run Reports
tasks:
- task_key: Load_Reportable_Event
spark_jar_task:
jar_uri: ""
main_class_name: org.finos.orr.DataLoader
parameters:
- reportable_event
- /Volumes/opensource_reg_reporting/orr/cdm-trades/
- opensource_reg_reporting.orr
run_as_repl: true
existing_cluster_id: 0828-123717-g2jch343
libraries:
- jar: /Volumes/opensource_reg_reporting/orr/jar/opensource-reg-reporting-1.0-SNAPSHOT.jar
- task_key: ASIC_Trade_Report
depends_on:
- task_key: Load_Reportable_Event
spark_jar_task:
jar_uri: ""
main_class_name: org.finos.orr.SparkReportRunner
parameters:
- asic_trade_report
- reportable_event
- drr.regulation.asic.rewrite.trade.reports.ASICTradeReportFunction
- opensource_reg_reporting.orr
run_as_repl: true
existing_cluster_id: 0828-123717-g2jch343
libraries:
- jar: /Volumes/opensource_reg_reporting/orr/jar/opensource-reg-reporting-1.0-SNAPSHOT.jar
- task_key: ASIC_Trade_ISO20022
depends_on:
- task_key: ASIC_Trade_Report
spark_jar_task:
jar_uri: ""
main_class_name: org.finos.orr.SparkProjectRunner
parameters:
- asic_trade_iso20022
- asic_trade_report
- drr.projection.iso20022.asic.rewrite.trade.functions.Project_ASICTradeReportToIso20022
- xml-config/auth030-asic-rosetta-xml-config.json
- opensource_reg_reporting.orr
run_as_repl: true
existing_cluster_id: 0828-123717-g2jch343
libraries:
- jar: /Volumes/opensource_reg_reporting/orr/jar/opensource-reg-reporting-1.0-SNAPSHOT.jar
- task_key: ASIC_Trade_ISO20022_Validation
depends_on:
- task_key: ASIC_Trade_ISO20022
spark_jar_task:
jar_uri: ""
main_class_name: org.finos.orr.SparkValidationRunner
parameters:
- asic_trade_iso20022_validation
- asic_trade_iso20022
- drr.projection.iso20022.asic.rewrite.trade.functions.Project_ASICTradeReportToIso20022
- opensource_reg_reporting.orr
run_as_repl: true
existing_cluster_id: 0828-123717-g2jch343
libraries:
- jar: /Volumes/opensource_reg_reporting/orr/jar/opensource-reg-reporting-1.0-SNAPSHOT.jar
- task_key: ASIC_Trade_Validation
depends_on:
- task_key: ASIC_Trade_Report
spark_jar_task:
jar_uri: ""
main_class_name: org.finos.orr.SparkValidationRunner
parameters:
- asic_trade_report_validation
- asic_trade_report
- drr.regulation.asic.rewrite.trade.reports.ASICTradeReportFunction
- opensource_reg_reporting.orr
run_as_repl: true
existing_cluster_id: 0828-123717-g2jch343
libraries:
- jar: /Volumes/opensource_reg_reporting/orr/jar/opensource-reg-reporting-1.0-SNAPSHOT.jar
- task_key: CFTC_Part43_Report
depends_on:
- task_key: Load_Reportable_Event
spark_jar_task:
jar_uri: ""
main_class_name: org.finos.orr.SparkReportRunner
parameters:
- cftc_part_43_report
- reportable_event
- drr.regulation.cftc.rewrite.reports.CFTCPart43ReportFunction
- opensource_reg_reporting.orr
run_as_repl: true
existing_cluster_id: 0828-123717-g2jch343
libraries:
- jar: /Volumes/opensource_reg_reporting/orr/jar/opensource-reg-reporting-1.0-SNAPSHOT.jar
- task_key: CFTC_Part43_Validation
depends_on:
- task_key: CFTC_Part43_Report
spark_jar_task:
jar_uri: ""
main_class_name: org.finos.orr.SparkValidationRunner
parameters:
- cftc_part_43_validation
- cftc_part_43_report
- drr.regulation.cftc.rewrite.reports.CFTCPart43ReportFunction
- opensource_reg_reporting.orr
run_as_repl: true
existing_cluster_id: 0828-123717-g2jch343
libraries:
- jar: /Volumes/opensource_reg_reporting/orr/jar/opensource-reg-reporting-1.0-SNAPSHOT.jar
- task_key: CFTC_Part45_Report
depends_on:
- task_key: Load_Reportable_Event
spark_jar_task:
jar_uri: ""
main_class_name: org.finos.orr.SparkReportRunner
parameters:
- cftc_part_45_report
- reportable_event
- drr.regulation.cftc.rewrite.reports.CFTCPart45ReportFunction
- opensource_reg_reporting.orr
run_as_repl: true
existing_cluster_id: 0828-123717-g2jch343
libraries:
- jar: /Volumes/opensource_reg_reporting/orr/jar/opensource-reg-reporting-1.0-SNAPSHOT.jar
- task_key: CFTC_Part45_Validation
depends_on:
- task_key: CFTC_Part45_Report
spark_jar_task:
jar_uri: ""
main_class_name: org.finos.orr.SparkValidationRunner
parameters:
- cftc_part_45_validation
- cftc_part_45_report
- drr.regulation.cftc.rewrite.reports.CFTCPart45ReportFunction
- opensource_reg_reporting.orr
run_as_repl: true
existing_cluster_id: 0828-123717-g2jch343
libraries:
- jar: /Volumes/opensource_reg_reporting/orr/jar/opensource-reg-reporting-1.0-SNAPSHOT.jar
- task_key: ESMA_EMIR_Trade_Report
depends_on:
- task_key: Load_Reportable_Event
spark_jar_task:
jar_uri: ""
main_class_name: org.finos.orr.SparkReportRunner
parameters:
- esma_emir_trade_report
- reportable_event
- drr.regulation.esma.emir.refit.trade.reports.ESMAEMIRTradeReportFunction
- opensource_reg_reporting.orr
run_as_repl: true
existing_cluster_id: 0828-123717-g2jch343
libraries:
- jar: /Volumes/opensource_reg_reporting/orr/jar/opensource-reg-reporting-1.0-SNAPSHOT.jar
- task_key: ESMA_EMIR_ISO20022
depends_on:
- task_key: ESMA_EMIR_Trade_Report
spark_jar_task:
jar_uri: ""
main_class_name: org.finos.orr.SparkProjectRunner
parameters:
- esma_emir_trade_iso20022
- esma_emir_trade_report
- drr.projection.iso20022.esma.emir.refit.trade.functions.Project_EsmaEmirTradeReportToIso20022
- xml-config/auth030-esma-rosetta-xml-config.json
- opensource_reg_reporting.orr
run_as_repl: true
existing_cluster_id: 0828-123717-g2jch343
libraries:
- jar: /Volumes/opensource_reg_reporting/orr/jar/opensource-reg-reporting-1.0-SNAPSHOT.jar
- task_key: ESMA_EMIR_ISO20022_Validation
depends_on:
- task_key: ESMA_EMIR_ISO20022
spark_jar_task:
jar_uri: ""
main_class_name: org.finos.orr.SparkValidationRunner
parameters:
- esma_emir_trade_iso20022_validation
- esma_emir_trade_iso20022
- drr.projection.iso20022.esma.emir.refit.trade.functions.Project_EsmaEmirTradeReportToIso20022
- opensource_reg_reporting.orr
run_as_repl: true
existing_cluster_id: 0828-123717-g2jch343
libraries:
- jar: /Volumes/opensource_reg_reporting/orr/jar/opensource-reg-reporting-1.0-SNAPSHOT.jar
- task_key: ESMA_EMIR_Trade_Validation
depends_on:
- task_key: ESMA_EMIR_Trade_Report
spark_jar_task:
jar_uri: ""
main_class_name: org.finos.orr.SparkValidationRunner
parameters:
- esma_emir_trade_validation
- esma_emir_trade_report
- drr.regulation.esma.emir.refit.trade.reports.ESMAEMIRTradeReportFunction
- opensource_reg_reporting.orr
run_as_repl: true
existing_cluster_id: 0828-123717-g2jch343
libraries:
- jar: /Volumes/opensource_reg_reporting/orr/jar/opensource-reg-reporting-1.0-SNAPSHOT.jar
- task_key: FCA_UK_EMIR_Trade_Report
depends_on:
- task_key: Load_Reportable_Event
spark_jar_task:
jar_uri: ""
main_class_name: org.finos.orr.SparkReportRunner
parameters:
- fca_uk_emir_trade_report
- reportable_event
- drr.regulation.fca.ukemir.refit.trade.reports.FCAUKEMIRTradeReportFunction
- opensource_reg_reporting.orr
run_as_repl: true
existing_cluster_id: 0828-123717-g2jch343
libraries:
- jar: /Volumes/opensource_reg_reporting/orr/jar/opensource-reg-reporting-1.0-SNAPSHOT.jar
- task_key: JFSA_Trade_Report
depends_on:
- task_key: Load_Reportable_Event
spark_jar_task:
jar_uri: ""
main_class_name: org.finos.orr.SparkReportRunner
parameters:
- jfsa_trade_report
- reportable_event
- drr.regulation.jfsa.rewrite.trade.reports.JFSATradeReportFunction
- opensource_reg_reporting.orr
run_as_repl: true
existing_cluster_id: 0828-123717-g2jch343
libraries:
- jar: /Volumes/opensource_reg_reporting/orr/jar/opensource-reg-reporting-1.0-SNAPSHOT.jar
- task_key: JFSA_Trade_ISO20022
depends_on:
- task_key: JFSA_Trade_Report
spark_jar_task:
jar_uri: ""
main_class_name: org.finos.orr.SparkProjectRunner
parameters:
- jfsa_trade_iso20022
- jfsa_trade_report
- drr.projection.iso20022.jfsa.rewrite.trade.functions.Project_JFSARewriteTradeReportToIso20022
- xml-config/auth030-jfsa-rosetta-xml-config.json
- opensource_reg_reporting.orr
run_as_repl: true
existing_cluster_id: 0828-123717-g2jch343
libraries:
- jar: /Volumes/opensource_reg_reporting/orr/jar/opensource-reg-reporting-1.0-SNAPSHOT.jar
- task_key: JFSA_Trade_ISO20022_Validation
depends_on:
- task_key: JFSA_Trade_ISO20022
spark_jar_task:
jar_uri: ""
main_class_name: org.finos.orr.SparkValidationRunner
parameters:
- jfsa_trade_iso20022_validation
- jfsa_trade_iso20022
- drr.projection.iso20022.jfsa.rewrite.trade.functions.Project_JFSARewriteTradeReportToIso20022
- opensource_reg_reporting.orr
run_as_repl: true
existing_cluster_id: 0828-123717-g2jch343
libraries:
- jar: /Volumes/opensource_reg_reporting/orr/jar/opensource-reg-reporting-1.0-SNAPSHOT.jar
- task_key: JFSA_Trade_Validation
depends_on:
- task_key: JFSA_Trade_Report
spark_jar_task:
jar_uri: ""
main_class_name: org.finos.orr.SparkValidationRunner
parameters:
- jfsa_trade_validation
- jfsa_trade_report
- drr.regulation.jfsa.rewrite.trade.reports.JFSATradeReportFunction
- opensource_reg_reporting.orr
run_as_repl: true
existing_cluster_id: 0828-123717-g2jch343
libraries:
- jar: /Volumes/opensource_reg_reporting/orr/jar/opensource-reg-reporting-1.0-SNAPSHOT.jar
- task_key: MAS_Trade_Report
depends_on:
- task_key: Load_Reportable_Event
spark_jar_task:
jar_uri: ""
main_class_name: org.finos.orr.SparkReportRunner
parameters:
- mas_trade_report
- reportable_event
- drr.regulation.mas.rewrite.trade.reports.MASTradeReportFunction
- opensource_reg_reporting.orr
run_as_repl: true
existing_cluster_id: 0828-123717-g2jch343
libraries:
- jar: /Volumes/opensource_reg_reporting/orr/jar/opensource-reg-reporting-1.0-SNAPSHOT.jar
- task_key: MAS_Trade_ISO20022
depends_on:
- task_key: MAS_Trade_Report
spark_jar_task:
jar_uri: ""
main_class_name: org.finos.orr.SparkProjectRunner
parameters:
- mas_trade_iso20022
- mas_trade_report
- drr.projection.iso20022.mas.rewrite.trade.functions.Project_MASTradeReportToIso20022
- xml-config/auth030-mas-rosetta-xml-config.json
- opensource_reg_reporting.orr
run_as_repl: true
existing_cluster_id: 0828-123717-g2jch343
libraries:
- jar: /Volumes/opensource_reg_reporting/orr/jar/opensource-reg-reporting-1.0-SNAPSHOT.jar
- task_key: MAS_Trade_ISO20022_Validation
depends_on:
- task_key: MAS_Trade_ISO20022
spark_jar_task:
jar_uri: ""
main_class_name: org.finos.orr.SparkValidationRunner
parameters:
- mas_trade_iso20022_validation
- mas_trade_iso20022
- drr.projection.iso20022.mas.rewrite.trade.functions.Project_MASTradeReportToIso20022
- opensource_reg_reporting.orr
run_as_repl: true
existing_cluster_id: 0828-123717-g2jch343
libraries:
- jar: /Volumes/opensource_reg_reporting/orr/jar/opensource-reg-reporting-1.0-SNAPSHOT.jar
- task_key: MAS_Trade_Validation
depends_on:
- task_key: MAS_Trade_Report
spark_jar_task:
jar_uri: ""
main_class_name: org.finos.orr.SparkValidationRunner
parameters:
- mas_trade_validation
- mas_trade_report
- drr.regulation.mas.rewrite.trade.reports.MASTradeReportFunction
- opensource_reg_reporting.orr
run_as_repl: true
existing_cluster_id: 0828-123717-g2jch343
libraries:
- jar: /Volumes/opensource_reg_reporting/orr/jar/opensource-reg-reporting-1.0-SNAPSHOT.jar
queue:
enabled: true