added host_port to the mysql.json example (#2007)

Co-authored-by: Francesco Mucio <francesco.mucio.-nd@disneystreaming.com>
This commit is contained in:
mucio 2022-01-03 18:11:38 +01:00 committed by Sriharsha Chintalapani
parent 6af2e67156
commit a59cfcd828

View File

@ -110,6 +110,7 @@ Note: The `source.config` field in the configuration JSON will include the major
"source": {
"type": "mysql",
"config": {
"host_port": "hostname.domain.com:5439",
"username": "openmetadata_user",
"password": "openmetadata_password",
"database": "openmetadata_db",