mirror of
https://github.com/datahub-project/datahub.git
synced 2025-12-27 18:07:57 +00:00
docs(ingestion): Added mention of host without protocol (#9301)
This commit is contained in:
parent
f794a90515
commit
1c5871c169
@ -6,7 +6,7 @@ export const TRINO_HOST_PORT: RecipeField = {
|
||||
name: 'host_port',
|
||||
label: 'Host and Port',
|
||||
tooltip:
|
||||
"The host and port where Trino is running. For example, 'trino-server:5432'. Note: this host must be accessible on the network where DataHub is running (or allowed via an IP Allow List, AWS PrivateLink, etc).",
|
||||
"The host (without protocol and ://) and port where Trino is running. For example, 'trino-server:5432'. Note: this host must be accessible on the network where DataHub is running (or allowed via an IP Allow List, AWS PrivateLink, etc).",
|
||||
type: FieldType.TEXT,
|
||||
fieldPath: 'source.config.host_port',
|
||||
placeholder: 'trino-server:5432',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user