Skip to content

etlantic-prefect API

Status: Available in ETLantic 0.41.0. Prefect local scheduler MVP. Install narrative: package README. Hub: Optional packages API.

Setup

pip install 'etlantic-prefect==0.41.0'
import etlantic_prefect
print(etlantic_prefect.__version__)

Failure modes

Topic Behavior
Missing Prefect Scheduler discovery / trust

Public API

etlantic_prefect

etlantic-prefect — Prefect ExecutionScheduler for ETLantic 0.16.

PrefectScheduler

PrefectScheduler()

Optional Prefect direct-execution scheduler (local MVP, no deploy/serve).

create_plugin

create_plugin() -> PrefectScheduler

Entry-point factory for etlantic.scheduler_plugins.

plugin

Prefect ExecutionScheduler for ETLantic (etlantic.scheduler/1).

PrefectScheduler

PrefectScheduler()

Optional Prefect direct-execution scheduler (local MVP, no deploy/serve).

create_plugin

create_plugin() -> PrefectScheduler

Entry-point factory for etlantic.scheduler_plugins.