*Solved*: Updated `pip_url: dbt-core~=1.5.0 dbt-po...
# troubleshooting
m
Solved: Updated
pip_url: dbt-core~=1.5.0 dbt-postgres~=1.5.0 git+<https://github.com/meltano/dbt-ext.git@main>
--- Hi everyone, meltano returns a weird error when I call
meltano invoke dbt-postgrs run
Copy code
Executable 'dbt_invoker' could not be found. Utility 'dbt-postgres' may not have been installed yet using `meltano install utility dbt-postgres`, or the executable name may be incorrect
dbt plugin is installed:
Copy code
plugins:
  utilities:
  - name: dbt-postgres
    variant: dbt-labs
    pip_url: dbt-core~=1.5.0 dbt-postgres~=1.5.0
Also tried uninstalling dbt-postgres then install by
meltano install utility dbt-postgres
. It returns the same error.