datahub/metadata-ingestion/examples/recipes/example_to_datahub_rest2.yml

12 lines
367 B
YAML

# see https://datahubproject.io/docs/metadata-ingestion/source_docs/file for complete documentation
source:
type: "file"
config:
filename: "./examples/mce_files/bootstrap_mce2.json"
# see https://datahubproject.io/docs/metadata-ingestion/sink_docs/datahub for complete documentation
sink:
type: "datahub-rest"
config:
server: "http://localhost:8080"