generated from dopt-python/py311
test queries
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user