File tree Expand file tree Collapse file tree 2 files changed +2
-29
lines changed
mastering-carol/sql-pipelines Expand file tree Collapse file tree 2 files changed +2
-29
lines changed Original file line number Diff line number Diff line change 27
27
]
28
28
}
29
29
},
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
- },
57
30
{
58
31
"useBatchNotification" : false ,
59
32
"pipelineName" : " organization_pipeline" ,
Original file line number Diff line number Diff line change @@ -34,8 +34,8 @@ company_organization AS (
34
34
),
35
35
combinedSources AS (
36
36
SELECT * FROM organization_organization
37
- -- UNION ALL
38
- -- SELECT * FROM company_organization
37
+ UNION ALL
38
+ SELECT * FROM company_organization
39
39
),
40
40
processedData AS (
41
41
SELECT *
You can’t perform that action at this time.
0 commit comments