fivetran / dbt_netsuite_source

Data models for Fivetran's Netsuite source package, built using dbt.
https://fivetran.github.io/dbt_netsuite_source/
Apache License 2.0
14 stars 20 forks source link

Feature/add fields to support account hierarchies #45

Closed fivetran-avinash closed 5 months ago

fivetran-avinash commented 5 months ago

PR Overview

This PR will address the following Issue/Feature: dbt_netsuite issue 106 https://github.com/fivetran/dbt_netsuite/issues/106

This PR will result in the following new package version: 10.0 (this will be merged into a release branch I believe)

Please provide the finalized CHANGELOG entry which details the relevant changes included in this PR:

## 🎉 Feature Updates 🎉 - Fields added to support account hierarchies in the `dbt_netsuite` end model. [PR #45](https://github.com/fivetran/dbt_netsuite_source/pull/45) - Added `is_elimination` in `stg_netsuite2__subsidiaries`. - Added `is_eliminate` and `net_amount` in `stg_netsuite2__transaction_lines`. ## PR Checklist ### Basic Validation Please acknowledge that you have successfully performed the following commands locally: - [x] dbt run –full-refresh && dbt test - [ ] dbt run (if incremental models are present) Before marking this PR as "ready for review" the following have been applied: - [x] The appropriate issue has been linked, tagged, and properly assigned - [x] All necessary documentation and version upgrades have been applied - [x] docs were regenerated (unless this PR does not include any code or yml updates) - [x] BuildKite integration tests are passing - [x] Detailed validation steps have been provided below ### Detailed Validation Please share any and all of your validation steps: See Height ticket.