File tree 2 files changed +30
-1
lines changed
ydb/library/yql/providers/generic/connector/tests
2 files changed +30
-1
lines changed Original file line number Diff line number Diff line change @@ -22,6 +22,8 @@ services:
22
22
- 8123
23
23
fq-connector-go :
24
24
container_name : ${USER}_connector-integration-tests-fq-connector-go
25
- image : ghcr.io/ydb-platform/fq-connector-go:v0.1.1@sha256:47e24df143aee31a83d4a4cd0acc20b4cab8c03a9c63e81a6e99cb017a31f916
25
+ image : ghcr.io/ydb-platform/fq-connector-go:v0.1.2@sha256:258dd5950ec034952bd255b86b154836c426ca5536c9f36c87d14c459204eb2e
26
+ volumes :
27
+ - ./fq-connector-go/config.conf:/usr/local/etc/fq-connector-go.conf
26
28
ports :
27
29
- 50051
Original file line number Diff line number Diff line change
1
+ connector_server {
2
+ endpoint {
3
+ host: "0.0.0.0"
4
+ port: 50051
5
+ }
6
+ }
7
+
8
+ logger {
9
+ log_level: DEBUG
10
+ enable_sql_query_logging: true
11
+ }
12
+
13
+ pprof_server {
14
+ endpoint {
15
+ host: "0.0.0.0"
16
+ port: 6060
17
+ }
18
+ }
19
+
20
+ paging {
21
+ bytes_per_page: 4194304
22
+ prefetch_queue_capacity: 2
23
+ }
24
+
25
+ conversion {
26
+ use_unsafe_converters: true
27
+ }
You can’t perform that action at this time.
0 commit comments