fivetran-data-model-bot
released this
25 Nov 23:38
·
1 commit
to main
since this release
PR #28 is a breaking change due to upstream updates:
Breaking Changes
- Updated
*_id
fields in upstreamstg_*
models to be cast as strings to ensure compatibility in downstream joins by avoiding potential type mismatches.- Note: most IDs were previously stored as integers, so
*_id
fields in the end models will now also be strings.
- Note: most IDs were previously stored as integers, so
Documentation
- Added dbt documentation definitions.
- Update README formatting.
Under the Hood
- Added an additional integration test to verify functionality when
greenhouse_using_*
variables are disabled.
Full Changelog: v0.7.0...v0.8.0