Skip to content

v0.10.0 dbt_quickbooks_source

Compare
Choose a tag to compare
@fivetran-reneeli fivetran-reneeli released this 30 Aug 16:48
· 32 commits to main since this release
7a2ef84

🚨 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