This patch release mostly addresses bugs and inconsistencies found in new ducklake
destination. The most significant change was to rename catalog_name
to ducklake_name
in destination.ducklake
configuration in #3153
Core Library
- fix(ducklake): 3140 disambiguate config key and default values by @zilto in #3153
- fix: explicitly replace
postgresql
bypostgres
inATTACH
(ducklake) by @zilto in #3148 - fix: 3139 pass SQLAlchemy credentials to f-string (ducklake) by @zilto in #3150
- rest_api: remove unused exceptions.py by @burnash in #3143
- fix incorrect export by @chulkilee in #3120
- Fix/3123 close sqlalchemy cursor by @rudolfix in #3136
- fix: 3145 add
read_parquet(use_arrow: bool)
by @zilto in #3149 - restclient: add support for data parameter in RESTClient and rest_api by @burnash in #3134
- Feat: Custom metrics in the incremental transform by @anuunchin in #3117
Chores
- Remove obsolete instruction from
CONTRIBUTING.md
by @jorritsandbrink in #3135 - Moves test of newest libraries on dashboard e2e tests to mac by @sh-rp in #3142
- fixes
test_track_anon_event
test by @rudolfix in #3152
Docs
- docs/prefect integration by @djudjuu in #3037
- docs: rest_api: fix rest_api_source parameters by @burnash in #3138
- docs: snowflake: document stage url path matching by @burnash in #3108
New Contributors
- @chulkilee made their first contribution in #3120
Full Changelog: 1.17.0...1.17.1