Skip to content

Commit 3639c91

Browse files
authored
fix: Generate CloudQuery Go API Client from spec.json (#294)
This PR was created by a scheduled workflow to generate the CloudQuery Go API Client from `spec.json`
1 parent b071129 commit 3639c91

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-0
lines changed

models.gen.go

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

spec.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7960,6 +7960,14 @@
79607960
},
79617961
"type" : "array"
79627962
},
7963+
"sensitive_columns" : {
7964+
"description" : "List of columns within this table that can contain sensitive/secret data",
7965+
"example" : [ "secret_key" ],
7966+
"items" : {
7967+
"type" : "string"
7968+
},
7969+
"type" : "array"
7970+
},
79637971
"title" : {
79647972
"description" : "Title of the table",
79657973
"example" : "AWS S3 Buckets",
@@ -8027,6 +8035,14 @@
80278035
"type" : "string"
80288036
},
80298037
"type" : "array"
8038+
},
8039+
"sensitive_columns" : {
8040+
"description" : "List of columns within this table that can contain sensitive/secret data",
8041+
"example" : [ "secret_key" ],
8042+
"items" : {
8043+
"type" : "string"
8044+
},
8045+
"type" : "array"
80308046
}
80318047
},
80328048
"required" : [ "columns", "description", "is_incremental", "name", "permissions_needed", "relations", "title" ]

0 commit comments

Comments
 (0)