Running queries without credential

I would like to allow everyone to run queries on my DB. From reading your documentation, it seems to me that this is not supported right now (unless I want to disable security completely). In order to do it, I would have to create a new user with read-only access and openly share the password. Could you please confirm if I understand it correctly? Thanks

1 Like

This is correct. If you want to open it up to the world, that's likely your best option. Just ensure the shared user does indeed have read only access.

Cheers,
Noah