256
256
"TemplateNotes" : " Creating DIRECT registration scripts."
257
257
},
258
258
{
259
- "TemplateName" : " 500 Data Vault Hub Generate Tables for DIRECT wrapper " ,
259
+ "TemplateName" : " 500 Data Vault Hub Generate Tables" ,
260
260
"TemplateType" : " CoreBusinessConcept" ,
261
261
"TemplateConnectionKey" : " IntegrationConnectionInternalId" ,
262
262
"TemplateOutputFileConvention" : " {targetDataObject.name}.sql" ,
263
263
"TemplateFilePath" : " templateHubGenerateTables.handlebars" ,
264
- "TemplateNotes" : " Creating tables using the DIRECT standard conventions."
264
+ "TemplateNotes" : " Creating tables for Core Business Concepts."
265
+ },
266
+ {
267
+ "TemplateName" : " 500 Data Vault Link Generate Tables" ,
268
+ "TemplateType" : " NaturalBusinessRelationship" ,
269
+ "TemplateConnectionKey" : " IntegrationConnectionInternalId" ,
270
+ "TemplateOutputFileConvention" : " {targetDataObject.name}.sql" ,
271
+ "TemplateFilePath" : " templateLinkGenerateTables.handlebars" ,
272
+ "TemplateNotes" : " Creating tables for Natural Business Relationships."
273
+ },
274
+ {
275
+ "TemplateName" : " 500 Data Vault Satellite Generate Tables" ,
276
+ "TemplateType" : " Context" ,
277
+ "TemplateConnectionKey" : " IntegrationConnectionInternalId" ,
278
+ "TemplateOutputFileConvention" : " {targetDataObject.name}.sql" ,
279
+ "TemplateFilePath" : " templateSatelliteGenerateTables.handlebars" ,
280
+ "TemplateNotes" : " Creating tables for Context tables."
265
281
},
266
282
{
267
283
"TemplateName" : " 500 Data Vault Satellite Batch/Module Registration for DIRECT" ,
399
415
"TemplateFilePath" : " templatePersistentStaging.handlebars" ,
400
416
"TemplateNotes" : " This template expects a full copy of incoming data to be placed in a landing area, and performs a full outer join to detects data changes."
401
417
}
402
- ]
418
+ ]
0 commit comments