We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79b40f9 commit 8b8e432Copy full SHA for 8b8e432
redshift_connector/__init__.py
@@ -19,7 +19,7 @@
19
ProgrammingError,
20
Warning,
21
)
22
-from redshift_connector.iam_helper import set_iam_properties
+from redshift_connector.iam_helper import IamHelper
23
from redshift_connector.objects import (
24
Binary,
25
Date,
@@ -120,7 +120,7 @@ def connect(
120
) -> Connection:
121
122
info: RedshiftProperty = RedshiftProperty()
123
- set_iam_properties(
+ IamHelper.set_iam_properties(
124
info,
125
user=user,
126
host=host,
0 commit comments