You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Problem
Redshift natively encrypts UNLOAD-ed files, however it also supports server-side encryption using a specified AWS KMS key by adding the following clause to the query: KMS_KEY_ID '<KEY>' ENCRYPTED.
Solution
Add an optional parameter kms_key_id that is passed to the UNLOAD query in RedshiftRelation.scala.
The text was updated successfully, but these errors were encountered:
Problem
Redshift natively encrypts
UNLOAD
-ed files, however it also supports server-side encryption using a specified AWS KMS key by adding the following clause to the query:KMS_KEY_ID '<KEY>' ENCRYPTED
.Solution
Add an optional parameter
kms_key_id
that is passed to theUNLOAD
query inRedshiftRelation.scala
.The text was updated successfully, but these errors were encountered: