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

11 lines
311 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:
2021-02-10 16:35:31 -08:00
filename: "./examples/mce_files/single_mce.json"
# see https://docs.datahub.com/docs/metadata-ingestion/sink_docs/console for complete documentation
sink:
type: "console"