v0.3.0 dbt_sage_intacct_source
fivetran-data-model-bot
released this
07 Dec 22:07
·
4 commits
to main
since this release
PR #14 includes the following updates.
🚨 Breaking Changes 🚨:
- Removal of the
_fivetran_deleted
field from thestg_sage_intacct__gl_detail
table due to this field being deprecated within the connector. The relevant information is now available within thegl_batch
source table.
Bug Fixes
- Cast the
class_id
field within the following models as{{ dbt.type_string() }}
in order to ensure datatype consistency for the field across models. This also ensures downstream transformation logic withindbt_sage_intacct
compiles successfully.stg_sage_intacct__ap_bill_item
stg_sage_intacct__ar_invoice_item
Feature Updates
- Addition of the
gl_batch
source and relevant downstream models:stg_sage_intacct__gl_batch_tmp
stg_sage_intacct__gl_batch
Under the Hood
- Updated Maintainer PR Template
- Included auto-releaser GitHub Actions workflow to automate future releases
Full Changelog: v0.2.1...v0.3.0