Skip to content

Commit bd0afda

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

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

models.gen.go

+6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

spec.json

+10
Original file line numberDiff line numberDiff line change
@@ -11239,6 +11239,16 @@
1123911239
},
1124011240
"status" : {
1124111241
"$ref" : "#/components/schemas/SyncRunStatus"
11242+
},
11243+
"shard_num" : {
11244+
"description" : "The shard number that this progress update is for",
11245+
"format" : "int32",
11246+
"type" : "integer"
11247+
},
11248+
"shard_total" : {
11249+
"description" : "The total number of shards for this sync run",
11250+
"format" : "int32",
11251+
"type" : "integer"
1124211252
}
1124311253
},
1124411254
"required" : [ "errors", "rows", "warnings" ]

0 commit comments

Comments
 (0)