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
{{ message }}
This repository was archived by the owner on Sep 14, 2023. It is now read-only.
I've been trying to use Byconity with docker and I am running into some errors.
After using the 'docker-compose up' command I get this
After waiting some time for the containers to be ready I then use the test commands given in the documentation.
When I use 'curl '127.0.0.1:8123/?query=select%20count()%20from%20system.one' I get '1' as the response.
However when I use the other test commands to indicate the read and write workers are working
(curl '127.0.0.1:8123/?query=select%20count()%20from%20cnch(
vw_default,system,one)'curl '127.0.0.1:8123/?query=select%20count()%20from%20cnch(
vw_write,system,one)')I get this error:
Code: 46. DB::Exception: Unknown table function cnch: or incorrect parameterized view. (UNKNOWN_FUNCTION) (version 23.3.1.1561 (official build))