datahub/metadata-ingestion/examples/recipes/file_to_datahub_rest.yml

11 lines
166 B
YAML
Raw Normal View History

---
source:
type: "file"
2021-02-12 12:05:41 -08:00
config:
2021-02-10 16:35:31 -08:00
filename: "./examples/mce_files/single_mce.json"
sink:
type: "datahub-rest"
2021-02-12 12:05:41 -08:00
config:
server: 'http://localhost:8080'