MerchantryTidbits

data-wrangling / library

Prefect

Capability: Prefect

Use it when

  • orchestrate Python data workflows with retries, schedules, caching, and run state
  • turn existing Python scripts into observable deployable flows

What it solves

Not the fit when

  • does not supply source connectors or transformations by itself

Install

pip install prefect

Invoke

Decorate Python tasks and a flow, run prefect server start, then execute or deploy the flow with retries and logging.

Alternatives

No reviewed alternatives recorded yet.