Skip to main content
Announcements
SYSTEM MAINTENANCE: Thurs., Sept. 19, 1 AM ET, Platform will be unavailable for approx. 60 minutes.
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Can't infer the SQL type to use for an instance of java.util.UUID

Iam getting the error Can't infer the SQL type to use for an instance of java.util.UUID
In My Postgresql Input component - My field is object / uuid . My Target is Redshift DB. Iam converting this UUID field type as varchar ... and getting this error . Since redshift cannot accept uuid / POINT datatypes
and since 
Can't infer the SQL type to use for an instance of java.util.UUID
Labels (3)
1 Reply
Anonymous
Not applicable
Author

is UUID.randomUUID().toString() what you're after?