datahub/metadata-ingestion/examples/recipes/file_to_datahub_rest.yml
2021-02-15 18:29:27 -08:00

11 lines
166 B
YAML

---
source:
type: "file"
config:
filename: "./examples/mce_files/single_mce.json"
sink:
type: "datahub-rest"
config:
server: 'http://localhost:8080'