diff options
author | Slusarenko Igor <s2m1@ydb.tech> | 2025-05-28 20:00:22 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-05-28 17:00:22 +0000 |
commit | cd3e69d557373f10226ac91eb0058a31c3072886 (patch) | |
tree | e0e3962390f4386655f67bc462fff273fbccd4ea | |
parent | ca6163f75f13636f996e1bd829a0cf7aa68459f5 (diff) | |
download | ydb-cd3e69d557373f10226ac91eb0058a31c3072886.tar.gz |
Add iceberg support to kikimr utils (#18967)
-rw-r--r-- | ydb/tests/tools/fq_runner/kikimr_utils.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ydb/tests/tools/fq_runner/kikimr_utils.py b/ydb/tests/tools/fq_runner/kikimr_utils.py index 832c6a41da4..87de49d63a9 100644 --- a/ydb/tests/tools/fq_runner/kikimr_utils.py +++ b/ydb/tests/tools/fq_runner/kikimr_utils.py @@ -297,6 +297,7 @@ class ConnectorExtension(ExtensionPoint): kikimr.control_plane.fq_config['control_plane_storage']['available_connection'].append('MYSQL_CLUSTER') kikimr.control_plane.fq_config['control_plane_storage']['available_connection'].append('POSTGRESQL_CLUSTER') kikimr.control_plane.fq_config['control_plane_storage']['available_connection'].append('YDB_DATABASE') + kikimr.control_plane.fq_config['control_plane_storage']['available_connection'].append('ICEBERG') generic = { 'connector': { |