forked from mneedham/clickhouse-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request ClickHouse#1691 from ClickHouse/kb-ingest-failures
Add KB article on missing grants for async inserts
- Loading branch information
Showing
1 changed file
with
11 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
--- | ||
sidebar_position: 1 | ||
title: Possible ingest failures after 23.9 release | ||
date: 2022-11-17 | ||
--- | ||
|
||
The root cause of these permissions errors has been identified and is due to more strict checking of grants in the new release for [`async_inserts`](/en/optimize/asynchronous-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. | ||
|
||
If you are unable to perform this change, then please contact [ClickHouse Support](https://clickhouse.com/support/program) for assistance. |