mirror of
https://github.com/datahub-project/datahub.git
synced 2025-07-06 08:38:41 +00:00
17 lines
457 B
YAML
17 lines
457 B
YAML
---
|
|
# see https://docs.datahub.com/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://docs.datahub.com/docs/metadata-ingestion/sink_docs/datahub for complete documentation
|
|
sink:
|
|
type: "datahub-rest"
|
|
config:
|
|
server: "http://localhost:8080"
|