Last updated:
0 purchases
pipendry 0.11.0
pipen-dry
Dry runner for pipen
It is useful to quickly check if there are misconfigurations for your pipeline without actually running it.
Install
pip install -U pipen-dry
Usage
Use it for process
class P1(Proc):
scheduler = "dry"
Use it for pipeline
Pipen(scheduler="dry", ...)
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.