implemented first reference workflows

This commit is contained in:
2025-12-03 16:09:09 +01:00
parent 82ad0691c0
commit 4f234670b8
4 changed files with 389 additions and 73 deletions

View File

@@ -195,5 +195,7 @@ raw_data_query_schema_map: PolarsSchema = {
"BEDP_MAN": pl.UInt8,
"BEDP_MENGE_BEDARF_VM": pl.UInt32,
"MELDENUMMER": pl.UInt8,
"VERLAGSNR": pl.UInt32,
"MENGE_VORMERKER": pl.UInt32,
"MANDFUEHR": pl.UInt8,
}

View File

@@ -21,8 +21,12 @@ class PipelineResult:
results: pl.DataFrame
open: pl.DataFrame
def __len__(self) -> int:
return len(self.results) + len(self.open)
class Freigabe(enum.Enum):
WF_100 = False
WF_200 = False
WF_900 = False
WF_910 = False