Skip to content

Commit 3fef420

Browse files
authored
Merge pull request #13 from RoelantVos/v1.6.5
Updated examples and stg pattern.
2 parents ef6e4d8 + 23ca68d commit 3fef420

35 files changed

+3082
-203
lines changed

Virtual_EDW/Examples/DIM_CUSTOMER.json

Lines changed: 32 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
},
1212
"generationSpecificMetadata": {
1313
"selectedDataObject": "DIM_CUSTOMER",
14-
"generationDateTime": "2021-01-25T17:29:58.4876393+10:00"
14+
"generationDateTime": "2021-02-17T18:13:49.4578582+10:00"
1515
},
1616
"dataObjectMappings": [
1717
{
@@ -129,8 +129,38 @@
129129
"description": "schema name"
130130
}
131131
]
132-
}
132+
},
133+
"dataObjectClassifications": [
134+
{
135+
"classification": "Presentation"
136+
}
137+
]
133138
},
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+
],
134164
"dataItemMappings": [
135165
{
136166
"sourceDataItems": [

0 commit comments

Comments
 (0)