mirror of
https://github.com/datahub-project/datahub.git
synced 2025-09-03 06:13:14 +00:00
12 lines
202 B
YAML
12 lines
202 B
YAML
![]() |
---
|
||
|
source:
|
||
|
type: "dbt"
|
||
|
config:
|
||
|
manifest_path: "./your/dbt/manifest.json"
|
||
|
catalog_path: "./your/dbt/catalog.json"
|
||
|
|
||
|
sink:
|
||
|
type: "datahub-rest"
|
||
|
config:
|
||
|
server: 'http://localhost:8080'
|