如何在 AWS 中为多个输入源传递多个输入的 Glue 注释
How to pass Glue annotations for multiple inputs in AWS for multiple input source
胶合图是根据传递给它的注释生成的,边是根据传递的@input 帧值创建的,我想生成图,它应该接受多个输入,因为每个输入应该有多个边到达顶点源,但在所有示例中,它仅针对单个输入源给出,我尝试了逗号分隔值,但在该图中它根本没有生成。如果有人可以将 link 分享到博客或视频中,其中更详细地解释了注释,那也会非常有帮助,
## @type: DataSink
## @args: [connection_type = "s3", connection_options = {"path": "s3://example-data-destination/taxi-data"}, format = "json", transformation_ctx = "datasink2"]
## @return: datasink2
## @inputs: [frame = applymapping1]
我找到了答案,仅供将来其他人遇到这种情况时参考## @inputs: [frame1 = applymapping1,frame2 = applymapping2,frame3 = applymapping3,frame4 = applymapping4]
胶合图是根据传递给它的注释生成的,边是根据传递的@input 帧值创建的,我想生成图,它应该接受多个输入,因为每个输入应该有多个边到达顶点源,但在所有示例中,它仅针对单个输入源给出,我尝试了逗号分隔值,但在该图中它根本没有生成。如果有人可以将 link 分享到博客或视频中,其中更详细地解释了注释,那也会非常有帮助,
## @type: DataSink
## @args: [connection_type = "s3", connection_options = {"path": "s3://example-data-destination/taxi-data"}, format = "json", transformation_ctx = "datasink2"]
## @return: datasink2
## @inputs: [frame = applymapping1]
我找到了答案,仅供将来其他人遇到这种情况时参考## @inputs: [frame1 = applymapping1,frame2 = applymapping2,frame3 = applymapping3,frame4 = applymapping4]