This repository has been archived on 2026-03-20. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
datavaultgenerator-1.1.5/DataVaultGenerator/schema/entities/generictask.yaml

39 lines
628 B
YAML

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