snapshot current state before gitea sync
This commit is contained in:
@@ -0,0 +1,49 @@
|
||||
type: composite
|
||||
name: composite
|
||||
displayname: Composite
|
||||
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:
|
||||
type: dict
|
||||
schema:
|
||||
name:
|
||||
type: string
|
||||
filegroup:
|
||||
type: string
|
||||
database:
|
||||
type: string
|
||||
schema:
|
||||
type: string
|
||||
properties:
|
||||
type: dict
|
||||
exclude_commonattributes:
|
||||
type: list
|
||||
# Attributes:
|
||||
attributes: attributes
|
||||
# Specific:
|
||||
query:
|
||||
type: string
|
||||
required: True
|
||||
Reference in New Issue
Block a user