Skip to content

Commit cec00be

Browse files
authored
Merge branch 'main' into enhancement-6760-unload-format
2 parents 6be6fc4 + a0b3b67 commit cec00be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

awswrangler/redshift.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -523,7 +523,7 @@ def connect_temp(
523523
Examples
524524
--------
525525
>>> import awswrangler as wr
526-
>>> con = wr.redshift.connect("MY_GLUE_CONNECTION")
526+
>>> con = wr.redshift.connect_temp(cluster_identifier="my-cluster", user="test")
527527
>>> with con.cursor() as cursor:
528528
>>> cursor.execute("SELECT 1")
529529
>>> print(cursor.fetchall())

0 commit comments

Comments
 (0)