Skip to content

Commit debbe3f

Browse files
authored
Add iceberg connector into fqrun, kqprun configs (#17522)
1 parent 0af4225 commit debbe3f

File tree

2 files changed

+37
-0
lines changed

2 files changed

+37
-0
lines changed

ydb/tests/tools/fqrun/configuration/app_config.conf

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@ FederatedQueryConfig {
113113
AvailableConnection: "YDB_DATABASE"
114114
AvailableConnection: "GREENPLUM_CLUSTER"
115115
AvailableConnection: "MYSQL_CLUSTER"
116+
AvailableConnection: "ICEBERG"
116117

117118
AvailableStreamingConnection: "OBJECT_STORAGE"
118119
AvailableStreamingConnection: "DATA_STREAMS"
@@ -122,6 +123,7 @@ FederatedQueryConfig {
122123
AvailableStreamingConnection: "YDB_DATABASE"
123124
AvailableStreamingConnection: "GREENPLUM_CLUSTER"
124125
AvailableStreamingConnection: "MYSQL_CLUSTER"
126+
AvailableStreamingConnection: "ICEBERG"
125127

126128
AvailableBinding: "OBJECT_STORAGE"
127129
AvailableBinding: "DATA_STREAMS"
@@ -174,6 +176,17 @@ FederatedQueryConfig {
174176
}
175177
}
176178

179+
Connectors {
180+
UseSsl: false
181+
182+
Endpoint {
183+
host: "localhost"
184+
port: 21301
185+
}
186+
187+
ForKinds: ICEBERG
188+
}
189+
177190
DefaultSettings {
178191
Name: "DateTimeFormat"
179192
Value: "string"
@@ -414,6 +427,7 @@ QueryServiceConfig {
414427
AvailableExternalDataSources: "Oracle"
415428
AvailableExternalDataSources: "Logging"
416429
AvailableExternalDataSources: "Solomon"
430+
AvailableExternalDataSources: "Iceberg"
417431

418432
Generic {
419433
MdbGateway: "https://mdb.api.cloud.yandex.net:443"
@@ -427,6 +441,18 @@ QueryServiceConfig {
427441
}
428442
}
429443

444+
Connectors {
445+
UseSsl: false
446+
447+
Endpoint {
448+
host: "localhost"
449+
port: 21301
450+
}
451+
452+
ForKinds: ICEBERG
453+
}
454+
455+
430456
DefaultSettings {
431457
Name: "UsePredicatePushdown"
432458
Value: "true"

ydb/tests/tools/kqprun/configuration/app_config.conf

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,17 @@ QueryServiceConfig {
120120
}
121121
}
122122

123+
Connectors {
124+
UseSsl: false
125+
126+
Endpoint {
127+
host: "localhost"
128+
port: 21301
129+
}
130+
131+
ForKinds: ICEBERG
132+
}
133+
123134
DefaultSettings {
124135
Name: "UsePredicatePushdown"
125136
Value: "true"

0 commit comments

Comments
 (0)