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 6e4ecd4 commit ad2498dCopy full SHA for ad2498d
README.md
@@ -138,7 +138,7 @@ df.write \
138
.option("url", "jdbc:redshift://redshifthost:5439/database?user=username&password=pass") \
139
.option("dbtable", "my_table_copy") \
140
.option("tempdir", "s3n://path/for/temp/data") \
141
- .option("aws_iam_role", "arn:aws:iam::123456789000:role/redshift_iam_role")
+ .option("aws_iam_role", "arn:aws:iam::123456789000:role/redshift_iam_role") \
142
.mode("error") \
143
.save()
144
```
0 commit comments