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.
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.