fivetran / dbt_netsuite

Data models for Fivetran's Netsuite connector, built using dbt.
https://fivetran.github.io/dbt_netsuite/
Apache License 2.0
36 stars 34 forks source link

Feature: Add locations passthrough column functionality to transaction details #125

Closed fivetran-avinash closed 1 month ago

fivetran-avinash commented 1 month ago

PR Overview

This PR will address the following Issue/Feature: [#123]

This PR will result in the following new package version:

A column is being added to netsuite2__transaction_details.

Regardless, this is likely to be folded into a larger release branch with additional updates.

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

🚨 Breaking Changes 🚨

Features

Under the Hood

PR Checklist

Basic Validation

Please acknowledge that you have successfully performed the following commands locally:

Before marking this PR as "ready for review" the following have been applied:

Detailed Validation

Please share any and all of your validation steps:

Able to successfully pass through location columns.

Simple consistency test added on transaction details, run on devprod. We do an except(location_id) filter to compare dev and prod rows right now.