We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f20bb1b commit 58f0d08Copy full SHA for 58f0d08
1 file changed
docs/integrations/engines/redshift.md
@@ -29,6 +29,7 @@ pip install "sqlmesh[redshift]"
29
| `region` | The AWS region of the Amazon Redshift cluster | string | N |
30
| `cluster_identifier` | The cluster identifier of the Amazon Redshift cluster | string | N |
31
| `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 |
33
| `is_serverless` | If the Amazon Redshift cluster is serverless (Default: `False`) | bool | N |
34
| `serverless_acct_id` | The account ID of the serverless cluster | string | N |
35
| `serverless_work_group` | The name of work group for serverless end point | string | N |
0 commit comments