File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -292,7 +292,7 @@ Connection Parameters
292
292
+-----------------------------------+------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+----------------------+----------+
293
293
| database_metadata_current_db_only | bool | Indicates if application supports multi-database datashare catalogs. Default value of True indicates application does not support multi-database datashare catalogs for backwards compatibility | TRUE | No |
294
294
+-----------------------------------+------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+----------------------+----------+
295
- | db_groups | str | A comma-separated list of existing database group names that the DbUser joins for the current session | None | No |
295
+ | db_groups | list | A list of existing database group names that the DbUser joins for the current session | None | No |
296
296
+-----------------------------------+------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+----------------------+----------+
297
297
| db_user | str | The user ID to use with Amazon Redshift | None | No |
298
298
+-----------------------------------+------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+----------------------+----------+
Original file line number Diff line number Diff line change @@ -246,8 +246,8 @@ def connect(
246
246
The SSO url for the IdP.
247
247
auto_create : Optional[bool]
248
248
Indicates whether the user should be created if they do not exist. Default value is `False`.
249
- db_groups : Optional[str]
250
- A comma-separated list of existing database group names that the `db_user` joins for the current session.
249
+ db_groups : Optional[List[ str] ]
250
+ A list of existing database group names that the `db_user` joins for the current session.
251
251
force_lowercase : Optional[bool]
252
252
allow_db_user_override : Optional[bool]
253
253
Specifies if the driver uses the `db_user` value from the SAML assertion. TDefault value is `False`.
You can’t perform that action at this time.
0 commit comments