Skip to content

Commit

Permalink
Updating.
Browse files Browse the repository at this point in the history
  • Loading branch information
poffo committed Jul 4, 2024
1 parent 770e091 commit 0d17082
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 29 deletions.
27 changes: 0 additions & 27 deletions mastering-carol/sql-pipelines/pipelines.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,33 +27,6 @@
]
}
},
{
"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
4 changes: 2 additions & 2 deletions mastering-carol/sql-pipelines/teste-overview-carol.csql
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ company_organization AS (
),
combinedSources AS (
SELECT * FROM organization_organization
-- UNION ALL
-- SELECT * FROM company_organization
UNION ALL
SELECT * FROM company_organization
),
processedData AS (
SELECT *
Expand Down

0 comments on commit 0d17082

Please sign in to comment.