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] Failure of Fivetran Platform Connector dbt Quickstart Transformations #95

Closed rwalker-bhep closed 10 months ago

rwalker-bhep commented 10 months ago

Is there an existing issue for this?

Describe the issue

Several dbt quickstart transformations for the Fivetran Platform connector are breaking due to the error 'array cannot have a null element'. Cannot update the metadata tables produced by these transformations until this error is resolved.

Relevant error log or model output

image

Expected behavior

Expected that quickstart transformations would be an out of the box solution to produce simple metadata tables and wouldn't require us to set up our own dbt model.

dbt Project configurations

n/a since we are using the quickstart transformations.

Package versions

n/a since we are using the quickstart transformations.

What database are you using dbt with?

bigquery

dbt Version

n/a since we are using the quickstart transformations.

Additional Context

No response

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