From 7ce30a80ec14b6ab8be5124db0154b88fc28dbe9 Mon Sep 17 00:00:00 2001 From: Sara Burns Date: Wed, 11 Dec 2024 10:44:08 -0500 Subject: [PATCH] fix: fix permission line --- docs/technical_documentation/how-tos/remote_clickhouse.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/technical_documentation/how-tos/remote_clickhouse.rst b/docs/technical_documentation/how-tos/remote_clickhouse.rst index db5566f..85f72b6 100644 --- a/docs/technical_documentation/how-tos/remote_clickhouse.rst +++ b/docs/technical_documentation/how-tos/remote_clickhouse.rst @@ -79,7 +79,7 @@ Aspects can be connected with Clickhouse Cloud following the steps below: GRANT SELECT ON system.replication_queue TO ch_admin WITH GRANT OPTION; -- This is used in SQL query performance testing - SELECT ON system.query_log WITH GRANT OPTION + GRANT SELECT ON system.query_log to ch_admin WITH GRANT OPTION; 6. Restart your local or production environment. After this change, you need to run the initialization