datahub/metadata-ingestion/examples/recipes/csv_enricher_to_datahub_rest.dhub.yml
2022-06-22 12:25:39 +05:30

16 lines
519 B
YAML

---
# see https://datahubproject.io/docs/metadata-ingestion/source_docs/csv for complete documentation
source:
type: "csv-enricher"
config:
filename: "/Users/adityaradhakrishnan/code/datahub-fork/metadata-ingestion/examples/demo_data/csv_enricher_demo_data.csv"
should_overwrite: false
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"