[Bug] Persist Item and Vendor Passthrough Columns for Netsuite2 #25
Labels
good first issue
Good for newcomers
priority:p3
Affects many users; can wait
type:bug
Something is broken or incorrect
update_type:models
Primary focus requires model updates
Is there an existing issue for this?
Describe the issue
PR #23 added passthrough columns for items and vendors into the Netsuite1 models. However, the same changes were not applied to the Netsuite2 models in the package. The passthrough columns should work as intended for both the Netsuite and Netsuite2 forms of this package.
Relevant error log or model output
Expected behavior
Passthrough columns defined for items and vendors persist when using both Netsuite and Netsuite2 models.
dbt Project configurations
vars:
vendors_pass_through_columns:
- name: "vendors_custom_field"
alias: "vendors_field"
items_pass_through_columns:
- name: "items_custom_field"
alias: "items_field"
Package versions
v0.6.0
What database are you using dbt with?
postgres, redshift, snowflake, bigquery, databricks
dbt Version
v1.3.1
Additional Context
The code within the stg_netsuite__items and stg_netsuite__vendors can simply be copy/pasted into the Netsuite2 counterpart models to address this issue.
Are you willing to open a PR to help address this issue?
The text was updated successfully, but these errors were encountered: