Hi all, I'm struggling to get the dbt transformer ...
# troubleshooting
h
Hi all, I'm struggling to get the dbt transformer running for postgres. I'm still doing the tutorial in the official Meltano site and I'm getting the following error. (I'm using M1 Mac. Tested with both 3.11.3 and 3.10.11 Python versions). Seems it cannot run dbt clean. Thanks
u
I wonder if this is a python version issue. I see 3.11 is newly supported in dbt 1.4 https://docs.getdbt.com/guides/migration/versions/upgrading-to-v1.4#for-maintainers-of-adapter-plugins. Maybe try updating the pip_url in your meltano.yml to 1.4 or 1.5 then run a clean install
meltano install utility dbt-postgres --clean
u
Feedback on this would be helpful. We'll want to bump to newer dbt versions soon as 1.4 and 1.5 are out and 1.3 (currently pinned in the utilities) is going out of critical support in october cc @taylor
h
@pat_nadolny Hi. Very sorry for the late response. yes. upgrading to v1.4 did worked. Thanks :)