forked from douglascoimbra/test-sample-pipeline
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrejmergecypress.json
42 lines (41 loc) · 999 Bytes
/
rejmergecypress.json
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
{
"defaults": {
"cronExpressions": [],
"prepareScripts": [
"prepare.sql"
]
},"pipelines": [
{
"processScript": "qamergcypress.csql",
"sendToSubscriptions": true,
"saveToCds": true,
"outputDataModelName": "mdmproduct",
"saveToUnified": true,
"saveToRealtime": true,
"timeZone": "America/Sao_Paulo",
"pipelineDescription": "SQL Processing Task with Merge Rules + + ETL Operation + Rejection Records Rule",
"cronExpressions": [
"0 */01 * * * ?"
],
"overlapDeltaMinutes": 73,
"pipelineName": "cypress_etl_merge_sql",
"sourceEntities": {
"dataModels": [
{
"dataModelName": "mdmproduct"
}
],
"stagings": [
{
"connectorName": "sql",
"stagingName": "cypresstest"
},
{
"connectorName": "nlp",
"stagingName": "product"
}
]
}
}
]
}