datahub/smoke-test/tests/cypress/example_to_datahub_rest.yml

12 lines
333 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: "./data.json"
# see https://docs.datahub.com/docs/metadata-ingestion/sink_docs/datahub for complete documentation
sink:
type: "datahub-rest"
config:
server: "http://localhost:8080"