diff options
| author | vitalyisaev <[email protected]> | 2025-04-07 11:39:40 +0300 |
|---|---|---|
| committer | vitalyisaev <[email protected]> | 2025-04-07 12:00:44 +0300 |
| commit | 3f113ee06ed713e51ace6c73c0bc8ba91def65ad (patch) | |
| tree | 8378fef23bce7970ead764a73429497843e07add | |
| parent | 057061d576bc4e6ae428ec366432fff30f010dec (diff) | |
YDB FQ: Support OpenSearch
commit_hash:71b06636c44e364b3f8a92b8ee9c7017988bd7bf
| -rw-r--r-- | yql/essentials/providers/common/proto/gateways_config.proto | 1 |
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. |
