2021-03-22 23:11:29 -07:00
|
|
|
---
|
2022-05-13 10:19:46 +05:30
|
|
|
# see https://datahubproject.io/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"
|
2021-08-09 13:00:47 -04:00
|
|
|
# see https://datahubproject.io/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"
|