Documentation Index
Fetch the complete documentation index at: https://private-7c7dfe99-page-updates.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Resolving Ingest Failures After ClickHouse 23.9 Release
The root cause of these permissions errors has been identified and is due to more strict checking of grants in the new release forasync_inserts.
To fix this issue, grants must be updated for your service to work. Check the error message indicating the missing grants and add those needed grants manually. The required additional grants for the tables using async_inserts will either be the SELECT or dictGet grant.
Add necessary GRANTs to affected tables and dictionaries
GRANT command, please see this page.
If you are unable to perform this change, then please contact ClickHouse Support for assistance.