2025-04-28 23:34:33 +09:00
|
|
|
# see https://docs.datahub.com/docs/generated/ingestion/sources/file for complete documentation
|
2021-02-08 11:08:39 -08:00
|
|
|
source:
|
|
|
|
type: "file"
|
2021-02-12 12:05:41 -08:00
|
|
|
config:
|
2021-02-10 16:35:31 -08:00
|
|
|
filename: "./examples/mce_files/bootstrap_mce.json"
|
2021-02-08 11:08:39 -08:00
|
|
|
|
2025-04-28 23:34:33 +09:00
|
|
|
# see https://docs.datahub.com/docs/metadata-ingestion/sink_docs/datahub for complete documentation
|
2021-02-08 11:08:39 -08:00
|
|
|
sink:
|
|
|
|
type: "datahub-rest"
|
2021-02-12 12:05:41 -08:00
|
|
|
config:
|
2021-08-09 13:00:47 -04:00
|
|
|
server: "http://localhost:8080"
|