snowplow / dbt-snowplow-utils

Snowplow utility functions to be used in conjunction with the snowplow-web dbt package.
Other
13 stars 6 forks source link

Post hook fails on redshift if called twice #152

Closed rlh1994 closed 9 months ago

rlh1994 commented 12 months ago

Describe the bug

See simplified details here: https://github.com/dbt-labs/dbt-redshift/issues/663

Steps to reproduce

Using one of our packages, add the same post-hook twice, run on redshift

Expected results

It works

Actual results

It errors

Screenshots and log output

System information

Which database are you using dbt with?

Additional context

A fix is shown in the linked issue, we need to explicitly create the table and insert into it after

Are you interested in contributing towards the fix?

yes