test queries

This commit is contained in:
2025-12-05 15:20:05 +01:00
parent 4f234670b8
commit 6a7ccb8e27
2 changed files with 23 additions and 5 deletions

View File

@@ -513,7 +513,7 @@ def workflow_100_petersen(
) -> types.PipelineResult:
# difference WDB and others
# WDB branch
# // WDB branch
filter_meldenummer = pl.col("MELDENUMMER") == 18
filter_mandant = pl.col("BEDP_MAN") == 90
filter_WDB = pl.col("VERLAGSNR").is_in((76008, 76070))
@@ -563,7 +563,7 @@ def workflow_100_petersen(
)
pipe_result.open = res.out_
# other branch
# // other branch
filter_meldenummer = pl.col("MELDENUMMER") == 18
filter_mandant = pl.col("BEDP_MAN") == 90
filter_number_vm = pl.col(vm_criterion) > 0