Skip to content

Commit

Permalink
Order schema gen list alphabetically
Browse files Browse the repository at this point in the history
  • Loading branch information
jdoldis committed Oct 20, 2024
1 parent 4f89a9d commit 2c09c7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/schemas/gen/sdk_show_result_structs.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ var SdkShowResultStructs = []any{
sdk.EventTable{},
sdk.ExternalFunction{},
sdk.ExternalTable{},
sdk.ExternalVolume{},
sdk.FailoverGroup{},
sdk.FileFormat{},
sdk.Function{},
Expand Down Expand Up @@ -51,7 +52,6 @@ var SdkShowResultStructs = []any{
sdk.User{},
sdk.View{},
sdk.Warehouse{},
sdk.ExternalVolume{},
}

// TODO [SNOW-1501905]: currently all this structs have the "Show" added to the schema, while these are not show outputs
Expand Down

0 comments on commit 2c09c7d

Please sign in to comment.