datahub/metadata-ingestion/examples/recipes/dbt_to_datahub.dhub.yaml
Hyejin Yoon f986315582
doc: Acryl to DataHub, datahubproject.io to datahub.com (#13252)
Co-authored-by: Jay <159848059+jayacryl@users.noreply.github.com>
2025-04-28 10:34:33 -04:00

15 lines
518 B
YAML

---
# see https://docs.datahub.com/docs/generated/ingestion/sources/dbt for complete documentation
source:
type: "dbt"
config:
manifest_path: "./tests/integration/dbt/dbt_manifest.json"
catalog_path: "./tests/integration/dbt/dbt_catalog.json"
sources_path: "./tests/integration/dbt/dbt_sources.json"
target_platform: "dbt"
# see https://docs.datahub.com/docs/metadata-ingestion/sink_docs/datahub for complete documentation
sink:
type: "datahub-rest"
config:
server: "http://localhost:8080"