mert_bakir
07/11/2023, 12:46 PMpip_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
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:
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.