PR #20 includes the following updates:
Breaking Changes
- Reintroduced
_fivetran_deleted
from thegl_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 fromstg_sage_intacct__gl_detail
. - Renamed
_fivetran_deleted
to:is_batch_deleted
instg_sage_intacct__gl_batch
is_detail_deleted
instg_sage_intacct__gl_detail
- This ensures column name uniqueness when they are joined into
int_sage_intacct__active_gl_detail
in thedbt_sage_intacct
package.
Documentation
- Corrected references to connectors and connections in the README. (#19)
- Corrected the
_fivetran_deleted
descriptions in thesrc_sage_intacct.yml
andstg_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