Skip to content

Commit 2404e3f

Browse files
committed
Update loadPatternSatelliteView.Handlebars
1 parent 391122f commit 2404e3f

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

Virtual_EDW/LoadPatterns/loadPatternSatelliteView.Handlebars

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -110,19 +110,6 @@ FROM
110110
) AS COMBINED_VALUE
111111
FROM [{{sourceDataObjects.0.dataObjectConnection.extensions.1.value}}].[{{sourceDataObjects.0.name}}]
112112
{{#if filterCriterion}}WHERE {{filterCriterion}} {{/if}}
113-
UNION
114-
SELECT DISTINCT
115-
'1900-01-01' AS [{{../metadataConfiguration.loadDateTimeAttribute}}],
116-
'1900-01-01' AS [{{../metadataConfiguration.eventDateTimeAttribute}}],
117-
'Data Warehouse' AS [{{../metadataConfiguration.recordSourceAttribute}}],
118-
0 AS [{{../metadataConfiguration.sourceRowIdAttribute}}],
119-
'N/A' AS [{{../metadataConfiguration.changeDataCaptureAttribute}}],{{#each businessKeys}} {{#each businessKeyComponentMapping}}
120-
CAST ({{sourceDataItems.0.name}} AS NVARCHAR(100)) AS [{{targetDataItem.name}}],{{/each}}{{/each}}
121-
{{#each dataItemMappings}}
122-
{{#stringcompare targetDataItem.dataItemClassification.0.classification 'MultiActive'}}[{{sourceDataItems.0.name}}]{{else}}NULL{{/stringcompare}} AS [{{sourceDataItems.0.name}}],
123-
{{/each}}
124-
0x00000000000000000000000000000000 AS COMBINED_VALUE
125-
FROM [{{sourceDataObjects.0.dataObjectConnection.extensions.1.value}}].[{{sourceDataObjects.0.name}}]
126113
) sub
127114
) combined_value
128115
WHERE

0 commit comments

Comments
 (0)