diff options
author | Ivan Sukhov <evanevannnn@ydb.tech> | 2025-07-02 12:46:37 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-07-02 12:46:37 +0300 |
commit | 98a1ee00040f09f3ae3434468dab60e577eb27e3 (patch) | |
tree | a2e90659294efbd8b4ce1a268f9435bba8413988 | |
parent | 9f38b92a88a1f58076febab540e14a74dda18b56 (diff) | |
download | ydb-98a1ee00040f09f3ae3434468dab60e577eb27e3.tar.gz |
Enable solomon runtime listing option by default in kqprun (#20459)
-rw-r--r-- | ydb/tests/tools/kqprun/configuration/app_config.conf | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ydb/tests/tools/kqprun/configuration/app_config.conf b/ydb/tests/tools/kqprun/configuration/app_config.conf index fa73ec23dae..5732eedd4e5 100644 --- a/ydb/tests/tools/kqprun/configuration/app_config.conf +++ b/ydb/tests/tools/kqprun/configuration/app_config.conf @@ -197,6 +197,10 @@ QueryServiceConfig { Name: "_EnableReading" Value: "true" } + DefaultSettings { + Name: "_EnableRuntimeListing" + Value: "true" + } } } |