File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ kind : Changes
2+ body : Remove dead code
3+ time : 2026-08-12T13:21:49.50805+02:00
Original file line number Diff line number Diff line change 11package dbt_cloud
22
3- type Adapter struct {
4- ID * int `json:"id,omitempty"`
5- AccountID int64 `json:"account_id"`
6- ProjectID int `json:"project_id"`
7- CreatedByID * int `json:"created_by_id,omitempty"`
8- CreatedByServiceTokenID * int `json:"created_by_service_token_id,omitempty"`
9- Metadata AdapterMetadata `json:"metadata_json"`
10- State int `json:"state"`
11- AdapterVersion string `json:"adapter_version"`
12- CreatedAt * string `json:"created_at,omitempty"`
13- UpdatedAt * string `json:"updated_at,omitempty"`
14- }
15-
16- type AdapterMetadata struct {
17- Title string `json:"title"`
18- DocsLink string `json:"docs_link"`
19- ImageLink string `json:"image_link"`
20- }
21-
22- type AdapterResponse struct {
23- Data Adapter `json:"data"`
24- Status ResponseStatus `json:"status"`
25- }
26-
273type AdapterCredentialFieldMetadataValidation struct {
284 Required bool `json:"required"`
295}
You can’t perform that action at this time.
0 commit comments