Prefect ExecutionScheduler plugin for ETLantic.
Project description
etlantic-prefect
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]==0.26.0"
# or
pip install 'etlantic==0.26.0' 'etlantic-prefect==0.26.0'
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 |
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file etlantic_prefect-0.26.0.tar.gz.
File metadata
- Download URL: etlantic_prefect-0.26.0.tar.gz
- Upload date:
- Size: 4.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.11.3 {"installer":{"name":"uv","version":"0.11.3","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}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6a66515362519316c36df42413438b5f8118b3ba93dd56475e950b8d23243eea
|
|
| MD5 |
508a8019f80b4b2657fbfb72c5227b97
|
|
| BLAKE2b-256 |
ba860a46a36bbdeb51442097f60e2774fc123116e572c60f11730dcb8e45b54d
|
File details
Details for the file etlantic_prefect-0.26.0-py3-none-any.whl.
File metadata
- Download URL: etlantic_prefect-0.26.0-py3-none-any.whl
- Upload date:
- Size: 5.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.11.3 {"installer":{"name":"uv","version":"0.11.3","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}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6e75f8a49f1d92ac2193648e80d8ef0c17246065dfe859a00a2bac54690c9e36
|
|
| MD5 |
506df331964add2789745e761aec4ea8
|
|
| BLAKE2b-256 |
e6787926ce5381c17452ad419a687cd77070d36817d29fa064755adf11d8fe9e
|