Skip to content

Commit

Permalink
[MINOR] fix(openAPI): add provider enum value to openAPI (#5486)
Browse files Browse the repository at this point in the history
### What changes were proposed in this pull request?

add provider enum value to openAPI

### Why are the changes needed?

more catalog supports

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

### How was this patch tested?

CI passed

Co-authored-by: mchades <liminghuang@datastrato.com>
  • Loading branch information
github-actions[bot] and mchades authored Nov 6, 2024
1 parent a176856 commit 81b50c5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/open-api/catalogs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -361,8 +361,14 @@ components:
enum:
- hive
- lakehouse-iceberg
- lakehouse-paimon
- lakehouse-hudi
- jdbc-mysql
- jdbc-postgresql
- jdbc-doris
- jdbc-oceanbase
- hadoop
- kafka
comment:
type: string
description: A comment for the catalog
Expand Down

0 comments on commit 81b50c5

Please sign in to comment.