Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
arthur-zzz
noc
Commits
ab3d371e
Commit
ab3d371e
authored
Jul 02, 2021
by
arthur-zzz
Browse files
chwriter: Fix ClickHouse authentication
parent
f15b95ec
Pipeline
#32452
passed with stages
in 16 minutes and 40 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
services/chwriter/service.py
View file @
ab3d371e
...
...
@@ -119,8 +119,6 @@ class CHWriterService(FastAPIService):
t0
=
perf_counter
()
url
=
(
f
"http://
{
self
.
ch_address
}
/?"
f
"user=
{
config
.
clickhouse
.
rw_user
}
&"
f
"password=
{
config
.
clickhouse
.
rw_password
or
''
}
&"
f
"database=
{
config
.
clickhouse
.
db
}
&"
f
"query=
{
ch
.
q_sql
}
"
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment