2021-03-22 23:11:29 -07:00
|
|
|
---
|
2025-04-28 23:34:33 +09:00
|
|
|
# see https://docs.datahub.com/docs/generated/ingestion/sources/dbt for complete documentation
|
2021-03-22 23:11:29 -07:00
|
|
|
source:
|
|
|
|
type: "dbt"
|
|
|
|
config:
|
2021-06-22 10:37:08 -07:00
|
|
|
manifest_path: "./tests/integration/dbt/dbt_manifest.json"
|
|
|
|
catalog_path: "./tests/integration/dbt/dbt_catalog.json"
|
2021-07-20 13:28:37 -07:00
|
|
|
sources_path: "./tests/integration/dbt/dbt_sources.json"
|
2021-06-22 10:37:08 -07:00
|
|
|
target_platform: "dbt"
|
2025-04-28 23:34:33 +09:00
|
|
|
# see https://docs.datahub.com/docs/metadata-ingestion/sink_docs/datahub for complete documentation
|
2021-03-22 23:11:29 -07:00
|
|
|
sink:
|
|
|
|
type: "datahub-rest"
|
|
|
|
config:
|
2021-06-22 10:37:08 -07:00
|
|
|
server: "http://localhost:8080"
|