-
Notifications
You must be signed in to change notification settings - Fork 9
/
environment_create_response.json
111 lines (111 loc) · 3.69 KB
/
environment_create_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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
{
"status": {
"code": 201,
"is_success": true,
"user_message": "Success!",
"developer_message": ""
},
"data": {
"id": 222601,
"account_id": 123456,
"project_id": 123457,
"credentials_id": null,
"name": "pytest environment",
"dbt_version": "1.6.0-latest",
"raw_dbt_version": "1.6.0-latest",
"type": "deployment",
"use_custom_branch": false,
"custom_branch": null,
"supports_docs": false,
"state": 1,
"created_at": null,
"updated_at": "2023-08-03 11:53:02.868229+00:00",
"project": {
"name": "jaffle_shop",
"account_id": 123456,
"connection_id": 32544,
"repository_id": 40480,
"semantic_layer_config_id": null,
"id": 26597,
"created_at": "2021-04-14 20:23:00.395285+00:00",
"updated_at": "2021-11-16 16:32:43.960836+00:00",
"skipped_setup": false,
"state": 1,
"dbt_project_subdirectory": null,
"connection": {
"id": 32544,
"account_id": 123456,
"project_id": 123457,
"name": "Bigquery",
"type": "bigquery",
"created_by_id": 1321515,
"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%40ANONYMIZED",
"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
},
"repository": {
"id": 40480,
"account_id": 123456,
"project_id": 123457,
"full_name": "ANONYMIZED",
"remote_url": "ANONYMIZED",
"remote_backend": "github",
"git_clone_strategy": "github_app",
"deploy_key_id": 39445,
"repository_credentials_id": null,
"github_installation_id": 19320059,
"github_webhook_id": null,
"pull_request_url_template": "ANONYMIZED",
"state": 1,
"created_at": "2021-11-16 16:26:24.412439+00:00",
"updated_at": "2021-11-16 16:26:24.412455+00:00",
"deploy_key": {
"id": 39445,
"account_id": 123456,
"state": 1,
"public_key": "ssh-rsa ANONYMIZED"
},
"github_repo": "ANONYMIZED",
"name": "dbt-cloud-cli",
"git_provider_id": 9437,
"gitlab": null,
"git_provider": null
},
"group_permissions": null,
"docs_job_id": null,
"freshness_job_id": null,
"docs_job": null,
"freshness_job": null
},
"jobs": null,
"credentials": null,
"custom_environment_variables": null,
"deployment_type": null
}
}