我想将动态框架作为文本文件写入 S3 并使用“|” 作为分隔符。
如何修改下面的代码,以便 Glue 将框架保存为 .txt 文件并使用“|” 作为分隔符。
glue_context.write_dynamic_frame.from_options(
frame = frame,
connection_type = "s3",
connection_options = {"path": outpath},
format = "csv")