41 lines
672 B
YAML
41 lines
672 B
YAML
type: reference
|
|
name: reference
|
|
displayname: Reference Table
|
|
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
|
|
data:
|
|
type: list
|
|
schema:
|
|
type: list
|
|
query:
|
|
type: string
|
|
# Attributes:
|
|
attributes: attributes |