datahub/metadata-ingestion/examples/recipes/file_to_console.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

11 lines
311 B
YAML

---
# see https://docs.datahub.com/docs/generated/ingestion/sources/file for complete documentation
source:
type: "file"
config:
filename: "./examples/mce_files/single_mce.json"
# see https://docs.datahub.com/docs/metadata-ingestion/sink_docs/console for complete documentation
sink:
type: "console"