aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorvitalyisaev <vitalyisaev@yandex-team.com>2025-03-24 13:41:02 +0300
committervitalyisaev <vitalyisaev@yandex-team.com>2025-03-24 13:57:07 +0300
commit1a3190fe9cd48841002a7a443f2bba5876da47ef (patch)
treee052f34c5c1edccd04e4666853548f46eed3e5d5
parent39ea455c99db12684cf4ba10185e6961851231b8 (diff)
downloadydb-1a3190fe9cd48841002a7a443f2bba5876da47ef.tar.gz
YQ Connector: Redis and Prometheus support
commit_hash:f67761402d2d11dd04a1cd0c751952ed21a7eae5
-rw-r--r--yql/essentials/providers/common/proto/gateways_config.proto2
1 files changed, 2 insertions, 0 deletions
diff --git a/yql/essentials/providers/common/proto/gateways_config.proto b/yql/essentials/providers/common/proto/gateways_config.proto
index 7bf01287a83..972e4303e0d 100644
--- a/yql/essentials/providers/common/proto/gateways_config.proto
+++ b/yql/essentials/providers/common/proto/gateways_config.proto
@@ -596,6 +596,8 @@ enum EGenericDataSourceKind {
ORACLE = 8;
LOGGING = 9;
MONGO_DB = 10;
+ REDIS = 11;
+ PROMETHEUS = 12;
}
// EGenericProtocol generalizes various kinds of network protocols supported by different databases.