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] enable for multiple books support for Consolidated Exchange rate #86

Closed rwang-lyra closed 7 months ago

rwang-lyra commented 11 months ago

Is there an existing feature request for this?

Describe the Feature

Context Our Netsuiite has two books enabled: primary and adjustment. The adjustment book includes all transactions on primary + additional transactions. That relationship between books is noted in the database by the fields is_primary and adjustment_only. image

Issue : Consolidated exchange rates are also by book which impacts the values in converted_amount. In the final datasets we would expect to see two lines (one primary, one adjustment) for each transaction recorded to the primary book, translated at the relevant consolidated exchange rate.

Describe alternatives you've considered

No response

Are you interested in contributing this feature?

Anything else?

No response

jmongerlyra commented 8 months ago

@rwang-lyra We can close this issue as completed.