fivetran-data-model-bot
released this
15 Jan 18:43
·
1 commit
to main
since this release
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
andstg_netsuite2
models impacted include:accounts
,classes
,consolidated_exchange_rates
,customers
,departments
,items
,locations
,subsidiaries
,transaction_lines
,transactions
, andvendors
.
- Similar changes are being made on a simultaneous release to the
persist_pass_through_columns
macro in thedbt_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