v0.10.0 dbt_quickbooks_source
π¨ Breaking Change π¨ :
PR #51 includes the following updates:
π Under the Hood
- Explicitly casts *_date fields as
date
type (due_date
,transaction_date
). Previously, some fields were getting interpreted as timestamps while some were interpreted as dates, leading to errors on downstream joins. - Updated seed files to correct timestamp formats.
This will be a breaking change to those whose source tables still use the old timestamp formats, so please update your package version accordingly.
Full Changelog: v0.9.1...v0.10.0