pipen-dry

March 7, 2023 ยท View on GitHub

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", ...)