Skip to content

Commit

Permalink
chore: skip generating integrations:v1alpha as it fails generation (#…
Browse files Browse the repository at this point in the history
…2014)

Restore this API once the ExecuteEvent RPC definition is valid.
See internal issue b/286436239.
  • Loading branch information
quartzmo committed Jun 8, 2023
1 parent db9dde2 commit e0fa0b1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion google-api-go-generator/gen.go
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,8 @@ var (

// skipAPIGeneration is a set of APIs to not generate when generating all clients.
var skipAPIGeneration = map[string]bool{
"sql:v1beta4": true,
"integrations:v1alpha": true,
"sql:v1beta4": true,
}

// API represents an API to generate, as well as its state while it's
Expand Down

0 comments on commit e0fa0b1

Please sign in to comment.