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,
}