hey guys! I'm trying to implement a custom data tr...
# advice-data-transformation
l
hey guys! I'm trying to implement a custom data transformation using a private dbt git repository, when I tried to sync the data I'm getting this error
c
you probably have a mismatch version of dbt and your configuration files
l
Thanks, I'm going to check it!
c
you’re running dbt 0.19.0 in your custom transformation (you should be able to specify which version you’d prefer to be compatible with your files)
l
My dbt cloud project version is 1.0.0,
To make it work properly do I need just to change the version in .yml file?
c
No, change the version of the docker image to run your dbt project from in the settings of your custom step
l
@Cirdes Henrique
1
Thanks Chris!