-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.json
More file actions
21 lines (21 loc) · 780 Bytes
/
config.json
File metadata and controls
21 lines (21 loc) · 780 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"serviceUrl": "https://www.googleapis.com/bigquery/v2/projects/PROJECT_NAME/datasets/DATA_SET/tables/TABLE_ID/insertAll",
"refreshUrl": "https://www.googleapis.com/oauth2/v3/token?client_id=1088527147109-6q1o2vtihn34292pjt4ckhmhck0rk0o7.apps.googleusercontent.com&client_secret=nlZyrcPLg6oEwO9f9Wfn29Wh&refresh_token=1/xzt4kwzE1H7W9VnKB8cAaCx6zb4Es4nKEoqaYHdTD15IgOrJDtdun6zK6XiATCKT&grant_type=refresh_token",
"insertSchema": {
"kind": "bigquery#tableDataInsertAllRequest",
"skipInvalidRows": false,
"ignoreUnknownValues": false,
"rows": [
{
"insertId": "",
"json": {
"event": "",
"display_id": "",
"installer_version": "",
"event_details": "",
"ts": 0
}
}
]
}
}