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 11b3bf9 commit f6b7e8bCopy full SHA for f6b7e8b
1 file changed
awswrangler/redshift/_write.py
@@ -185,7 +185,7 @@ def to_sql(
185
Writing to Redshift using a Glue Catalog Connections
186
187
>>> import awswrangler as wr
188
- >>> with wr.redshift.connect("MY_GLUE_CONNECTION") as con"
+ >>> with wr.redshift.connect("MY_GLUE_CONNECTION") as con:
189
... wr.redshift.to_sql(
190
... df=df,
191
... table="my_table",
0 commit comments