diff options
author | Vasily Gerasimov <UgnineSirdis@ydb.tech> | 2024-11-11 15:42:43 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-11-11 15:42:43 +0200 |
commit | e807d9d3bb4566675192f8b01d2a70ac123d77f4 (patch) | |
tree | e8c7092a09248f821b9b51981a28659211a7b858 | |
parent | 0a7a71010704f8e2c1ddf3e856de4c90c1140c1b (diff) | |
download | ydb-e807d9d3bb4566675192f8b01d2a70ac123d77f4.tar.gz |
Fix: remove kqp config settings from audit/metering lib's resources (#11441)
-rw-r--r-- | ydb/core/audit/ya.make | 4 | ||||
-rw-r--r-- | ydb/core/metering/ya.make | 4 |
2 files changed, 0 insertions, 8 deletions
diff --git a/ydb/core/audit/ya.make b/ydb/core/audit/ya.make index c748e3bd017..3c2272d2d86 100644 --- a/ydb/core/audit/ya.make +++ b/ydb/core/audit/ya.make @@ -13,8 +13,4 @@ PEERDIR( ydb/core/base ) -RESOURCE( - ydb/core/kqp/kqp_default_settings.txt kqp_default_settings.txt -) - END() diff --git a/ydb/core/metering/ya.make b/ydb/core/metering/ya.make index ce423b85fc8..ef8d9814d39 100644 --- a/ydb/core/metering/ya.make +++ b/ydb/core/metering/ya.make @@ -22,8 +22,4 @@ PEERDIR( ydb/core/base ) -RESOURCE( - ydb/core/kqp/kqp_default_settings.txt kqp_default_settings.txt -) - END() |