datahub/metadata-ingestion/examples/recipes/csv_enricher_to_datahub_rest.dhub.yml

16 lines
458 B
YAML

---
# see https://datahubproject.io/docs/metadata-ingestion/source_docs/csv for complete documentation
source:
type: "csv-enricher"
config:
filename: "./examples/demo_data/csv_enricher_demo_data.csv"
write_semantics: "PATCH"
delimiter: ","
array_delimiter: "|"
# see https://datahubproject.io/docs/metadata-ingestion/sink_docs/datahub for complete documentation
sink:
type: "datahub-rest"
config:
server: "http://localhost:8080"