You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Establishes a :class:`Connection` to an Amazon Redshift cluster. This function validates user input, optionally authenticates using an identity provider plugin, then constructs a :class:`Connection` object.
@@ -284,6 +285,8 @@ def connect(
284
285
The account ID of the serverless. Default value None
285
286
serverless_work_group: Optional[str]
286
287
The name of work group for serverless end point. Default value None.
288
+
group_federation: Optional[bool]
289
+
Use the IDP Groups in the Redshift. Default value False.
287
290
Returns
288
291
-------
289
292
A Connection object associated with the specified Amazon Redshift cluster: :class:`Connection`
0 commit comments