billions-horse-96717
08/19/2022, 3:51 PMvolumes:
- /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?mammoth-bear-12532