Skip to content

Commit

Permalink
Merge branch 'current' into add-microbatch-adapter-config
Browse files Browse the repository at this point in the history
  • Loading branch information
mirnawong1 authored Dec 5, 2024
2 parents 89a2926 + 4c0d51b commit a1f0f68
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ import SetUpPages from '/snippets/_setup-pages-intro.md';
| `port` | 5439 | |
| `dbname` | my_db | Database name|
| `schema` | my_schema | Schema name|
| `connect_timeout` | `None` or 30 | Number of seconds before connection times out|
| `connect_timeout` | 30 | Number of seconds before connection times out. Default is `None`|
| `sslmode` | prefer | optional, set the sslmode to connect to the database. Default prefer, which will use 'verify-ca' to connect. For more information on `sslmode`, see Redshift note below|
| `role` | None | Optional, user identifier of the current session|
| `autocreate` | false | Optional, default false. Creates user if they do not exist |
Expand Down

0 comments on commit a1f0f68

Please sign in to comment.