Skip to content

Instantly share code, notes, and snippets.

@kovid-r
Created October 18, 2021 10:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kovid-r/1066859ba3ae6980d27a4847f730a3b7 to your computer and use it in GitHub Desktop.
Save kovid-r/1066859ba3ae6980d27a4847f730a3b7 to your computer and use it in GitHub Desktop.
Metadata Source configuration YAML file for adding MySQL to DataHub
source:
type: "mysql"
config:
env: "DEV"
username: datahub
password: datahub
database: mediawiki
host_port: localhost:3309
schema_pattern:
ignoreCase: True
table_pattern:
ignoreCase: True
include_tables: True
include_views: False
sink:
type: "datahub-rest"
config:
server: "http://localhost:8080"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment