Skip to content

Commit

Permalink
[MINOR] fix(openAPI): add provider enum value to openAPI (#5484)
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
  • Loading branch information
mchades authored Nov 6, 2024
1 parent 2223656 commit d20b535
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 d20b535

Please sign in to comment.