Skip to content

v0.10.0 dbt_netsuite_source

Compare
Choose a tag to compare
@fivetran-data-model-bot fivetran-data-model-bot released this 30 Apr 22:12
· 26 commits to main since this release
e343e7e

PR #47 includes the following update:

🚨 Breaking Changes 🚨

  • Added column _fivetran_synced_date to model stg_netsuite2__transactions for use in downstream models.
  • To reduce storage, updated default materialization of staging models to views.

⚠️ Running a --full-refresh will be required if you have previously run these staging models as tables and get the following error:

Trying to create view <model path> but it currently exists as a table. Either drop <model path> manually, or run dbt with `--full-refresh` and dbt will drop it for you.

Under the Hood:

  • Added integration testing pipeline for Databricks SQL Warehouse.
  • Included auto-releaser GitHub Actions workflow to automate future releases.

Full Changelog: v0.9.0...v0.10.0