snapshot current state before gitea sync
This commit is contained in:
@@ -0,0 +1,60 @@
|
||||
type: delivery
|
||||
name: delivery
|
||||
displayname: Delivery
|
||||
namespace: model
|
||||
schema:
|
||||
# Generator Entity:
|
||||
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:
|
||||
recordsource:
|
||||
type: string
|
||||
batchmode:
|
||||
type: string
|
||||
deltaattribute:
|
||||
type: string
|
||||
deltainitialvalue:
|
||||
type: string
|
||||
query:
|
||||
type: string
|
||||
interfaces:
|
||||
type: list
|
||||
required: True
|
||||
schema:
|
||||
type: string
|
||||
sourcesystem:
|
||||
type: string
|
||||
sourcetype:
|
||||
type: string
|
||||
ldts_source:
|
||||
type: string
|
||||
properties:
|
||||
type: dict
|
||||
|
||||
# Attributes:
|
||||
attributes: attributes
|
||||
|
||||
Reference in New Issue
Block a user