Skip to content

v0.8.0 dbt_greenhouse

Latest
Compare
Choose a tag to compare
@fivetran-data-model-bot fivetran-data-model-bot released this 25 Nov 23:38
· 1 commit to main since this release
b652444

PR #28 is a breaking change due to upstream updates:

Breaking Changes

  • Updated *_id fields in upstream stg_* 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.

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