File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
ydb/tests/fq/generic/analytics Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 7
7
from ydb .tests .tools .fq_runner .fq_client import FederatedQueryClient
8
8
from ydb .tests .fq .generic .utils .settings import Settings
9
9
from ydb .library .yql .providers .generic .connector .tests .utils .one_time_waiter import OneTimeWaiter
10
- from ydb . library . yql .providers .generic . connector . api . common .data_source_pb2 import EDataSourceKind
10
+ from yql .essentials . providers .common .proto . gateways_config_pb2 import EGenericDataSourceKind
11
11
import conftest
12
12
13
13
14
14
one_time_waiter = OneTimeWaiter (
15
- data_source_kind = EDataSourceKind .YDB ,
15
+ data_source_kind = EGenericDataSourceKind .YDB ,
16
16
docker_compose_file_path = conftest .docker_compose_file_path ,
17
17
expected_tables = ["join_table" , "dummy_table" ],
18
18
)
Original file line number Diff line number Diff line change 8
8
from ydb .tests .tools .fq_runner .fq_client import FederatedQueryClient
9
9
from ydb .tests .fq .generic .utils .settings import Settings
10
10
from ydb .library .yql .providers .generic .connector .tests .utils .one_time_waiter import OneTimeWaiter
11
- from ydb . library . yql .providers .generic . connector . api . common .data_source_pb2 import EDataSourceKind
11
+ from yql .essentials . providers .common .proto . gateways_config_pb2 import EGenericDataSourceKind
12
12
import conftest
13
13
14
14
15
15
one_time_waiter = OneTimeWaiter (
16
- data_source_kind = EDataSourceKind .YDB ,
16
+ data_source_kind = EGenericDataSourceKind .YDB ,
17
17
docker_compose_file_path = conftest .docker_compose_file_path ,
18
18
expected_tables = ["simple_table" , "dummy_table" ],
19
19
)
You can’t perform that action at this time.
0 commit comments