message":"failed to query select count(*) from remote('localhost,node1', 'default', 'visitors') []: Code: 164, Message: Table functions are forbidden in readonly mode
I've got this error when used "readonly" user.
I want to restrict access to changing the tables, but it's important to keep the ability to read everything users want.
I didn't find in docs specific rule for "table functions".
Is it possible?