Skip to content

Commit

Permalink
Teste manifesto pipelines.
Browse files Browse the repository at this point in the history
  • Loading branch information
poffo committed Jul 4, 2024
1 parent b7982d5 commit 770e091
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions mastering-carol/sql-pipelines/pipelines.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,33 @@
]
}
},
{
"useBatchNotification": false,
"pipelineName": "pipeline_demo",
"pipelineDescription": "Pipeline Overview Carol.",
"outputDataModelName": "organization",
"overlapDeltaMinutes": 60,
"saveToCds": false,
"saveToUnified": true,
"sendToSubscriptions": true,
"cronExpressions": ["0 0 * * * ?"],
"timeZone": "America/Sao_Paulo",
"prepareScripts": [""],
"processScript": "teste-overview-carol.csql",
"sourceEntities": {
"dataModels": [],
"stagings": [
{
"connectorName": "protheus_carol",
"stagingName": "organization"
},
{
"connectorName": "protheus_carol",
"stagingName": "company"
}
]
}
},
{
"useBatchNotification": false,
"pipelineName": "organization_pipeline",
Expand Down

0 comments on commit 770e091

Please sign in to comment.