Schema avro is in timestamp but in bigquery comes as integer
问题 I have a pipe that uploads avro files to bigquery, the configured schema seems to be ok, but BigQuery understands as an integer value and not a date field. What can I do in this case? Schema´s avro - Date field: { "name": "date", "type": { "type": "long", "logicalType": "timestamp-millis" }, "doc": "the date where the transaction happend" } Big Query table: I tried using the code below but it simply ignores it. You know the reason? import gcloud from gcloud import storage from google.cloud