This release introduces the following updates:
Feature Update
- Added pass through columns functionality to the
stg_netsuite__accounting_periods
andstg_netsuite2__accounting_periods
models using a newaccounting_periods_pass_through_columns
variable. This allows users to pass through additional columns from theACCOUNTING_PERIOD
source tables (PR #62 and PR #63)- See README for more details.
Note: Columns specified by
accounting_periods_pass_through_columns
are not currently persisted downstream to Netsuite transform models. Please open an issue on thedbt_netsuite
repository if you would like to see accounting period custom columns persisted downstream.
Under the Hood
- Updated package maintainer PR template. (PR #63)
Contributors
Full Changelog: v0.13.0...v0.13.1