fivetran-data-model-bot
released this
24 Jul 20:52
·
1 commit
to main
since this release
PR #56 includes the following updates:
Bugfix
- Updated the logic for model
int_salesforce__date_spine
to reference thestg_*
staging models instead of the source tables.- This was necessary since the staging models account for multiple spellings of column names while the source tables do not.
Under the hood
- Added
--depends_on:
comments toint_salesforce__date_spine
to prevent errors duringdbt run
. - Added
flags.WHICH in ('run', 'build')
as a condition inint_salesforce__date_spine
to prevent call statements from querying the staging models during adbt compile
.
Full Changelog: v1.1.0...v1.1.1