Skip to content

Commit e95611f

Browse files
Update CHANGELOG.md
1 parent 69df801 commit e95611f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[PR #193](https://github.com/fivetran/dbt_jira/pull/193) includes the following updates:
44

55
## Bug Fix
6-
- 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 (Snowflake's documented LISTAGG hard limit) but can be lowered using the `jira_conversation_char_limit` variable. [See the README for configuration details](https://github.com/fivetran/dbt_jira#controlling-conversation-aggregations-in-jira__issue_enhanced) and the [DECISIONLOG](https://github.com/fivetran/dbt_jira/blob/main/DECISIONLOG.md#conversation-aggregation-guard-against-string-length-limits) for per-warehouse details.
6+
- 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](https://github.com/fivetran/dbt_jira#controlling-conversation-aggregations-in-jira__issue_enhanced) and the [DECISIONLOG](https://github.com/fivetran/dbt_jira/blob/main/DECISIONLOG.md#conversation-aggregation-guard-against-string-length-limits) for per-warehouse details.
77

88
# dbt_jira v1.10.0
99

@@ -628,4 +628,4 @@ This release includes the following updates.
628628
- @thibonacci ([#45](https://github.com/fivetran/dbt_jira/pull/45))
629629

630630
# dbt_jira v0.1.0 -> v0.5.1
631-
Refer to the relevant release notes on the Github repository for specific details for the previous releases. Thank you!
631+
Refer to the relevant release notes on the Github repository for specific details for the previous releases. Thank you!

0 commit comments

Comments
 (0)