Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dbt_netsuite v0.13.0 release #117

Merged
merged 56 commits into from
Apr 30, 2024
Merged
Changes from 1 commit
Commits
Show all changes
56 commits
Select commit Hold shift + click to select a range
e22707f
Added some of the transaction line booleans to allow downstream filte…
Mar 26, 2024
a53afc4
Add item id to be able to model it downstream as a kimball modell
Apr 5, 2024
d140a20
Add transaction_number for smoother downstream searching
Apr 5, 2024
a9a5f0d
Adding entity key to enable downstream processing
Apr 5, 2024
7a2639f
Merge pull request #2 from FrankTub/feature/transaction-details-fields
FrankTub Apr 5, 2024
63ab4c2
Add departments ID field
Apr 8, 2024
0eeb580
feature/performance-improvements
fivetran-catfritz Apr 10, 2024
d34f468
update materialization
fivetran-catfritz Apr 10, 2024
1766d88
upate macro
fivetran-catfritz Apr 10, 2024
dae8d3e
update macro
fivetran-catfritz Apr 10, 2024
e16de20
update macro
fivetran-catfritz Apr 10, 2024
bfee8ee
update macro
fivetran-catfritz Apr 10, 2024
1c125a7
update macro
fivetran-catfritz Apr 10, 2024
86919ed
update incremental strategy
fivetran-catfritz Apr 11, 2024
bc3e10a
update incremental strategy
fivetran-catfritz Apr 11, 2024
4e72657
updates
fivetran-catfritz Apr 11, 2024
73939cb
updates
fivetran-catfritz Apr 11, 2024
3f55827
update
fivetran-catfritz Apr 11, 2024
9e434b4
Fivetran documentation updates
fivetran-catfritz Apr 11, 2024
91066db
Update CHANGELOG.md
fivetran-catfritz Apr 11, 2024
5072f5f
add back partitions & update docs
fivetran-catfritz Apr 12, 2024
3e9969d
update readme
fivetran-catfritz Apr 12, 2024
3e4f4d2
update changelog
fivetran-catfritz Apr 12, 2024
83731ed
bigquery to tables
fivetran-catfritz Apr 13, 2024
e48243b
update docs
fivetran-catfritz Apr 15, 2024
3e46330
Merge branch 'release/v0.13.0-apr-2024' into feature/transaction-line…
fivetran-catfritz Apr 15, 2024
5decad7
Merge pull request #114 from FrankTub/feature/transaction-line-fields
fivetran-catfritz Apr 15, 2024
0b4200b
update docs
fivetran-catfritz Apr 15, 2024
f64f634
update changelog
fivetran-catfritz Apr 15, 2024
3ca4803
update spaces
fivetran-catfritz Apr 15, 2024
5224f13
update spaces
fivetran-catfritz Apr 15, 2024
5f42218
update lookback macro & set to_subsidiary default true
fivetran-catfritz Apr 17, 2024
8aaf181
update yml
fivetran-catfritz Apr 17, 2024
72e3af8
Apply suggestions from code review
fivetran-catfritz Apr 17, 2024
1bc585e
update run_models
fivetran-catfritz Apr 17, 2024
ab6112e
udpate run models
fivetran-catfritz Apr 17, 2024
3027320
update default for using to_subsidiary
fivetran-catfritz Apr 18, 2024
91e6d68
update macro
fivetran-catfritz Apr 18, 2024
1ae71c5
Documentation update
fivetran-avinash Apr 19, 2024
26469f1
Merge pull request #118 from fivetran/documentation/null-converted-am…
fivetran-avinash Apr 19, 2024
4050c94
using_to_subsidiary default false
fivetran-catfritz Apr 19, 2024
082b25c
Merge branch 'release/v0.13.0-apr-2024' into feature/performance-impr…
fivetran-catfritz Apr 22, 2024
ce13866
adjust cols from merge
fivetran-catfritz Apr 22, 2024
015a571
Merge pull request #116 from fivetran/feature/performance-improvements
fivetran-catfritz Apr 22, 2024
35457dc
use local macros
fivetran-catfritz Apr 29, 2024
52c69ce
typo
fivetran-catfritz Apr 29, 2024
b098cff
Merge pull request #119 from fivetran/feature/performance-improvements
fivetran-catfritz Apr 29, 2024
bfd18a4
regen docs
fivetran-catfritz Apr 29, 2024
8e606a8
Update DECISIONLOG.md
fivetran-catfritz Apr 30, 2024
c17a9f3
Update DECISIONLOG.md
fivetran-catfritz Apr 30, 2024
9e35d8c
Update CHANGELOG.md
fivetran-catfritz Apr 30, 2024
b3d9d05
Update CHANGELOG.md
fivetran-catfritz Apr 30, 2024
cc50278
Update DECISIONLOG.md
fivetran-catfritz Apr 30, 2024
1b0bef2
Update CHANGELOG.md
fivetran-catfritz Apr 30, 2024
fb2c586
Update CHANGELOG.md
fivetran-catfritz Apr 30, 2024
a7e9926
Update packages.yml
fivetran-catfritz Apr 30, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update DECISIONLOG.md
fivetran-catfritz authored Apr 30, 2024
commit c17a9f3c424d2732dc6381ce22471d701ee3a8f0
8 changes: 7 additions & 1 deletion DECISIONLOG.md
Original file line number Diff line number Diff line change
@@ -16,7 +16,13 @@ In our `intermediate` Netsuite models, we translate amounts from posted transact

For the sake of financial fidelity, we decided not to convert amounts that are non-posting because the exchange rates are subject to change. While that can provide additional value for customers looking to do financial forecasting, we do not want to create confusion by bringing in converted transactions that have amounts that are variable to change, and disrupt existing financial reporting processes.

For customers interested in creating future-facing `converted_amount` values, our recommendation would be to materialize the `intermediate` tables to grab the exchange rate data in your internal warehouse, then leverage the `transaction_amount` in these particular cases to produce the future `converted_amounts`.
For customers interested in creating future-facing converted_amount values, our recommendation would be to materialize the intermediate models as view or tables to grab the exchange rate data in your internal warehouse, then leverage the transaction_amount in these particular cases to produce the future converted_amounts. You can update the models section of your dbt_project.yml to update the materialization.

```yml
netsuite2:
intermediate:
+materialized: [table or view]
```

## Incremental Strategy Selection