Skip to content

Commit

Permalink
[MINOR] fix(open-api): fix wrong catalog type values (#6348)
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
  • Loading branch information
mchades authored Jan 22, 2025
1 parent 68e31e2 commit 9998095
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 9998095

Please sign in to comment.