snapshot current state before gitea sync
This commit is contained in:
52
DataVaultGenerator/schema/entities/link.yaml
Normal file
52
DataVaultGenerator/schema/entities/link.yaml
Normal file
@@ -0,0 +1,52 @@
|
||||
type: link
|
||||
name: Link
|
||||
displayname: Link
|
||||
namespace: model
|
||||
schema:
|
||||
# GeneratorEntity
|
||||
name:
|
||||
type: string
|
||||
required: True
|
||||
type:
|
||||
type: string
|
||||
required: True
|
||||
subtype:
|
||||
type: string
|
||||
generate:
|
||||
type: integer
|
||||
allowed: [0,1]
|
||||
extra:
|
||||
type: [list, dict, string, integer]
|
||||
description:
|
||||
type: string
|
||||
sql_pre_hook:
|
||||
type: string
|
||||
sql_post_hook:
|
||||
type: string
|
||||
# DataVaultEntity
|
||||
layer:
|
||||
type: string
|
||||
dbentity:
|
||||
schema: dbentity
|
||||
exclude_commonattributes:
|
||||
type: list
|
||||
# Specific
|
||||
key:
|
||||
type: string
|
||||
hubs:
|
||||
type: list
|
||||
required: True
|
||||
schema:
|
||||
type: string
|
||||
links:
|
||||
type: list
|
||||
schema:
|
||||
type: string
|
||||
drivingkeys:
|
||||
type: list
|
||||
schema:
|
||||
type: string
|
||||
|
||||
# Attributes:
|
||||
attributes: attributes
|
||||
|
||||
Reference in New Issue
Block a user