Skip to content

Commit

Permalink
feat: re-enable integrations:v1 (#1801)
Browse files Browse the repository at this point in the history
Backend changes were made so this API generates.
  • Loading branch information
codyoss committed Jan 11, 2023
1 parent 86e4009 commit 4dca4e0
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 1,180 deletions.
3 changes: 1 addition & 2 deletions google-api-go-generator/gen.go
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,7 @@ var (

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

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

0 comments on commit 4dca4e0

Please sign in to comment.