summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorvitalyisaev <[email protected]>2025-04-07 11:39:40 +0300
committervitalyisaev <[email protected]>2025-04-07 12:00:44 +0300
commit3f113ee06ed713e51ace6c73c0bc8ba91def65ad (patch)
tree8378fef23bce7970ead764a73429497843e07add
parent057061d576bc4e6ae428ec366432fff30f010dec (diff)
YDB FQ: Support OpenSearch
commit_hash:71b06636c44e364b3f8a92b8ee9c7017988bd7bf
-rw-r--r--yql/essentials/providers/common/proto/gateways_config.proto1
1 files changed, 1 insertions, 0 deletions
diff --git a/yql/essentials/providers/common/proto/gateways_config.proto b/yql/essentials/providers/common/proto/gateways_config.proto
index b2d02ab3097..3bb3da5be64 100644
--- a/yql/essentials/providers/common/proto/gateways_config.proto
+++ b/yql/essentials/providers/common/proto/gateways_config.proto
@@ -599,6 +599,7 @@ enum EGenericDataSourceKind {
REDIS = 11;
PROMETHEUS = 12;
ICEBERG = 13;
+ OPENSEARCH = 14;
}
// EGenericProtocol generalizes various kinds of network protocols supported by different databases.