dbt_sage_intacct_source v0.1.1
Updates
-
Excludes fivetran-deleted rows in the staging models
(#7) -
Allow for pass-through columns from the
gl_detail
andgl_account
source tables using the following variables. For more information please refer to the READMEsage_account_pass_through_columns
sage_gl_pass_through_columns
-
Add variable configs for the AP Bill and AR Invoice related tables to allow users to disable them if not used. For more information please refer to the README
sage_intacct__using_bills
sage_intacct__using_invoices
-
Include additional fields in the
gl_detail
model: customer_id, customer_name, department_id, department_title, location_id, location_name, vendor_id, and vendor_name.
(#6)