etlantic-prefect
Version 0.54.0 (lockstep with ETLantic core).
Optional Prefect ExecutionScheduler for ETLantic (etlantic.scheduler/1).
The local MVP is shipped in ETLantic 0.20.
This is not an Airflow-style compile_plan / DAG compiler. It coordinates
already-resolved PipelinePlan logical nodes via Prefect 3 tasks while ETLantic
owns validation, retries, materialization, and PipelineRunReport.
Install
pip install etlantic-prefect
Usage
from etlantic import Profile, PipelineRuntime
profile = Profile(name="dev", orchestrator="prefect")
report = MyPipeline.run(profile=profile, runtime=runtime)
Local direct invocation only for the shipped 0.20 MVP — no Prefect Cloud/server or
deployment/serve required. Keep LocalScheduler (orchestrator="local") as the
default development path.
Decision table
| Path | Protocol | Package |
|---|---|---|
| Local in-process | ExecutionScheduler |
built-in |
| Prefect direct execution | ExecutionScheduler |
etlantic-prefect |
| Airflow DAG artifacts | OrchestratorPlugin / compile_plan |
etlantic-airflow |
Links
Release files for etlantic-prefect 0.54.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| etlantic_prefect-0.54.0.tar.gz | 4.5 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| etlantic_prefect-0.54.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 10.1 kB
Release files / etlantic_prefect-0.54.0.tar.gz
| Download URL | etlantic_prefect-0.54.0.tar.gz |
|---|---|
| Size | 4.5 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
3dc7aeaafd0885798302ff2d7e870cbbb5f765627a03c7a1d5df09152c521674
|
|
BLAKE2b-256 checksum How to use checksums |
620d145f579f0b590b8ba07db222adfcbff491b0b63ff37d464219141824584d
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
uv/0.12.0 {"installer":{"name":"uv","version":"0.12.0","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
|
Release files / etlantic_prefect-0.54.0-py3-none-any.whl
| Download URL | etlantic_prefect-0.54.0-py3-none-any.whl |
|---|---|
| Size | 5.6 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
aa4c96242ae5b3ce5dc0251f51361b478d91b9da3a71c1fff51b7ec5db9b7781
|
|
BLAKE2b-256 checksum How to use checksums |
5ceb7fe06f1e0a80440efe73d1db4201aa64a6e4684615919022cbaf5be38c72
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
uv/0.12.0 {"installer":{"name":"uv","version":"0.12.0","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
|