Skip to content

Commit 9312fc9

Browse files
committed
Tidy-ups
1 parent 6f42c25 commit 9312fc9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Virtual_EDW/Templates/templateCollection.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -463,4 +463,4 @@
463463
"TemplateFilePath": "template_test_HUB_KeyTrimCheck.handlebars",
464464
"TemplateNotes": "Unit test for checking leading or trailing spaces on the Hub business key."
465465
}
466-
]
466+
]

Virtual_EDW/Templates/templateStagingStoredProcedureDelta.Handlebars

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ PSA_CTE AS
6161
[{{sourceDataItems.0.name}}], {{/each}} {{/each}}
6262
{{../conventions.loadDateTimeAttribute}} DESC
6363
) AS MAX_ROWNUM
64-
FROM [{{lookupExtension targetDataObject.extensions "datastore"}}].[{{lookupExtension targetDataObject.extensions "location"}}].[{{targetDataObject.name}}] B
64+
FROM [{{lookupExtension relatedDataObjects.0.extensions "datastore"}}].[{{lookupExtension relatedDataObjects.0.extensions "location"}}].[{{relatedDataObjects.0.name}}] B
6565
) C ON {{#each businessKeyDefinitions}} {{#each businessKeyComponentMappings}}
6666
A.[{{targetDataItem.name}}] = C.[{{targetDataItem.name}}] AND{{/each}} {{/each}}
6767
A.[{{../conventions.sourceRowIdAttribute}}] = C.[MAX_{{../conventions.sourceRowIdAttribute}}] AND

0 commit comments

Comments
 (0)