Skip to content

v0.4.0 dbt_sage_intacct

Compare
Choose a tag to compare
@fivetran-data-model-bot fivetran-data-model-bot released this 15 May 19:51
· 12 commits to main since this release
241050f

PR #22 includes the following updates.

🚨 Breaking Changes: Bug Fixes 🚨

  • The account_no and offset_gl_account_no fields in the sage_intacct__ap_ar_enhanced end model are now consistently casted as strings using {{ dbt.type_string() }}. This ensures compatibility within the union all operation, preventing datatype conflicts between the fields within the upstream invoice_item and bill_item tables.

Under the Hood

  • Addition of integrity and consistency validation tests within integration tests for the sage_intacct__ap_ar_enhanced model.
  • Updates to the accountno and amount seed datatypes within the integration tests to more closely resemble the datatype of those fields in the Sage Intacct connector.

Full Changelog: v0.3.0...v0.4.0