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 e25f429 commit a0b3b67Copy full SHA for a0b3b67
awswrangler/redshift.py
@@ -523,7 +523,7 @@ def connect_temp(
523
Examples
524
--------
525
>>> import awswrangler as wr
526
- >>> con = wr.redshift.connect("MY_GLUE_CONNECTION")
+ >>> con = wr.redshift.connect_temp(cluster_identifier="my-cluster", user="test")
527
>>> with con.cursor() as cursor:
528
>>> cursor.execute("SELECT 1")
529
>>> print(cursor.fetchall())
0 commit comments