datahub/metadata-ingestion/examples/recipes/kafka_connect_to_datahub_rest.dhub.yaml
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

21 lines
542 B
YAML

---
run_id: kafka-connect-test
# see https://docs.datahub.com/docs/generated/ingestion/sources/kafka-connect for complete documentation
source:
type: "kafka-connect"
config:
connect_uri: "http://localhost:8083"
cluster_name: "connect-cluster"
connector_patterns:
deny:
- ^denied-connector.*
allow:
- ^allowed-connector.*
# see https://docs.datahub.com/docs/metadata-ingestion/sink_docs/datahub for complete documentation
sink:
type: "datahub-rest"
config:
server: "http://localhost:8080"