Hi everyone. I have tried airbyte from MySQL to Po...
# ask-community-for-troubleshooting
a
Hi everyone. I have tried airbyte from MySQL to PostgreSQL with
Normalized tabular data
transformation. So far so good, the data succesfully synced to destination. However when I tried to use additional Custom Transformation with
dbt
within the airbyte, it was failed. But when I tried running my
dbt
project manually by
dbt run
, it was success. The error log found from the airbyte dashboard isn't really that helpful. Is there anyway to investigate/troubleshoot this further? What I did on my dbt project is to create view that base64 decode on some column on the tables ingested by airbyte (see the screenshot).
here is some of the log indicated the failure
Here is the transformation setting
Ah NVM, i found the problem. Turns out my dbt folder is not in the root project location (in the git repo). Solved this already.
Which raises another question: is it possible to customize the folder location (e.g: subfolder) in the git repository?
n
Glad to hear you solved it! It is currently not possible to customize the folder location.
r
Hi, im getting the same error, i have my dbt in root project in the git, but i have not added any docker image transformation settings ? can you help on this