Skip to content

Commit 6b68c6a

Browse files
committed
chore: Delete dead code
1 parent 9832c5d commit 6b68c6a

2 files changed

Lines changed: 3 additions & 24 deletions

File tree

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
kind: Changes
2+
body: Remove dead code
3+
time: 2026-08-12T13:21:49.50805+02:00

pkg/dbt_cloud/adapter.go

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,5 @@
11
package 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-
273
type AdapterCredentialFieldMetadataValidation struct {
284
Required bool `json:"required"`
295
}

0 commit comments

Comments
 (0)