From 81b50c59a8e5d24cd5ff55b22c19ad166ebf2373 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 6 Nov 2024 15:17:46 +0800 Subject: [PATCH] [MINOR] fix(openAPI): add provider enum value to openAPI (#5486) ### 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 --- docs/open-api/catalogs.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/open-api/catalogs.yaml b/docs/open-api/catalogs.yaml index 8e48a7a3938..0096944f27f 100644 --- a/docs/open-api/catalogs.yaml +++ b/docs/open-api/catalogs.yaml @@ -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