|
10 | 10 | "sourceRowIdAttribute": "SOURCE_ROW_ID"
|
11 | 11 | },
|
12 | 12 | "generationSpecificMetadata": {
|
13 |
| - "selectedDataObject": "DIM_CUSTOMER", |
14 |
| - "generationDateTime": "2021-02-17T18:13:49.4578582+10:00" |
| 13 | + "selectedDataObject": { |
| 14 | + "name": "DIM_CUSTOMER", |
| 15 | + "dataObjectConnection": { |
| 16 | + "dataConnectionString": "Presentation", |
| 17 | + "extensions": [ |
| 18 | + { |
| 19 | + "key": "database", |
| 20 | + "value": "VirtualDWH", |
| 21 | + "description": "database name" |
| 22 | + }, |
| 23 | + { |
| 24 | + "key": "schema", |
| 25 | + "value": "dbo", |
| 26 | + "description": "schema name" |
| 27 | + } |
| 28 | + ] |
| 29 | + }, |
| 30 | + "dataObjectClassifications": [ |
| 31 | + { |
| 32 | + "classification": "Presentation" |
| 33 | + } |
| 34 | + ] |
| 35 | + } |
15 | 36 | },
|
16 | 37 | "dataObjectMappings": [
|
17 | 38 | {
|
|
24 | 45 | "sourceDataObjects": [
|
25 | 46 | {
|
26 | 47 | "name": "HUB_CUSTOMER",
|
27 |
| - "dataItems": [ |
28 |
| - { |
29 |
| - "name": "CUSTOMER_ID" |
30 |
| - } |
31 |
| - ], |
32 | 48 | "dataObjectConnection": {
|
33 | 49 | "dataConnectionString": "Integration",
|
34 | 50 | "extensions": [
|
35 | 51 | {
|
36 | 52 | "key": "database",
|
37 |
| - "value": "200_Integration_Layer", |
| 53 | + "value": "VirtualDWH", |
38 | 54 | "description": "database name"
|
39 | 55 | },
|
40 | 56 | {
|
|
49 | 65 | "classification": "CoreBusinessConcept"
|
50 | 66 | }
|
51 | 67 | ]
|
52 |
| - }, |
53 |
| - { |
54 |
| - "name": "SAT_CUSTOMER", |
55 |
| - "dataItems": [ |
56 |
| - { |
57 |
| - "name": "DATE_OF_BIRTH" |
58 |
| - }, |
| 68 | + } |
| 69 | + ], |
| 70 | + "targetDataObject": { |
| 71 | + "name": "DIM_CUSTOMER", |
| 72 | + "dataObjectConnection": { |
| 73 | + "dataConnectionString": "Presentation", |
| 74 | + "extensions": [ |
59 | 75 | {
|
60 |
| - "name": "GIVEN_NAME" |
| 76 | + "key": "database", |
| 77 | + "value": "VirtualDWH", |
| 78 | + "description": "database name" |
61 | 79 | },
|
62 | 80 | {
|
63 |
| - "name": "SUBURB" |
64 |
| - } |
65 |
| - ], |
66 |
| - "dataObjectConnection": { |
67 |
| - "dataConnectionString": "Integration", |
68 |
| - "extensions": [ |
69 |
| - { |
70 |
| - "key": "database", |
71 |
| - "value": "200_Integration_Layer", |
72 |
| - "description": "database name" |
73 |
| - }, |
74 |
| - { |
75 |
| - "key": "schema", |
76 |
| - "value": "dbo", |
77 |
| - "description": "schema name" |
78 |
| - } |
79 |
| - ] |
80 |
| - }, |
81 |
| - "dataObjectClassifications": [ |
82 |
| - { |
83 |
| - "classification": "Context" |
| 81 | + "key": "schema", |
| 82 | + "value": "dbo", |
| 83 | + "description": "schema name" |
84 | 84 | }
|
85 | 85 | ]
|
86 | 86 | },
|
| 87 | + "dataObjectClassifications": [ |
| 88 | + { |
| 89 | + "classification": "Presentation" |
| 90 | + } |
| 91 | + ] |
| 92 | + }, |
| 93 | + "dataItemMappings": [ |
87 | 94 | {
|
88 |
| - "name": "SAT_CUSTOMER_ADDITIONAL_DETAILS", |
89 |
| - "dataItems": [ |
| 95 | + "sourceDataItems": [ |
90 | 96 | {
|
91 |
| - "name": "CONTACT_NUMBER" |
| 97 | + "name": "CUSTOMER_ID" |
92 | 98 | }
|
93 | 99 | ],
|
| 100 | + "targetDataItem": { |
| 101 | + "name": "CUSTOMER_ID" |
| 102 | + } |
| 103 | + } |
| 104 | + ], |
| 105 | + "businessKeys": [ |
| 106 | + { |
| 107 | + "businessKeyComponentMapping": [ |
| 108 | + { |
| 109 | + "sourceDataItems": [ |
| 110 | + { |
| 111 | + "name": "CUSTOMER_SK", |
| 112 | + "isHardCodedValue": false |
| 113 | + } |
| 114 | + ], |
| 115 | + "targetDataItem": { |
| 116 | + "name": "CUSTOMER_SK" |
| 117 | + } |
| 118 | + } |
| 119 | + ], |
| 120 | + "surrogateKey": "DIM_CUSTOMER_SK" |
| 121 | + } |
| 122 | + ], |
| 123 | + "filterCriterion": "", |
| 124 | + "enabled": true |
| 125 | + }, |
| 126 | + { |
| 127 | + "mappingName": "DIM_CUSTOMER", |
| 128 | + "mappingClassifications": [ |
| 129 | + { |
| 130 | + "classification": "Presentation" |
| 131 | + } |
| 132 | + ], |
| 133 | + "sourceDataObjects": [ |
| 134 | + { |
| 135 | + "name": "SAT_CUSTOMER", |
94 | 136 | "dataObjectConnection": {
|
95 | 137 | "dataConnectionString": "Integration",
|
96 | 138 | "extensions": [
|
97 | 139 | {
|
98 | 140 | "key": "database",
|
99 |
| - "value": "200_Integration_Layer", |
| 141 | + "value": "VirtualDWH", |
100 | 142 | "description": "database name"
|
101 | 143 | },
|
102 | 144 | {
|
|
120 | 162 | "extensions": [
|
121 | 163 | {
|
122 | 164 | "key": "database",
|
123 |
| - "value": "300_Presentation_Layer", |
| 165 | + "value": "VirtualDWH", |
124 | 166 | "description": "database name"
|
125 | 167 | },
|
126 | 168 | {
|
|
136 | 178 | }
|
137 | 179 | ]
|
138 | 180 | },
|
139 |
| - "relatedDataObjects": [ |
140 |
| - { |
141 |
| - "name": "Metadata", |
142 |
| - "dataObjectConnection": { |
143 |
| - "dataConnectionString": "Metadata", |
144 |
| - "extensions": [ |
145 |
| - { |
146 |
| - "key": "database", |
147 |
| - "value": "900_Metadata", |
148 |
| - "description": "database name" |
149 |
| - }, |
150 |
| - { |
151 |
| - "key": "schema", |
152 |
| - "value": "dbo", |
153 |
| - "description": "schema name" |
154 |
| - } |
155 |
| - ] |
156 |
| - }, |
157 |
| - "dataObjectClassifications": [ |
158 |
| - { |
159 |
| - "classification": "Metadata" |
160 |
| - } |
161 |
| - ] |
162 |
| - } |
163 |
| - ], |
164 | 181 | "dataItemMappings": [
|
165 |
| - { |
166 |
| - "sourceDataItems": [ |
167 |
| - { |
168 |
| - "name": "CUSTOMER_ID" |
169 |
| - } |
170 |
| - ], |
171 |
| - "targetDataItem": { |
172 |
| - "name": "CUSTOMER_ID" |
173 |
| - } |
174 |
| - }, |
175 | 182 | {
|
176 | 183 | "sourceDataItems": [
|
177 | 184 | {
|
|
201 | 208 | "targetDataItem": {
|
202 | 209 | "name": "SUBURB"
|
203 | 210 | }
|
| 211 | + } |
| 212 | + ], |
| 213 | + "businessKeys": [ |
| 214 | + { |
| 215 | + "businessKeyComponentMapping": [ |
| 216 | + { |
| 217 | + "sourceDataItems": [ |
| 218 | + { |
| 219 | + "name": "CUSTOMER_SK", |
| 220 | + "isHardCodedValue": false |
| 221 | + } |
| 222 | + ], |
| 223 | + "targetDataItem": { |
| 224 | + "name": "CUSTOMER_SK" |
| 225 | + } |
| 226 | + } |
| 227 | + ], |
| 228 | + "surrogateKey": "DIM_CUSTOMER_SK" |
| 229 | + } |
| 230 | + ], |
| 231 | + "filterCriterion": "", |
| 232 | + "enabled": true |
| 233 | + }, |
| 234 | + { |
| 235 | + "mappingName": "DIM_CUSTOMER", |
| 236 | + "mappingClassifications": [ |
| 237 | + { |
| 238 | + "classification": "Presentation" |
| 239 | + } |
| 240 | + ], |
| 241 | + "sourceDataObjects": [ |
| 242 | + { |
| 243 | + "name": "SAT_CUSTOMER_ADDITIONAL_DETAILS", |
| 244 | + "dataObjectConnection": { |
| 245 | + "dataConnectionString": "Integration", |
| 246 | + "extensions": [ |
| 247 | + { |
| 248 | + "key": "database", |
| 249 | + "value": "VirtualDWH", |
| 250 | + "description": "database name" |
| 251 | + }, |
| 252 | + { |
| 253 | + "key": "schema", |
| 254 | + "value": "dbo", |
| 255 | + "description": "schema name" |
| 256 | + } |
| 257 | + ] |
| 258 | + }, |
| 259 | + "dataObjectClassifications": [ |
| 260 | + { |
| 261 | + "classification": "Context" |
| 262 | + } |
| 263 | + ] |
| 264 | + } |
| 265 | + ], |
| 266 | + "targetDataObject": { |
| 267 | + "name": "DIM_CUSTOMER", |
| 268 | + "dataObjectConnection": { |
| 269 | + "dataConnectionString": "Presentation", |
| 270 | + "extensions": [ |
| 271 | + { |
| 272 | + "key": "database", |
| 273 | + "value": "VirtualDWH", |
| 274 | + "description": "database name" |
| 275 | + }, |
| 276 | + { |
| 277 | + "key": "schema", |
| 278 | + "value": "dbo", |
| 279 | + "description": "schema name" |
| 280 | + } |
| 281 | + ] |
204 | 282 | },
|
| 283 | + "dataObjectClassifications": [ |
| 284 | + { |
| 285 | + "classification": "Presentation" |
| 286 | + } |
| 287 | + ] |
| 288 | + }, |
| 289 | + "dataItemMappings": [ |
205 | 290 | {
|
206 | 291 | "sourceDataItems": [
|
207 | 292 | {
|
|
219 | 304 | {
|
220 | 305 | "sourceDataItems": [
|
221 | 306 | {
|
222 |
| - "name": "CUSTOMER_SK" |
| 307 | + "name": "CUSTOMER_SK", |
| 308 | + "isHardCodedValue": false |
223 | 309 | }
|
224 | 310 | ],
|
225 | 311 | "targetDataItem": {
|
|
230 | 316 | "surrogateKey": "DIM_CUSTOMER_SK"
|
231 | 317 | }
|
232 | 318 | ],
|
| 319 | + "filterCriterion": "", |
233 | 320 | "enabled": true
|
234 | 321 | }
|
235 | 322 | ]
|
|
0 commit comments