Skip to content

Commit

Permalink
Add example for Starburst Galaxy-specific host (#6571)
Browse files Browse the repository at this point in the history
  • Loading branch information
mirnawong1 authored Nov 29, 2024
2 parents be978bf + e60b378 commit 5343a8a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ The following profile fields are always required except for `user`, which is als

| Field | Example | Description |
| --------- | ------- | ----------- |
| `host` | `mycluster.mydomain.com` | The hostname of your cluster.<br/><br/>Don't include the `http://` or `https://` prefix. |
| `host` | `mycluster.mydomain.com`<br/><br/>Format for Starburst Galaxy:<br/><ul><li>`mygalaxyaccountname-myclustername.trino.galaxy.starburst.io`</li></ul> | The hostname of your cluster.<br/><br/>Don't include the `http://` or `https://` prefix. |
| `database` | `my_postgres_catalog` | The name of a catalog in your cluster. |
| `schema` | `my_schema` | The name of a schema within your cluster's catalog. <br/><br/>It's _not recommended_ to use schema names that have upper case or mixed case letters. |
| `port` | `443` | The port to connect to your cluster. By default, it's 443 for TLS enabled clusters. |
Expand Down

0 comments on commit 5343a8a

Please sign in to comment.