Skip to content

dbt_quickbooks_source v0.5.0

Compare
Choose a tag to compare
@fivetran-joemarkiewicz fivetran-joemarkiewicz released this 19 Apr 19:59
· 206 commits to main since this release
cc402ff

Happy Tuesday! 🌮

This release of the dbt_quickbooks_source package includes the following updates:

🚨 Breaking Changes 🚨

  • It was discovered that IDs from the source tables can sometimes be strings. The previous build of the package interpreted all IDs as integers. To ensure the package operates as intended, the package has been updated to cast all IDs to the string datatype.
    • If you were leveraging the end models in downstream analysis, this change could break your join conditions. Be sure to be aware of any join conditions you may have downstream before upgrading your QuickBooks package. (#36) (#25) (#24)

Contributors