diff options
author | tsmax2004 <tsmax2004@yandex-team.com> | 2023-11-10 14:47:21 +0300 |
---|---|---|
committer | tsmax2004 <tsmax2004@yandex-team.com> | 2023-11-10 16:55:25 +0300 |
commit | dbbda4251f0a9a6a01b3942d9094fc2ac49d7b71 (patch) | |
tree | 4a61f3ac4e39c21337cb9a6216b8297abf97cbac | |
parent | 77eb2d3fdcec5c978c64e025ced2764c57c00285 (diff) | |
download | ydb-dbbda4251f0a9a6a01b3942d9094fc2ac49d7b71.tar.gz |
YQ Connector:add clickhouse protocol in common config
YQ Connector:add clickhouse protocol in common config
-rw-r--r-- | ydb/core/fq/libs/config/protos/common.proto | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ydb/core/fq/libs/config/protos/common.proto b/ydb/core/fq/libs/config/protos/common.proto index 7bb6da3577..6c0ed75b22 100644 --- a/ydb/core/fq/libs/config/protos/common.proto +++ b/ydb/core/fq/libs/config/protos/common.proto @@ -26,4 +26,5 @@ message TCommonConfig { string MonitoringEndpoint = 11; uint64 MaxTasksPerStage = 12; bool KeepInternalErrors = 13; + bool UseNativeProtocolForClickHouse = 14; } |