Skip to content

Commit

Permalink
More explicit mention about object storage pipes and MVs
Browse files Browse the repository at this point in the history
Be explicit about the permissions needed, or a workaround with roles.
  • Loading branch information
kitop committed Sep 27, 2024
1 parent 37e7b9b commit 4120110
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,8 @@ To increase the throughput on large ingest jobs, we recommend scaling the ClickH

## Materialized Views

Object Storage ClickPipes with materialized views require `Full access` permissions to be selected when created. If this is not possible, ensure that the role used by the pipe can create tables and materialized views in the destination database.

Materialized views created while an Object Storage ClickPipe is running will not be populated. Stopping and restarting the pipe will cause the pipe to pick up the materialized views and start populating them. See [Limitations](#limitations) below.

## Limitations
Expand Down

0 comments on commit 4120110

Please sign in to comment.