AWS GLUE能够 加载 具有外键关系的表吗?

0

【以下的问题经过翻译处理】 尝试从单一的源加载表.. 源表包含 EMP NAME, ADDRESS 的数据... 目标表 A 包含 EMP ID(自动生成的主键)和 EMP NAME... 表 B 包含 EMP ID(外键)、ADDRESS ID(自动生成的主键)和 ADDRESS...

现在如何使用 AWS Glue 加载这些表?

没有找到合适的相关说明... 有人能帮忙解答一下吗?

profile picture
EXPERT
asked 5 months ago58 views
1 Answer
0

【以下的回答经过翻译处理】 Glue没有内置的功能实现这个。当您生成ID时,可以将它存储在EMP NAME和EMP ADDRESS数据集中,并用该信息加载这两个目标表。

profile picture
EXPERT
answered 5 months ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions