Hello, I developed a Talend job that read from SQL Server, write a
parquet file and load it on Google Storage. After that with LOAD DATA
OVERWRITE command I load the data into a table in GBQ. But I have a
problem with timestamp datatype: in SQL Serve...