Skip to content

Commit

Permalink
[MINOR] fix(open-api): fix wrong catalog type values (#6350)
Browse files Browse the repository at this point in the history
### What changes were proposed in this pull request?

fix wrong catalog type values

### Why are the changes needed?

the enum value of catalog type is wrong

### Does this PR introduce _any_ user-facing change?

no

### How was this patch tested?

CI pass

Co-authored-by: mchades <[email protected]>
  • Loading branch information
github-actions[bot] and mchades authored Jan 22, 2025
1 parent 1995054 commit efd3b36
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/open-api/catalogs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,8 @@ components:
enum:
- relational
- fileset
- stream
- messaging
- model
provider:
type: string
description: The provider of the catalog
Expand Down

0 comments on commit efd3b36

Please sign in to comment.