Skip to content

v0.4.0 dbt_sage_intacct_source

Latest
Compare
Choose a tag to compare
@fivetran-data-model-bot fivetran-data-model-bot released this 05 Feb 21:57
e34b93e

PR #20 includes the following updates:

Breaking Changes

  • Reintroduced _fivetran_deleted from the gl_detail source table, as the field was not fully deprecated within in the connector.
    It is null in normal incremental syncs, but can populate true (or false) in historical resyncs.
  • This ensures the general ledger models in the downstream dbt_sage_intacct transform package exclude deleted records from stg_sage_intacct__gl_detail.
  • Renamed _fivetran_deleted to:
    • is_batch_deleted in stg_sage_intacct__gl_batch
    • is_detail_deleted in stg_sage_intacct__gl_detail
    • This ensures column name uniqueness when they are joined into int_sage_intacct__active_gl_detail in the dbt_sage_intacct package.

Documentation

  • Corrected references to connectors and connections in the README. (#19)
  • Corrected the _fivetran_deleted descriptions in the src_sage_intacct.yml and stg_sage_intacct.yml documentation.

Under the Hood

  • Updated gl_detail yml and seed files with _fivetran_deleted documentation and records for testing.

Full Changelog: v0.3.1...v0.4.0