etlantic-polars
Polars dataframe plugin and Polars portable transform compiler for
ETLantic 0.43. Install when
you select Profile(dataframe_engine="polars") or need portable DTCS
compilation on Polars. Keep the pin matched to core.
Note: This plugin and ETLantic core use Beta classifiers for documented single-tenant pilots. Classifiers are not an enterprise SLA.
Install
pip install 'etlantic-polars==0.43.0'
# Optional Arrow interchange:
pip install 'etlantic-polars[arrow]==0.43.0'
# pip install 'etlantic==0.43.0'
Dataframe plugin
Supports eager DataFrame execution and LazyFrame preservation until an
explicit collection boundary declared in the PipelinePlan.
Entry point: etlantic.dataframe_plugins → etlantic_polars:create_plugin.
Portable transform compiler
Claims dtcs:profile/portable-relational-kernel/1 and
dtcs:profile/portable-relational/1. Executes kernel actions plus join, union,
aggregate, sort, distinct, deduplicate, and limit without a native
@implementation("polars").
from etlantic import Profile
from etlantic_polars import create_transform_compiler
Profile(
name="polars-portable",
dataframe_engine="polars",
portable_transform_policy="require", # or prefer / native
)
compiler = create_transform_compiler()
print(compiler.info.name, sorted(compiler.info.capabilities.profiles))
Entry point: etlantic.transform_compilers →
etlantic_polars:create_transform_compiler.
Runnable example: examples/portable_polars_kernel.py in the ETLantic repo.
Window V1, complex-type/value, and conversion profiles are available in the current compiler; explicit window frames and Window V2 remain capability-gated. See the compiler protocol and compatibility matrix.
Links
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_polars-0.43.0.tar.gz.
File metadata
- Download URL: etlantic_polars-0.43.0.tar.gz
- Upload date:
- Size: 14.6 kB
- Tags: Source
- Uploaded using 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}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cb1fb1e442fa1b368efb7945ce1f39db106ef9a825c69e35727c063aa99eb80a
|
|
| MD5 |
38ae9fc329121a417b1d10385d5fc022
|
|
| BLAKE2b-256 |
e143179bfee7fc2796e8f2796d872643055e739aea9ec329576a59f4d5a8322c
|
File details
Details for the file etlantic_polars-0.43.0-py3-none-any.whl.
File metadata
- Download URL: etlantic_polars-0.43.0-py3-none-any.whl
- Upload date:
- Size: 17.4 kB
- Tags: Python 3
- Uploaded using 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}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
717f5178fbd86765e174ef3d3371ca58cf86e2137568e51beaf897ed140ea7d1
|
|
| MD5 |
dfbd92322bf46ae1e3fe11991fd210cf
|
|
| BLAKE2b-256 |
898a88336fe4eba1fe1cd5258d675c98f0fef99070bd85ca9bb3abe2d7be01bb
|