v0.10.0 dbt_netsuite_source
fivetran-data-model-bot
released this
30 Apr 22:12
·
26 commits
to main
since this release
PR #47 includes the following update:
🚨 Breaking Changes 🚨
- Added column
_fivetran_synced_date
to modelstg_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