Releases: EJOOSTEROP/mimosa
Releases · EJOOSTEROP/mimosa
v0.5.1 Pin duckdb package
Pin to version 0.9.2. Otherwise does not seem to work with MotherDuck.
Full Changelog: v0.5.0...v0.5.1
v0.5.0 Ready for DuckDB v1
[0.5.0] 2024-08-02
Changed
- POSSIBLE BREAKING CHANGE: Update dbt to accommodate DuckDB v1.0. Rewquires newer versions of DuckDB,
- Create new pipeline version/name
What's Changed
- Ready for DuckDB v1 (and MotherDuck) by @EJOOSTEROP in #11
- Update version in changelog. by @EJOOSTEROP in #12
Full Changelog: v0.4.6...v0.5.0
Add release for Sentry.io
[0.4.6] 2024-03-03
Added
- Release version for sentry.io
Date function improvements
[0.4.5] 2024-03-02
Changed
- Improve query parameters to identify dates for which data exists
- Make some date logic more efficient
Added
- inline test for date functionality
Remove trace data, add Sentry logging
Added
- Added logging of dlt job to sentry.io. Need to specify env variable
Changed
- Switched of loading of trace data into database as this starts to slow down the jobs significantly
Correct missing dates functionality
[0.4.3] 2024-03-01
Fixed
- Correct missing dates with flexible start and end dates (add where clause to query)
Fix integer <> date conversion
[0.4.2] 2024-02-23
Fixed
- Date conversion to integer and back
Package Updates and Date Logic
[0.4.1] 2024-02-23
Added
- Functionality to get a list of date for which no data exists in the target
- Sample/WIP code to load this data
[0.4.0] 2024-02-17
Changed
- BREAKING CHANGE: Update various package versions, including dlt.
New dlt version
Added
- dlt CLI is installed - not sure if we want to keep this
- dlt filesystem extra is installed
Changed
- Version/patch bump for dlt, fixing MotherDuck/DuckDB destination (v0.9.1)
- Version/patch updates for all required packages
Update duckdb version
Changed
- Use duckdb version >=0.9.1