Breaking Changes
If you used pipeline.dataset()
and used ibis
syntax to write queries please read below:
- Dataset Access -
pipeline.dataset()
- with Ibis Expressions has slightly changed, you will need to update your existing codebase if you are using Ibis Expressions. If you were using the Dataset without having Ibis installed, or without using any Ibis features, no changes are needed.
Core Library
- fix filesystem config section by @sh-rp in #2865
- fix: typing for updated datasets and relations
Protocols
by @zilto in #2870 - Add workspace extra and rename marimo app to "pipeline dashboard" by @sh-rp in #2876
- rest_api: Redact secrets in logs, add configurable response body in errors by @burnash in #2867
- fixes range_start=open in incremental by @rudolfix in #2873
- feat: autocompletion added for dataset and relation when in Notebook by @zilto in #2891
- Fix logger.isEnabledFor() TypeError by @burnash in #2882
- fixes arrow/pandas dependencies in extras and dep groups by @rudolfix in #2895
Docs
- simplify playground setup cell by @sh-rp in #2857
- do not run lancedb custom destination example test on forked subprocess by @djudjuu in #2854
- Added troubleshooting steps for Databricks and other minor updates by @dat-a-man in #2871
- add ibis dataset migration guide by @sh-rp in #2874
- docs: adds documentation for column subset selection in sql_database source by @franloza in #2869
New Contributors
Full Changelog: 1.12.3...1.14.1