Skip to content

Commit

Permalink
Create pipelinesv2.json
Browse files Browse the repository at this point in the history
  • Loading branch information
poffo authored Oct 16, 2024
1 parent a0d0395 commit eed2c8f
Showing 1 changed file with 70 additions and 0 deletions.
70 changes: 70 additions & 0 deletions mastering-carol/sql-pipelines/pipelinesv2.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,70 @@
{
"defaults": {
"cronExpressions": ["0 0 * * * ?"],
"prepareScripts": [""]
},
"pipelines": [
{
"useBatchNotification": false,
"checkExistsDataToProcess": true,
"pipelineName": "businesspartner_pipeline",
"pipelineDescription": "Pipeline para processar dados de Business Partner",
"outputDataModelName": "mdbusinesspartner",
"overlapDeltaMinutes": 60,
"saveToCds": false,
"saveToUnified": true,
"sendToSubscriptions": true,
"cronExpressions": ["0 0 * * * ?"],
"timeZone": "America/Sao_Paulo",
"prepareScripts": [""],
"processScript": "businesspartner.csql",
"sourceEntities": {
"dataModels": [],
"stagings": [
{
"connectorName": "protheus_carol",
"stagingName": "sa1"
},
{
"connectorName": "protheus_carol",
"stagingName": "se1"
}
]
}
},
{
"useBatchNotification": false,
"pipelineName": "organization_pipeline",
"pipelineDescription": "Pipeline para processar dados de Organization.",
"outputDataModelName": "organization",
"overlapDeltaMinutes": 60,
"saveToCds": false,
"saveToUnified": true,
"sendToSubscriptions": true,
"cronExpressions": ["0 0 * * * ?"],
"timeZone": "America/Sao_Paulo",
"additionalParameters" : {
"manifestVersion": "v2"
},
"prepareScripts": [""],
"processScript": "organization.csql",
"sourceEntities": {
"dataModels": [],
"stagings": [
{
"connectorName": "protheus_carol",
"stagingName": "organization"
},
{
"connectorName": "protheus_carol",
"stagingName": "company"
},
{
"connectorName": "protheus_carol",
"stagingName": "se2"
}
]
}
}
]
}

0 comments on commit eed2c8f

Please sign in to comment.