Skip to content

Commit 0d17082

Browse files
committed
Updating.
1 parent 770e091 commit 0d17082

File tree

2 files changed

+2
-29
lines changed

2 files changed

+2
-29
lines changed

mastering-carol/sql-pipelines/pipelines.json

Lines changed: 0 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -27,33 +27,6 @@
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-
},
5730
{
5831
"useBatchNotification": false,
5932
"pipelineName": "organization_pipeline",

mastering-carol/sql-pipelines/teste-overview-carol.csql

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ company_organization AS (
3434
),
3535
combinedSources AS (
3636
SELECT * FROM organization_organization
37-
-- UNION ALL
38-
-- SELECT * FROM company_organization
37+
UNION ALL
38+
SELECT * FROM company_organization
3939
),
4040
processedData AS (
4141
SELECT *

0 commit comments

Comments
 (0)