-
Notifications
You must be signed in to change notification settings - Fork 9
/
connection_get_response.json
45 lines (45 loc) · 1.4 KB
/
connection_get_response.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
{
"status": {
"code": 200,
"is_success": true,
"user_message": "Success!",
"developer_message": ""
},
"data": {
"id": 32544,
"account_id": 54321,
"project_id": 123467,
"name": "Bigquery",
"type": "bigquery",
"created_by_id": 12357854,
"created_by_service_token_id": null,
"details": {
"project_id": "ANONYMIZED",
"timeout_seconds": 300,
"private_key_id": "ANONYMIZED",
"client_email": "ANONYMIZED",
"client_id": "ANONYMIZED",
"auth_uri": "https://accounts.google.com/o/oauth2/auth",
"token_uri": "https://oauth2.googleapis.com/token",
"auth_provider_x509_cert_url": "https://www.googleapis.com/oauth2/v1/certs",
"client_x509_cert_url": "https://www.googleapis.com/robot/v1/metadata/x509/dbt-user%40dbtprofiler.iam.gserviceaccount.com",
"priority": null,
"retries": 1,
"scopes": null,
"location": null,
"maximum_bytes_billed": 0,
"execution_project": null,
"impersonate_service_account": null,
"job_retry_deadline_seconds": 0,
"job_creation_timeout_seconds": 0,
"is_configured_for_oauth": false,
"gcs_bucket": null,
"dataproc_region": null,
"dataproc_cluster_name": null
},
"state": 1,
"created_at": "2021-11-16 16:26:01.571115+00:00",
"updated_at": "2022-05-18 06:27:34.729528+00:00",
"private_link_endpoint_id": null
}
}