summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormihailagei <[email protected]>2026-06-22 15:22:49 +0300
committermihailagei <[email protected]>2026-06-22 15:48:16 +0300
commit4f74741db10deff16755f199cd608ff1104e6870 (patch)
tree9ce67e9de198fcf0d9630317a5361b07a1428d9e
parent13d4d127c6f521bc4aeb20430216838456e67e1c (diff)
SPYT-1033: add network project to SPYT gateway config
#### `SPYT-1033`: Add network project support to SPYT gateway configuration ✎ - Introduce network project configuration option for SPYT clusters to resolve connectivity issues in MTN environments - Extend cluster creation logic to propagate network project settings from gateway configuration to driver processes - Implement hierarchical configuration merging that respects cluster defaults, subclass settings, and per-query overrides - Add unit tests to verify network project propagation and override behavior - Update test configuration to include network project for the hahn cluster <a href="https://nda.ya.ru/t/qa0kX64r7DqvtN"><font size="2">Autodescription by Yandex Code Assistant</font></a> commit_hash:cc4dd1958ed7ccdd4f8e5680e5d15a19d804eb78
-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 a859fc0c553..1a30d8db9bc 100644
--- a/yql/essentials/providers/common/proto/gateways_config.proto
+++ b/yql/essentials/providers/common/proto/gateways_config.proto
@@ -365,6 +365,7 @@ message TSpytClusterConfig {
optional string Name = 1; // Short cluster name
optional string YtCluster = 2; // Name of the corresponding YT cluster.
optional string DiscoveryPath = 3; // SPYT discovery path on YT.
+ optional string NetworkProject = 4; // YT MTN network project (spark.ytsaurus.network.project).
}
message TSpytGatewayConfig {