You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the sql:
`INSERT INTO penta.fast_report SELECT * FROM remote('${formClickhouse.host}', test,test, '${formClickhouse.basicAuth.username}', '${formClickhouse.basicAuth.password}') WHERE start_time<1667836800 AND start_time >1667232000`
I need to change config user.xml to make sure the remote not timeout
I need to change config user.xml to make sure the remote not timeout
<receive_timeout>800</receive_timeout>
<send_timeout>800</send_timeout>
config:
it still is 50ms
not work
The text was updated successfully, but these errors were encountered: