ETL:在AWS胶粘作业中展平嵌套数组

时间:2019-02-21 14:19:31

标签: amazon-web-services etl flatten aws-glue glue

我目前正在尝试使用AWS Glue导入存储在json中的数据。 jsons包含定义为字符串数组的属性“标签”。我已经首先导入了没有标签的表格。我希望能够将标签的属性导入到另一个表中,以保持干净的一对多关系。在查看文档之后,我看不到如何使用awsglue框架执行此操作。有任何想法吗?

雨果

1 个答案:

答案 0 :(得分:0)

在胶水中使用关联方法。

https://docs.aws.amazon.com/glue/latest/dg/aws-glue-programming-python-samples-legislators.html

在github AWS上也有示例。