13 lines
281 B
YAML
Raw Normal View History

---
source:
type: "dbt"
config:
manifest_path: "./your/dbt/manifest.json"
catalog_path: "./your/dbt/catalog.json"
target_platform: "[target data platform]"
load_schemas: True # or false
sink:
type: "datahub-rest"
config:
server: 'http://localhost:8080'