summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoraneporada <[email protected]>2025-06-26 15:26:38 +0300
committeraneporada <[email protected]>2025-06-26 16:09:29 +0300
commit82a54b2bfd5b216f8d21a15524ee339c1a959504 (patch)
treeff20aa90dd09ba1bdffe93e2a9a4033dca2b0085
parent53e04926034a92198fe4c2d9a34b1b66eba61f3b (diff)
Do not use dq if yt.StatictNetworkProject is set
commit_hash:6323708e587dfe231ba6c1b965abd8f7770a7dd1
-rw-r--r--yt/yql/providers/yt/provider/yql_yt_dq_integration.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/yt/yql/providers/yt/provider/yql_yt_dq_integration.cpp b/yt/yql/providers/yt/provider/yql_yt_dq_integration.cpp
index ce6c7ecf4d1..bce45bef110 100644
--- a/yt/yql/providers/yt/provider/yql_yt_dq_integration.cpp
+++ b/yt/yql/providers/yt/provider/yql_yt_dq_integration.cpp
@@ -35,7 +35,7 @@
namespace NYql {
-static const THashSet<TStringBuf> UNSUPPORTED_YT_PRAGMAS = {"maxrowweight", "layerpaths", "dockerimage", "operationspec", "networkproject"};
+static const THashSet<TStringBuf> UNSUPPORTED_YT_PRAGMAS = {"maxrowweight", "layerpaths", "dockerimage", "operationspec", "networkproject", "staticnetworkproject"};
static const THashSet<TStringBuf> POOL_TREES_WHITELIST = {"physical", "cloud", "cloud_default"};
using namespace NNodes;