Ok so I can't get a custom dbt transformation to w...
# replication-troubleshooting
t
Ok so I can't get a custom dbt transformation to work for replicating from postgres to big query... if anyone sees this I could use some help the transformation just keeps failing and the errors are just not helpful. Really new to dbt and airbyte so any help would be so much appreciated
m
You are using a DBT package, most likely dbt-utils, and airbyte script currently does not run
dbt deps
before
dbt run
. Best way to do that is for you to add a step in Airbyte before your
dbt run
to run the
dbt deps
t
I did have dbt deps before dbt run and it still failed
Is there a better docker image then the fishtown analytics that should be used?
for some reason run deps is not saving the package for the multiple run with dbt run after
Should I just make my own docker image?
s
Hey can you attach the full log?