mirror of
https://github.com/datahub-project/datahub.git
synced 2025-07-23 17:39:59 +00:00
13 lines
361 B
YAML
13 lines
361 B
YAML
---
|
|
# see https://docs.datahub.com/docs/generated/ingestion/sources/file for complete documentation
|
|
source:
|
|
type: "file"
|
|
config:
|
|
filename: "./examples/mce_files/bootstrap_mce.json"
|
|
|
|
# see https://docs.datahub.com/docs/metadata-ingestion/sink_docs/file for complete documentation
|
|
sink:
|
|
type: "file"
|
|
config:
|
|
filename: "./example_output_mces.json"
|