Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gbroccolo/19917534b98680ffee816a5aaf738770 to your computer and use it in GitHub Desktop.
Save gbroccolo/19917534b98680ffee816a5aaf738770 to your computer and use it in GitHub Desktop.
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