Skip to content

Commit 58f0d08

Browse files
committed
Fix(redshift): add missing db_user parameter for IAM auth to docs
1 parent f20bb1b commit 58f0d08

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

docs/integrations/engines/redshift.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ pip install "sqlmesh[redshift]"
2929
| `region` | The AWS region of the Amazon Redshift cluster | string | N |
3030
| `cluster_identifier` | The cluster identifier of the Amazon Redshift cluster | string | N |
3131
| `iam` | If IAM authentication is enabled. IAM must be True when authenticating using an IdP | dict | N |
32+
| `db_user` | The database user to authenticate as. Required when using IAM authentication | string | N |
3233
| `is_serverless` | If the Amazon Redshift cluster is serverless (Default: `False`) | bool | N |
3334
| `serverless_acct_id` | The account ID of the serverless cluster | string | N |
3435
| `serverless_work_group` | The name of work group for serverless end point | string | N |

0 commit comments

Comments
 (0)