I want to export data from Pub/Sub to BigQuery.First. I create a pubsub
schema with protobuf: message ArchivedCtx { ... int64 created_time = 6;
} Then. I create a table in BigQuery: [ ... { "name": "created_time",
"type": "TIMESTAMP", "mode": "NULLAB...