Change Schema transform does not allow to change data type in Glue Visual ETL job

0

During mapping of a few columns from a CSV file in S3 to a Redshift table, I can't change datatype from long to int. The list is empty, and the search is not showing any results either. In the catalog table, both numeric columns were inferred as bigint, even though the numbers are small.

Any suggestions? Apply mapping

asked 5 months ago221 views
1 Answer
0
Accepted Answer

Seems to be an issue/limitation. You could workaround using "Derived column" and do the casting using SQL (or using a Custom SQL node and do all casting in one query)

profile pictureAWS
EXPERT
answered 5 months ago
profile picture
EXPERT
reviewed 4 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