summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlusarenko Igor <[email protected]>2025-04-22 12:39:15 +0300
committerGitHub <[email protected]>2025-04-22 12:39:15 +0300
commitdebbe3f9e94fb36dfd4320ee15165e454d4a976c (patch)
treebb43b20f41bd41d4fba6fe23b39e5f62a0f3e100
parent0af42256c79599165f515609a309dcbc12d2289f (diff)
Add iceberg connector into fqrun, kqprun configs (#17522)
-rw-r--r--ydb/tests/tools/fqrun/configuration/app_config.conf26
-rw-r--r--ydb/tests/tools/kqprun/configuration/app_config.conf11
2 files changed, 37 insertions, 0 deletions
diff --git a/ydb/tests/tools/fqrun/configuration/app_config.conf b/ydb/tests/tools/fqrun/configuration/app_config.conf
index c6f638862e3..4b9b8516449 100644
--- a/ydb/tests/tools/fqrun/configuration/app_config.conf
+++ b/ydb/tests/tools/fqrun/configuration/app_config.conf
@@ -113,6 +113,7 @@ FederatedQueryConfig {
AvailableConnection: "YDB_DATABASE"
AvailableConnection: "GREENPLUM_CLUSTER"
AvailableConnection: "MYSQL_CLUSTER"
+ AvailableConnection: "ICEBERG"
AvailableStreamingConnection: "OBJECT_STORAGE"
AvailableStreamingConnection: "DATA_STREAMS"
@@ -122,6 +123,7 @@ FederatedQueryConfig {
AvailableStreamingConnection: "YDB_DATABASE"
AvailableStreamingConnection: "GREENPLUM_CLUSTER"
AvailableStreamingConnection: "MYSQL_CLUSTER"
+ AvailableStreamingConnection: "ICEBERG"
AvailableBinding: "OBJECT_STORAGE"
AvailableBinding: "DATA_STREAMS"
@@ -174,6 +176,17 @@ FederatedQueryConfig {
}
}
+ Connectors {
+ UseSsl: false
+
+ Endpoint {
+ host: "localhost"
+ port: 21301
+ }
+
+ ForKinds: ICEBERG
+ }
+
DefaultSettings {
Name: "DateTimeFormat"
Value: "string"
@@ -414,6 +427,7 @@ QueryServiceConfig {
AvailableExternalDataSources: "Oracle"
AvailableExternalDataSources: "Logging"
AvailableExternalDataSources: "Solomon"
+ AvailableExternalDataSources: "Iceberg"
Generic {
MdbGateway: "https://mdb.api.cloud.yandex.net:443"
@@ -427,6 +441,18 @@ QueryServiceConfig {
}
}
+ Connectors {
+ UseSsl: false
+
+ Endpoint {
+ host: "localhost"
+ port: 21301
+ }
+
+ ForKinds: ICEBERG
+ }
+
+
DefaultSettings {
Name: "UsePredicatePushdown"
Value: "true"
diff --git a/ydb/tests/tools/kqprun/configuration/app_config.conf b/ydb/tests/tools/kqprun/configuration/app_config.conf
index 8017c9f253f..6cabeacccb6 100644
--- a/ydb/tests/tools/kqprun/configuration/app_config.conf
+++ b/ydb/tests/tools/kqprun/configuration/app_config.conf
@@ -120,6 +120,17 @@ QueryServiceConfig {
}
}
+ Connectors {
+ UseSsl: false
+
+ Endpoint {
+ host: "localhost"
+ port: 21301
+ }
+
+ ForKinds: ICEBERG
+ }
+
DefaultSettings {
Name: "UsePredicatePushdown"
Value: "true"