v0.14.0
·
289 commits
to refs/heads/main
since this release
PyAirbyte v0.14.0 - The Hackathon Release! 🤖 🚀
This is a very special release of PyAirbyte - all contributions were provided by our community Hackathon participants! A very big thanks to everyone who participated in the Hackathon! 🙏
✨ New Feature
- Adds Apache Arrow interface with new methods
Dataset.to_arrow()andCache.get_arrow_dataset()(#281) - Thanks, Aviraj Gour (@avirajsingh7)!
💪 Quality of Life Improvements
- Print message when syncing incremental streams, provides better context to "0 records" output message when re-running incremental streams in
Source.read()(#282) - Thanks, Aviraj Gour (@avirajsingh7)! - Adds log message whenever a new stream starts in
Source.read()(#288) - Thanks, vspanxcode (@vspanxcode)! - Instead of failing, raise a warning if stream selection is performed before config is set (#285) - Thanks, Suraj (@Suraj-Vishwakarma70)!