Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix(redshift): add missing db_user parameter for IAM auth to docs
  • Loading branch information
synthpieter committed Feb 2, 2026
commit 58f0d08c299cad6182cc5a5582d1069983f0a8c4
1 change: 1 addition & 0 deletions docs/integrations/engines/redshift.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ pip install "sqlmesh[redshift]"
| `region` | The AWS region of the Amazon Redshift cluster | string | N |
| `cluster_identifier` | The cluster identifier of the Amazon Redshift cluster | string | N |
| `iam` | If IAM authentication is enabled. IAM must be True when authenticating using an IdP | dict | N |
| `db_user` | The database user to authenticate as. Required when using IAM authentication | string | N |
| `is_serverless` | If the Amazon Redshift cluster is serverless (Default: `False`) | bool | N |
| `serverless_acct_id` | The account ID of the serverless cluster | string | N |
| `serverless_work_group` | The name of work group for serverless end point | string | N |
Expand Down