charley_guillaume
02/09/2022, 9:30 AMmeltano add transformer dbt
I have the following issue:
Unable to find image 'dbt:latest' locally
docker: Error response from daemon: pull access denied for dbt, repository does not exist or may require 'docker login': denied: requested access to the resource is denied.
Can you help me out?
It seems that the pip_url in
files:
- name: dbt
pip_url: git+<https://gitlab.com/meltano/files-dbt.git@config-version-2>
is not reachable (404). Not sure it’s related.visch
02/09/2022, 12:45 PMmeltano.yml
, and logs with debug onvisch
02/09/2022, 12:45 PMcharley_guillaume
02/09/2022, 3:19 PMdocker run -v $(pwd):/project \
-w /project \
-p 5000:5000 \
meltano invoke dbt:run
the only thing I’ve yet been able to do is the dbt docs generate nor the dbt docs serve.charley_guillaume
02/09/2022, 3:24 PMcharley_guillaume
02/09/2022, 5:03 PMdocker run -v $(pwd):/project \
-w /project \
-p 5000:5000 \
meltano --log-level=debug elt tap-whise-lang target-postgres --transform run
I end up with
Nothing to do. Try checking your model configs and model specification args
edgar_ramirez_mondragon
02/09/2022, 5:08 PMtap_whise_lang
is a valid model selector for your dbt models. Also, feel free to jump in office hours if you can and we could even help you debug live 😄charley_guillaume
02/09/2022, 5:20 PM