datahub/metadata-ingestion/tests/integration/mysql/mysql_profile_table_level_only.yml

15 lines
263 B
YAML
Raw Permalink Normal View History

source:
type: mysql
config:
username: root
password: example
host_port: localhost:53307
database: northwind
profiling:
enabled: True
profile_table_level_only: true
sink:
type: file
config:
filename: "./mysql_mces.json"