Skip to content

Commit

Permalink
chore: skip api that wont generate (#2139)
Browse files Browse the repository at this point in the history
  • Loading branch information
codyoss committed Sep 7, 2023
1 parent 44a2679 commit 733fb17
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions google-api-go-generator/gen.go
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ var (
var skipAPIGeneration = map[string]bool{
"integrations:v1alpha": true,
"sql:v1beta4": true,
"datalineage:v1": true,
}

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

0 comments on commit 733fb17

Please sign in to comment.