aws glue job not copy index values

0

I have an aws glue job to copy a table from the catalog to my database, I have primary and foreign keys but when I run the job and create the table in my db the indexes have no values they are copied as "null". Is it possible to copy those values?

Alberto
asked a year ago204 views
1 Answer
0

Not sure what kind of indexes you are talking about, indexes don't have "null" values.
Anyway, Glue moves data and on some cases can create the table, but it won't try to replicate any table configuration since the source and destination in a Glue ETL job are decoupled (it could come from any source), it's not a database replication system.

profile pictureAWS
EXPERT
answered a year 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