Skip to content

v0.11.1 dbt_netsuite_source

Latest
Compare
Choose a tag to compare
@fivetran-data-model-bot fivetran-data-model-bot released this 15 Jan 18:43
· 1 commit to main since this release
40846a9

PR #59 includes the following updates:

Macro Updates

  • Introduced a local version of the fill_pass_through_columns macro that directly calls the variables within our staging 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 staging models with passthrough column functionality, and replaces the existing fill_pass_through_columns macro.
    • stg_netsuite and stg_netsuite2 models impacted include: accounts, classes, consolidated_exchange_rates, customers, departments, items, locations, subsidiaries, transaction_lines, transactions, and vendors.
  • Similar changes are being made on a simultaneous release to the persist_pass_through_columns macro in the dbt_netsuite package. See the release notes for more details.
  • The process for adding passthrough columns remains unchanged. Consult the README for more details.

Documentation Update

  • Moved badges at top of the README below the H1 header to be consistent with popular README formats.

Full Changelog: v0.11.0...v0.11.1