Skip to main content
Announcements
Accelerate Your Success: Fuel your data and AI journey with the right services, delivered by our experts. Learn More
cancel
Showing results for 
Search instead for 
Did you mean: 
KOM0508
Partner - Contributor
Partner - Contributor

Error convert date in a parquet file using tfileoutputparquet

I try to create a parquet file using tfileoutputparquet reading from a redshift table a date field in format yyyy-MM-dd, but creating the parquet file, the same field is cast to datetime.

Can anyone help me?

 

Labels (1)
1 Reply
Shicong_Hong
Support
Support

Hi  

Add a tLogRow before tFileOutputParquet to see what data is read from redshift table. Make sure the date pattern of field on tFileOutputParquet's schema is the same as tRedshiftInput component.

Regards

Shong