Advertisement
Guest User

clickhouse_recipe

a guest
Dec 14th, 2021
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.42 KB | None | 0 0
  1. ---
  2. # see https://datahubproject.io/docs/metadata-ingestion/source_docs/mysql for complete documentation
  3. source:
  4.   type: "clickhouse"
  5.   config:
  6.       username: default
  7.       password: xyzxyz
  8.       connection:
  9.             host: "abc.def.ghij"
  10. # see https://datahubproject.io/docs/metadata-ingestion/sink_docs/datahub for complete documentation
  11. sink:
  12.   type: "datahub-rest"
  13.   config:
  14.     server: "http://localhost:8080"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement