:wave: Hello, team! i use Datahub with docker on ...
# troubleshoot
b
👋 Hello, team! i use Datahub with docker on a Linux VM. On this VM is also use the dbt. but i can`t ingest this dbt Path. Do i have to bind a volume in the docker compose yml? I tried this, under 'datahub-gms' i added:
volumes:
- /home/adm_avs/dwh_prod:/home/dbt
and in the Datahub UI under Ingest --> Source, i added this code:
source:
type: dbt
config:
manifest_path: /home/dbt/target/manifest_file.json'
test_results_path: /home/dbt/target/run_results.json'
load_schemas: /home/dbt/target/sources_file.json'
target_platform: my_target_platform_id
catalog_path: /home/dbt/target/catalog_file.json'
When i run
docker colume ls
i don't see the volume. Does anybody hagve an idea?
m
Hi @billions-horse-96717 you will have to mount the volume on the actions container as that is the one executing ingestion thru the UI