From 2b2e177ca7680d39f8607f7eb65a5168a3591ee5 Mon Sep 17 00:00:00 2001 From: Suresh Srinivas Date: Tue, 17 Aug 2021 21:16:39 -0700 Subject: [PATCH] Update python json schema classes; Add presto connector --- docs/install/metadata-ingestion/connectors/presto.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/install/metadata-ingestion/connectors/presto.md b/docs/install/metadata-ingestion/connectors/presto.md index 6bfcc48438c..499029adff1 100644 --- a/docs/install/metadata-ingestion/connectors/presto.md +++ b/docs/install/metadata-ingestion/connectors/presto.md @@ -53,7 +53,7 @@ metadata ingest -c ./examples/workflows/presto.json 1. **username** - this is optional configuration, If you are using username/password with presto. Please use these fields to configur them 2. **password** - password for the username -3. **host_prot** - host and port of the Presto cluster +3. **host_port** - host and port of the Presto cluster 3. **service\_name** - Service Name for this Presto cluster. If you added Presto cluster through OpenMetadata UI, make sure the service name matches the same. 4. **filter\_pattern** - It contains includes, excludes options to choose which pattern of datasets you want to ingest into OpenMetadata