fivetran / dbt_fivetran_log

Data models for Fivetran's internal log connector built using dbt.
https://fivetran.github.io/dbt_fivetran_log/
Apache License 2.0
30 stars 24 forks source link

[Bug] String/List Agg Fields in Connector Status model result in error if they exceed limits #118

Closed fivetran-joemarkiewicz closed 5 months ago

fivetran-joemarkiewicz commented 5 months ago

Is there an existing issue for this?

Describe the issue

It has been reported by a number of users that the following fields in the fivetran_platform__connector_status model have the potential to result in a runtime failure if the string/list agg is too long and exceeds the limits. This has been reported on Postgres, Redshift, and Snowflake warehouses:

I had considered the following approaches to address this error:

Relevant error log or model output

Error: String '(LISTAGG result)' is too long and would be truncated

Expected behavior

The transformation run does not result in failure

dbt Project configurations

Quickstart

Package versions

v1.6.0

What database are you using dbt with?

postgres, redshift, snowflake

dbt Version

1.7.1

Additional Context

Are you willing to open a PR to help address this issue?

fivetran-joemarkiewicz commented 5 months ago

This has been addressed in the recent release. As such, closing out this issue.