We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13209a6 commit 53f7d15Copy full SHA for 53f7d15
ydb/tests/tools/kqprun/src/ydb_setup.cpp
@@ -7,9 +7,9 @@
7
8
#include <ydb/core/testlib/test_client.h>
9
10
+#include <ydb/library/yql/providers/s3/actors/yql_s3_actors_factory_impl.h>
11
#include <ydb/library/yql/utils/log/log.h>
12
-
13
namespace NKqpRun {
14
15
namespace {
@@ -131,6 +131,7 @@ class TYdbSetup::TImpl {
131
serverSettings.SetCredentialsFactory(std::make_shared<TStaticSecuredCredentialsFactory>(Settings_.YqlToken));
132
serverSettings.SetComputationFactory(Settings_.ComputationFactory);
133
serverSettings.SetYtGateway(Settings_.YtGateway);
134
+ serverSettings.S3ActorsFactory = NYql::NDq::CreateS3ActorsFactory();
135
serverSettings.SetInitializeFederatedQuerySetupFactory(true);
136
137
SetLoggerSettings(serverSettings);
0 commit comments