Skip to content

v1.10.1 dbt_jira

Latest

Choose a tag to compare

@fivetran-data-model-bot fivetran-data-model-bot released this 24 Jun 16:36
6b7d333

PR #193 includes the following updates:

Bug Fix

  • Fixes a runtime error on Snowflake and BigQuery that occurred when an issue's concatenated comments exceeded the warehouse's string length limit. The conversation field in jira__issue_enhanced now returns 'conversation too long to render' for those issues instead of failing the entire run. count_comments is unaffected. The character threshold defaults to 16,777,216 (16MB) but can be lowered using the jira_conversation_char_limit variable. See the README for configuration details and the DECISIONLOG for per-warehouse details.

Full Changelog: v1.10.0...v1.10.1