Skip to content

v0.6.3 dbt_netsuite_source

Compare
Choose a tag to compare
@fivetran-avinash fivetran-avinash released this 26 Jul 21:08
· 89 commits to main since this release
546cc57

🎉 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 your dbt_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 your dbt_project.yml:
vars:
  netsuite2__using_exchange_rate: false

Full Changelog: v0.6.2...v0.6.3