nino_mueller
09/26/2023, 12:27 PMmeltano lock
. Now I get the following error:
$ meltano lock --update --all
[...]
File bundle 'dbt' is not known to Meltano
I realized that the dbt package is not available anymore on gitlab, so I switched to the new url on github. But it still doesn't seem to work. What am I missing?
meltano.yml
...
transformers:
- name: dbt
pip_url: dbt
files:
- name: dbt
pip_url: git+<https://github.com/meltano/files-dbt.git>
...
nino_mueller
09/26/2023, 12:35 PMnino_mueller
09/26/2023, 12:47 PM- pip3 install meltano
- pip3 install dbt-postgres
edgar_ramirez_mondragon
09/26/2023, 5:31 PMinitialize
command that avoids using the files
plugins: https://docs.meltano.com/getting-started/part3/#install-and-configure-the-postgres-specific-dbt-utilityedgar_ramirez_mondragon
09/26/2023, 5:31 PMnino_mueller
10/23/2023, 7:11 AM