This repository was archived by the owner on Apr 17, 2025. It is now read-only.
Release v0.3.0
✨ What's Changed
- feat: add lazyframe support for parquet and delta by @ion-elgreco in #52.
sink_df_to_pathmethod can be used to implementLazyFramesinking cloud_storage_optionsconfig field added. Supports passing values withdagster.EnvVar, for example:
PolarsDeltaIOManager(cloud_storage_options={"aws_secret_access_key": EnvVar("AWS_SECRET_ACCESS_KEY")})- removed legacy pyarrow parquet reader
💥 Breaking Changes
- minimal compatible
polarsversion has been increased to0.20.0 BasePolarsUPathIOManager- renameddump_df_to_pathtowrite_df_to_path
🤝 New Contributors
- @ion-elgreco made their first contribution in #52. Thank you for your work!
Full Changelog: v0.2.2...v0.3.0