You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
'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}}],{{#eachbusinessKeys}}{{#eachbusinessKeyComponentMapping}}
120
-
CAST ({{sourceDataItems.0.name}} AS NVARCHAR(100)) AS [{{targetDataItem.name}}],{{/each}}{{/each}}
121
-
{{#eachdataItemMappings}}
122
-
{{#stringcomparetargetDataItem.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}}]
0 commit comments