Last active
June 21, 2021 08:08
-
-
Save gbroccolo/19917534b98680ffee816a5aaf738770 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
val inDF = glueContext.getSourceWithFormat( | |
connectionType = "s3", | |
options = JsonOptions( | |
Map( | |
"paths" -> Array(s"s3://path/to/s3/folder") | |
) | |
), | |
format = "parquet" | |
).getDynamicFrame() | |
.toDF() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment