I have been trying like crazy to create a column from an existing Datetime column type that would "publish" to a Big Query "timestamp" column. I have tried every permutations of the functions "unixtime" and "unixtimeformat" functions of Dataprep to no avail: I always get Dataprep to publish either to a "string" or "datetime" column type.
Update: My workflow is the following: GCS .csv files ==> Dataprep ==> BQ.
Please help !! Thanks !!!
SOLUTION: The folks at Trifacta (the ones being Cloud Dataprep) offered the solution. Create a BQ table with a column of "Timestamp" type (let's say named "dt") and use the "Append" publication feature of Dataprep along with a source column type "Datetime" (of the same name "dt").