Skip to content

Commit 770e091

Browse files
committed
Teste manifesto pipelines.
1 parent b7982d5 commit 770e091

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

mastering-carol/sql-pipelines/pipelines.json

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,33 @@
2727
]
2828
}
2929
},
30+
{
31+
"useBatchNotification": false,
32+
"pipelineName": "pipeline_demo",
33+
"pipelineDescription": "Pipeline Overview Carol.",
34+
"outputDataModelName": "organization",
35+
"overlapDeltaMinutes": 60,
36+
"saveToCds": false,
37+
"saveToUnified": true,
38+
"sendToSubscriptions": true,
39+
"cronExpressions": ["0 0 * * * ?"],
40+
"timeZone": "America/Sao_Paulo",
41+
"prepareScripts": [""],
42+
"processScript": "teste-overview-carol.csql",
43+
"sourceEntities": {
44+
"dataModels": [],
45+
"stagings": [
46+
{
47+
"connectorName": "protheus_carol",
48+
"stagingName": "organization"
49+
},
50+
{
51+
"connectorName": "protheus_carol",
52+
"stagingName": "company"
53+
}
54+
]
55+
}
56+
},
3057
{
3158
"useBatchNotification": false,
3259
"pipelineName": "organization_pipeline",

0 commit comments

Comments
 (0)