snapshot current state before gitea sync

This commit is contained in:
2026-02-18 10:50:24 +01:00
commit 93a3f9e6fe
59 changed files with 4540 additions and 0 deletions
@@ -0,0 +1,52 @@
type: bridge
name: bridge
displayname: Bridge Table
namespace: model
schema:
# GeneratorEntity
name:
type: string
required: True
type:
type: string
required: True
subtype:
type: string
allowed: [base]
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
updatemode:
type: string
allowed: [full, merge, append, custom]
snapshotattribute:
type: dict
schema: attribute
snapshotquery:
type: string
bridgeattributes: attributes
hubs:
type: list
schema:
type: string
links:
type: list
schema:
type: string
@@ -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
@@ -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
@@ -0,0 +1,37 @@
type: generictable
name: generictable
displayname: Generic Table
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:
# Attributes:
attributes: attributes
@@ -0,0 +1,39 @@
type: generictask
name: generictask
displayname: Generic Task
namespace: model
schema:
# Generator Entity:
name:
type: string
required: True
type:
type: string
required: True
subtype:
type: string
required: True
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
# Specific:
sources:
type: list
required: True
targets:
type: list
required: True
@@ -0,0 +1,41 @@
type: generictransformation
name: generictransformation
displayname: Generic Transformation
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
# Specific:
query:
type: string
required: True
sources:
type: list
required: True
targets:
type: list
required: True
@@ -0,0 +1,59 @@
type: hub
name: Hub
displayname: Hub
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
# Specific
key:
type: string
key_treatment:
type: dict
schema:
trim:
type: string
allowed: ['left', 'right', 'both']
case:
type: string
allowed: ['upper', 'lower', 'keep']
roleof:
type: string
caseSesitive:
type: integer
allowed: [0,1]
# Attributes:
attributes: attributes
boilerplate: |
name: {unique_name}
type: hub
key: primary_key_name # Hashkey
description: 'optional description'
attributes:
- {name: 'businesskey1', type: 'nvarchar(200)'}
@@ -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
@@ -0,0 +1,61 @@
type: pit
name: pit
displayname: Point in Time Table
namespace: model
schema:
# GeneratorEntity
name:
type: string
required: True
type:
type: string
required: True
subtype:
type: string
allowed: [base]
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
snapshotmode:
type: string
required: True
allowed: [latest, snapshotquery, full, snapshottable]
baseentity:
type: string
required: True
satellites:
type: list
required: True
schema:
type: string
snapshotattribute:
type: dict
schema: attribute
snapshottable:
type: string
snapshottableattribute:
type: string
snapshotquery:
type: string
pitattributes:
type: list
schema:
type: list
query:
type: string
@@ -0,0 +1,41 @@
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
@@ -0,0 +1,6 @@
type: report
name: report
displayname: Report
namespace: reporting
schema:
@@ -0,0 +1,48 @@
type: satellite
name: Satellite
displayname: Satellite
namespace: model
schema:
# GeneratorEntity
name:
type: string
required: True
type:
type: string
required: True
subtype:
type: string
allowed: [base,drivingkeystatus]
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
parent:
type: string
required: True
hashdiff_attribute_treatment:
type: dict
schema:
trim:
type: string
allowed: ['left', 'right', 'both']
case:
type: string
allowed: ['upper', 'lower', 'keep']
# Attributes:
attributes: attributes
@@ -0,0 +1,26 @@
type: source
name: source
displayname: Source interface
namespace: source
schema:
# Generator Entity:
name:
type: string
required: True
type:
type: string
required: True
description:
type: string
# Specific:
sourcetype:
type: string
sourcesystem:
type: string
dbentity:
schema: dbentity
properties:
type: dict
# Attributes:
attributes: attributes
@@ -0,0 +1,23 @@
type: sourcesystem
name: sourcesystem
displayname: Source System
namespace: sourcesystem
schema:
# Generator Entity:
name:
type: string
required: True
type:
type: string
required: True
description:
type: string
# Specific:
shortname:
type: string
connectionname:
type: string
sourcesystemtype:
type: string
sys_specification:
type: string
@@ -0,0 +1,29 @@
type: subdag
name: subdag
displayname: Sub Dag
namespace: dag
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
# Specific:
entrypoints:
type: list
excludes:
type: list
key:
type: string
@@ -0,0 +1,59 @@
type: view
name: view
displayname: View
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
# Attributes:
attributes: attributes
# Specific:
query:
type: string
required: True
materialize:
type: integer
allowed: [0,1]
materialization:
type: dict
schema:
mode:
type: string
allowed: ['merge', 'full']
target:
type: string
layer:
type: string
mergekeys:
type: list
schema:
type: string
query:
type: string