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
In Clickhouse peer validation, have a step where we have a dummy avro file in a minio bucket and we try to do a select * from s3() from that file, to ensure that the user's setup will be able to enable PeerDB to take rows from bucket and insert into actual tables.
Set a query timeout of 2 - 5 seconds or similar so that we get a context cancellation error and we can tell the user that 'hey, your clickhouse can't reach our bucket'
The text was updated successfully, but these errors were encountered:
In Clickhouse peer validation, have a step where we have a dummy avro file in a minio bucket and we try to do a
select * from s3()
from that file, to ensure that the user's setup will be able to enable PeerDB to take rows from bucket and insert into actual tables.Set a query timeout of 2 - 5 seconds or similar so that we get a context cancellation error and we can tell the user that 'hey, your clickhouse can't reach our bucket'
The text was updated successfully, but these errors were encountered: