Dag
Utilities related to DAGs and creating DAGs.
Config
¶
Bases: BaseModel
Default config definition.
Attributes:
Name | Type | Description |
---|---|---|
version |
int
|
(int) version of the parser |
description |
str | None
|
(str) short description of the configs (for humans) |
parse_config_file
¶
parse_config_file(resource_paths: Iterable[Path], parser: Callable[..., T]) -> list[T]