diff --git a/docs/openmetadata/connectors/presto.md b/docs/openmetadata/connectors/presto.md index cc1d0d1e906..6243798e31e 100644 --- a/docs/openmetadata/connectors/presto.md +++ b/docs/openmetadata/connectors/presto.md @@ -112,7 +112,7 @@ Note: The `source.config` field in the configuration JSON will include the major "config": { "service_name": "local_presto", "host_port": "192.168.1.32:8080", - "database": "presto_db" + "catalog": "tpcds" } }, "sink": {