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/subdag.yaml

29 lines
443 B
YAML

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