Skip to content

Commit 50b7fb4

Browse files
committed
Update github.com/ydb-platform/fq-connector-go image to v0.1.2
1 parent 70035f4 commit 50b7fb4

File tree

2 files changed

+30
-1
lines changed

2 files changed

+30
-1
lines changed

ydb/library/yql/providers/generic/connector/tests/docker-compose.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ services:
2222
- 8123
2323
fq-connector-go:
2424
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
2628
ports:
2729
- 50051
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
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+
}

0 commit comments

Comments
 (0)