v0.15.0 dbt_jira
·
20 commits
to main
since this release
PR #108 contains the following updates:
🚨 Breaking Changes 🚨
- Updated the
jira__daily_issue_field_history
model to make sureissue_type
values are correctly joined into the downstream issue models. This applied only ifissue type
is leveraged within theissue_field_history_columns
variable.
Note: Please be aware that a
dbt run --full-refresh
will be required after upgrading to this version in order to capture the updates.
Full Changelog: v0.14.0...v0.15.0