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

15 lines
418 B
YAML
Raw Permalink Normal View History

---
# see https://docs.datahub.com/docs/generated/ingestion/sources/file for complete documentation
source:
type: "file"
2021-02-12 12:05:41 -08:00
config:
filename: ./examples/mce_files/nih_demo.json
# see https://docs.datahub.com/docs/metadata-ingestion/sink_docs/datahub for complete documentation
sink:
type: datahub-kafka
2021-02-12 12:05:41 -08:00
config:
connection:
schema_registry_url: http://localhost:8081
bootstrap: localhost:9092