v0.4.0 dbt_sage_intacct
fivetran-data-model-bot
released this
15 May 19:51
·
12 commits
to main
since this release
PR #22 includes the following updates.
🚨 Breaking Changes: Bug Fixes 🚨
- The
account_no
andoffset_gl_account_no
fields in thesage_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 upstreaminvoice_item
andbill_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
andamount
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