datahub/metadata-ingestion/examples/recipes/example_to_datahub_rest2.dhub.yaml

12 lines
362 B
YAML
Raw Permalink Normal View History

# 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"