Skip to content

Commit ad2498d

Browse files
proinsiasJoshRosen
authored andcommitted
Add missing backslash to README example (#264)
1 parent 6e4ecd4 commit ad2498d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ df.write \
138138
.option("url", "jdbc:redshift://redshifthost:5439/database?user=username&password=pass") \
139139
.option("dbtable", "my_table_copy") \
140140
.option("tempdir", "s3n://path/for/temp/data") \
141-
.option("aws_iam_role", "arn:aws:iam::123456789000:role/redshift_iam_role")
141+
.option("aws_iam_role", "arn:aws:iam::123456789000:role/redshift_iam_role") \
142142
.mode("error") \
143143
.save()
144144
```

0 commit comments

Comments
 (0)