From a59cfcd8285a926c9fe585d194c8f5cd2c0c1abd Mon Sep 17 00:00:00 2001 From: mucio Date: Mon, 3 Jan 2022 18:11:38 +0100 Subject: [PATCH] added host_port to the mysql.json example (#2007) Co-authored-by: Francesco Mucio --- docs/openmetadata/connectors/mysql.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/openmetadata/connectors/mysql.md b/docs/openmetadata/connectors/mysql.md index f916c6e7af6..aedfba2c291 100644 --- a/docs/openmetadata/connectors/mysql.md +++ b/docs/openmetadata/connectors/mysql.md @@ -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",