Skip to content

v0.17.1 dbt_netsuite

Latest
Compare
Choose a tag to compare
@fivetran-data-model-bot fivetran-data-model-bot released this 15 Jan 21:24
4ce1678

PR #155 includes the following updates:

Macro Updates

  • Introduced a local version of the persist_pass_through_columns macro that directly calls the variables within our models. This removes the existing string-to-variable conversion and leads to cleaner parsing.
    • This new macro has no functional changes from the previous macro and will not require customers to make any changes on their end.
  • This new macro is applied to all end models with passthrough column functionality, and replaces the existing persist_pass_through_columns macro.
  • Models impacted for both netsuite__* and netsuite2__* include balance_sheet, income_statement, transaction_details.
  • The process for adding passthrough columns remains unchanged. Consult the README for more details.

Full Changelog: v0.17.0...v0.17.1