Closed rlh1994 closed 9 months ago
See simplified details here: https://github.com/dbt-labs/dbt-redshift/issues/663
Using one of our packages, add the same post-hook twice, run on redshift
It works
It errors
Which database are you using dbt with?
A fix is shown in the linked issue, we need to explicitly create the table and insert into it after
yes
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