datahub/metadata-ingestion/tests/integration/mysql/mysql_profile_table_level_only.yml
Andrew Sikowitz 1f84bf5b2b
fix(ingest/sql-common): Fix profile_table_level_only (#8331)
Co-authored-by: Aseem Bansal <asmbansal2@gmail.com>
Co-authored-by: Tamas Nemeth <treff7es@gmail.com>
Co-authored-by: Harshal Sheth <hsheth2@gmail.com>
2023-07-07 19:05:50 -04:00

15 lines
263 B
YAML

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"