datahub/metadata-ingestion/examples/recipes/dbt_to_datahub.dhub.yaml

15 lines
518 B
YAML
Raw Permalink Normal View History

---
# see https://docs.datahub.com/docs/generated/ingestion/sources/dbt for complete documentation
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"
sources_path: "./tests/integration/dbt/dbt_sources.json"
2021-06-22 10:37:08 -07:00
target_platform: "dbt"
# see https://docs.datahub.com/docs/metadata-ingestion/sink_docs/datahub for complete documentation
sink:
type: "datahub-rest"
config:
2021-06-22 10:37:08 -07:00
server: "http://localhost:8080"