Skip to content

Commit e50f831

Browse files
authored
Update watsonx-presto-setup
1 parent c06da2b commit e50f831

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

website/docs/docs/core/connect-data-platform/watsonx-presto-setup.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,11 +72,15 @@ my_project:
7272

7373
## Host parameters
7474

75-
The following profile fields are required for configuring watsonx.data Presto(java) connections. Currently, it supports only the `BasicAuth` authentication method. For IBM watsonx.data SaaS or Software instances, You can get the hostname and port details by clicking View connect details inside the Presto(java) engine details page.
75+
The following profile fields are required to configure watsonx.data Presto(java) connections. The `method` field determines the authentication type used for the connection:
76+
1. **`none`** : If not specified, the `method` field defaults to `none`, which is used for unauthenticated connections (e.g., for local development of OSS Presto instances).
77+
2. **`BasicAuth`** : For secure connections (e.g., to IBM watsonx.data SaaS or Software instances), you must explicitly set `method: BasicAuth` and provide the corresponding `user` and `password` fields.
78+
79+
For IBM watsonx.data SaaS or Software instances, you can get the `hostname` and `port` details by clicking **View connect details** on the Presto(java) engine details page.
7680

7781
| Option | Required/Optional | Description | Example |
7882
| --------- | ------- | ------- | ----------- |
79-
| `method` | Required (default value is none) | Authentication method for Presto | `None` or `BasicAuth` |
83+
| `method` | Required (default value is none) | Specifies the authentication method for Presto. Use `none` for unauthenticated connections or `BasicAuth` for secure connections. | `None` or `BasicAuth` |
8084
| `user` | Required | Username or email for authentication. | `user` |
8185
| `password`| Required (if `method` is `BasicAuth`) | Password or API key for authentication | `password` |
8286
| `host` | Required | Hostname for connecting to Presto. | `127.0.0.1` |

0 commit comments

Comments
 (0)