When using Relationalize in Glue there is no id in root table
问题 I have a DynamicFrame in Glue and I am using the Relationalize method which creates me 3 new dynamic frames; root_table , root_table_1 and root_table_2 . When I print the Schema of the tables or after I inserted the tables in database I noticed that in the root_table the id is missing so I cannot make joins between the root_table and other tables. I tried all the possible combinations. Is there something i missing? datasource1 = Relationalize.apply(frame = renameId, name = "root_ds",