snowplow / dbt-snowplow-mobile

A fully incremental model, that transforms raw mobile event data generated by the Snowplow mobile trackers into a series of derived tables of varying levels of aggregation.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Integration tests do not run on Redshift

rlh1994 opened this issue · comments

Describe the bug

The type for the context/unstruct columns does not work for redshift, the length need specifying

Steps to reproduce

Run int tests on redshift

Expected results

They work

Actual results

The seed fails

Screenshots and log output

System information

Which database are you using dbt with?

  • postgres
  • redshift
  • bigquery
  • snowflake
  • databricks
  • other (specify: ____________)

Additional context

They just need changing to varchar(65535) instead

Are you interested in contributing towards the fix?

Will do with next useful release