v0.6.3 dbt_netsuite_source
🎉 Feature Updates 🎉
PR #35 applies the following changes:
- Introduces variable
netsuite2__using_exchange_rate
to allow users who don't utilize exchange rates in Netsuite2 the ability to disable that functionality within yourdbt_project.yml
, since these models aren't being used. - Note: If you are using the
dbt_netsuite
package, be sure to set it globally by inserting this code into yourdbt_project.yml
:
vars:
netsuite2__using_exchange_rate: false
Full Changelog: v0.6.2...v0.6.3