mirror of
https://github.com/datahub-project/datahub.git
synced 2025-06-27 05:03:31 +00:00
12 lines
362 B
YAML
12 lines
362 B
YAML
# see https://docs.datahub.com/docs/generated/ingestion/sources/file for complete documentation
|
|
source:
|
|
type: "file"
|
|
config:
|
|
filename: "./examples/mce_files/bootstrap_mce2.json"
|
|
|
|
# see https://docs.datahub.com/docs/metadata-ingestion/sink_docs/datahub for complete documentation
|
|
sink:
|
|
type: "datahub-rest"
|
|
config:
|
|
server: "http://localhost:8080"
|