I am trying to load a parquet file saved in GCS with bigquery.
However, when data of datetime type is loaded into bigquery, it is automatically converted to unixtimestamp type and the loading operation fails.
Any solution?
ex) 2021-03-18 04:42:33 -> 1616042553000000000