Dry runner for pipen
It is useful to quickly check if there are misconfigurations for your pipeline without actually running it.
pip install -U pipen-dry
-
Use it for process
class P1(Proc): scheduler = "dry"
-
Use it for pipeline
Pipen(scheduler="dry", ...)