Skip to content

Commit

Permalink
Merge pull request ClickHouse#1691 from ClickHouse/kb-ingest-failures
Browse files Browse the repository at this point in the history
Add KB article on missing grants for async inserts
  • Loading branch information
justindeguzman authored Nov 17, 2023
2 parents 7f38bc7 + 50d57ff commit c37f8d1
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions knowledgebase/ingest-failures-23-9-release.md
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.

0 comments on commit c37f8d1

Please sign in to comment.