BigQuery Transfer Service Notification Payload Example
#BigQuery
BigQuery Data Transfer Service の実行通知  |  Google Cloud
この説明で分かるか??
Cloud Events
code:cloudevent.data.json
{
"attributes": {
"specversion": "1.0",
"id": "",
"source": " //pubsub.googleapis.com/projects/PROJECT/topics/TOPIC",
"type": "google.cloud.pubsub.topic.v1.messagePublished",
"datacontenttype": "application/json",
"time": "2025-05-02T03:41:51.345Z"
},
"data": {
"message": {
"attributes": {
"eventType": "TRANSFER_RUN_FINISHED",
"payloadFormat": "JSON_API_V1"
},
"data": "<BASE64>",
"messageId": "14775877918276049",
"message_id": "14775877918276049",
"publishTime": "2025-05-02T03:41:51.345Z",
"publish_time": "2025-05-02T03:41:51.345Z"
},
"subscription": "projects/PROJECT/subscriptions/SUBSCRIPTION"
}
}
Base64 payload
code:decoded_data.json
{
"dataSourceId": "scheduled_query",
"destinationDatasetId": "",
"emailPreferences": {},
"endTime": "2025-05-02T03:41:51.291622Z",
"errorStatus": {},
"name": "projects/PROJECT/locations/asia-northeast1/transferConfigs/XXXXXX/runs/XXXXXX
"notificationPubsubTopic": "projects/PROJECT/topics/TOPIC",
"params": {
"query": "<QUERY>"
},
"runTime": "2025-05-02T03:40:35.911Z",
"scheduleTime": "2025-05-02T03:40:36.170927Z",
"startTime": "2025-05-02T03:40:36.364368Z",
"state": "SUCCEEDED",
"updateTime": "2025-05-02T03:41:51.29165Z",
"userId": "7208881807604616456"
}