datahub/metadata-ingestion/examples/recipes/csv_enricher_to_datahub_rest.dhub.yml
Hyejin Yoon f986315582
doc: Acryl to DataHub, datahubproject.io to datahub.com (#13252)
Co-authored-by: Jay <159848059+jayacryl@users.noreply.github.com>
2025-04-28 10:34:33 -04:00

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"